/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hamvocke.com
| | jiby.tech
0.8 parsecs away

Travel
| | Like many developers, I keep track of my configuration files in version control, to make moving to new machines is simpler and share code with others. This process started out for my Emacs config files at first, but grew to consume other aspects: bash functions, git aliases... Since 2016, I have accumulated over 500 git commits. Now the dotfiles are tracked, the next biggest pain is to install packages and folder structures and obscure commands required to set up some subsystems needs which config files.
| | www.jeffgeerling.com
1.9 parsecs away

Travel
| |
| | srijan.ch
1.2 parsecs away

Travel
| | How to test your ansible playbooks against multiple target OSes and versions using Vagrant
| | www.cybershu.eu
18.5 parsecs away

Travel
| If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...