Articles in this series
Everytime you update your kernel using Pacman, the older kernel's files are removed. This lead some stuff to stop working, e.g. VirtualBox, Docker,...
It happens quite often to check logs from a Linux system, occurred before it was rebooted last time. It's easy with journalctl flags: $ journalctl -b...
I'm going to outline a couple must configurations I use in my ~/.ssh/config: Automatically close connections on network...
It's kinda easy to miss that ArchLinux can be installed by a remote machine using SSH. After booting your USB live drive you can run: # Set up a...
It went under my radar for a long time. I had to reinstall fish today and I saw pkgfile listed as an optional dependency. It turns out that fish can...
Sometimes it happens: you want to create a new UNIQUE constraint on a table that currently doesn't respect it. The most effective way I found to do...