Explore >> Select a destination


You are here

jborza.com
| | www.thirtythreeforty.net
10.6 parsecs away

Travel
| | Compiling a Linux OS from source code with the Buildroot distribution
| | zserge.com
4.0 parsecs away

Travel
| | Trying to figure out how KVM-based virtual machine hosts work by implementing one from scratch.
| | www.linux.it
9.6 parsecs away

Travel
| | To create a bootable EFI drive to use with QEMU, first make a disk image and create a vfat filesystem on it. $ dd if=/dev/zero of=boot.img bs=1M count=512 $ sudo ...
| | jiby.tech
79.4 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.