How to Remove Old Kernels in Ubuntu

sudo apt install byobu sudo purge-old-kernels Reference: Remove Old Kernels (https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels)

September 10, 2016

Installing Source Code Pro

Source Code Pro is one of the best monospace fonts and it is open sourced. Here is the script for installing it on Linux.

July 17, 2014

How to Disable the Touchpad in Linux?

Have you ever been annoyed by accidentally touching the touchpad on your laptop when you are typing? I am using a Linux laptop with both trackpoint and touchpad so the touchpad is just an annoying redundant thing. Here is the one-liner to disable it: xinput list | grep TouchPad | grep -Po 'id=\K([0-9]+)' | xargs xinput disable

June 10, 2014