You are here |
jborza.com | ||
| | | |
www.thirtythreeforty.net
|
|
| | | | Compiling a Linux OS from source code with the Buildroot distribution | |
| | | |
zserge.com
|
|
| | | | Trying to figure out how KVM-based virtual machine hosts work by implementing one from scratch. | |
| | | |
www.linux.it
|
|
| | | | 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
|
|
| | 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. |