Explore >> Select a destination


You are here

www.integralist.co.uk
| | sanctum.geek.nz
5.1 parsecs away

Travel
| | [AI summary] The article provides comprehensive guidance on various aspects of shell scripting and system administration. It covers best practices for using cron jobs, managing shell configuration files, customizing the shell prompt, and handling command exit statuses effectively. Key points include setting up cron tasks, organizing shell configuration with .d directories, trimming directory paths in prompts, and improving script readability by avoiding the use of $? directly.
| | codeinthehole.com
3.2 parsecs away

Travel
| | A reference post of Vim's lists and tips on using them effectively.
| | thevaluable.dev
2.2 parsecs away

Travel
| | We continue our walk on the path leading to Vim mastery by reviewing crazy Vim functionalities which will increase even more your productivity.
| | henrikwarne.com
32.6 parsecs away

Travel
| For seven years I coded in C++ using Emacs. Four years ago, when I changed jobs, I switched to Java development using IntelliJ IDEA. Without a doubt, I am much more productive writing code in IntelliJ IDEA compared to using Emacs. Here's why: Navigation Coding is really something like 80% navigation, and only 20% actual...