July 3, 2023
Commands necessary to delete partitions, wipe a disk completely and install a new filesystem.
October 8, 2022
Just a quick guide to format and partition hard drives in Linux command line that I wrote for myself a long time ago, and recently had to reference again.
October 6, 2022
Most of my experience with Linux is via the Ubuntu distribution, which includes sudo as a default. Debian does not have sudo or superuser accounts, here's how to add it and set it up.
October 4, 2022
I sometimes use old laptops in my home lab when I want to test anything on Linux, and I prefer to keep them closed so they take up less space. A few quick commands will keep the laptop even on with the lid closed.
September 17, 2022
Whenever I use Vim to edit files on Linux, I need to relearn how to use it. Years ago I found a thread on Stack Overflow with two simple and extremely useful answers that helped me make sense of Vim. So here it is.
April 20, 2022
How to use sudo command in Linux without the password prompt, by adding a line to the sudoers file.