127 private links
This HN thread contains several tips and hints regarding methods, approaches and tools to share secrets across people and systems.
An introduction to shell productivity features: autocompletion, keyboard shortcuts, history navigation and shell expansions.
Fluency on the command line is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a selection of notes and tips on using the command-line that we've found useful when working on Linux. Some tips are elementary, and some are fairly specific, sophisticated, or obscure. This page is not long, but if you can use and recall all the items here, you know a lot.
Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers.
This is a list of Free Software network services and web applications which can be hosted locally
A list of awesome applications, software, tools and other materials for Linux.
This is a list of Free Software network services and web applications which can be hosted locally.
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
Interesting links on technology and programming.
Moreover, the shaarli showcases the use of a plugin to suggest the top 5 related links to each bookmark.
Free software that works great, and also happens to be open-source Python.
Vim Awesome wants to be a comprehensive, accurate, and up-to-date directory of Vim plugins.
Many recent Vim plugins are announced on Hacker News or specialized boards, and have since become widely used. But how does a new user find out about these? We wanted to solve that problem and others with Vim Awesome — an open-sourced community resource for discovering new and popular Vim plugins .
A curated list of useful command line apps, in celebration of the TUI.
script
is an open source tool that makes a typescript of everything displayed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file can be printed out later with lpr.
Everything between the script and the exit command is logged to the file. This includes the confirmation messages from script itself (unless the -q flag is used). Everything between the script and the exit command is logged to the file. This includes the confirmation messages from script itself.
Recorded shell sessions can be shared using online services. The advantage of sessions recorded in this format from the usual screencasts is that shell instructions can be easily copy/pasted from the player screen.
Useful command:
script --timing=time.txt script.log
and to replay
scriptreplay --timing=time.txt script.log
See also the nice -d
(divisor, speeds up playback) and -m
(max delay in playback) options for replay.
Inspired by awesome-php.
A collection of links to software related to shaarli.
coding-bookmarks - My bookmarks website for learning programming.