Programming notes by Martin Fitzpatrick.
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 …
CDPATH is an environment variable which tells the cd command where to look for the specified folder. By including the …
ifconfig.me is a web service that displays information about your connection, including IP address, hostname and User Agent string …
A quick one-liner to find the most common pages giving 404 errors on your apache2 setup. Set this up as …