Recent Posts

How-To: Change boot runlevel with Grub2

1 minute read

Linux start up behaviour is driven by the so-called runlevels. It will use the default value provided in /etc/inittab for some systems (Debian…), or /etc/ini...

How-To: Tmux a Terminal Multiplexer

4 minute read

As a sysadmin, most of my time is spent working on remote machines and different task. tmux is a terminal multiplexer, meaning it allows you to run multiple ...