Programming tutorials, articles & notes by Martin Fitzpatrick.
Cinnamon is a re-implementation of the Gnome 2 desktop in GTK3 developed by the Linux Mint project as an alternative …
Update your session to new settings in .bash_profile without logging out and back in again. At the prompt enter: source …
Find the pids of all instances/processes of a given program running on your system Open a terminal and enter …
Create your own bash pipes to send program output between shells, processes and users. You may already be familiar with …
A short one liner to quickly serve any folder via a http server. Start the server cd to the directory …