How to write Bash Prompts, and a document I wrote about it.
read moreShort Bash script to show Bar Graphs of Disk Usage
22 lines of code to show bar graphs of disk usage for all current mount points.
read moreBash Completion (Part 1?) and Internet Radio
Using MPD to connect to Internet radio stations - and using Bash completion to complete the script command line.
read moreYAD, or 'Yet Another Dialog' for GUI Dialogues from Shell Scripts
YAD is a fork of Zenity with added functionality that makes it good for my Raspberry Pi-based home automation controller.
read moreScript to show TLS and HTTP(S) details (Take 2)
A script to generate a concise summary of basic security details given a website host name.
read moreScript to show TLS and HTTP(S) details
A script to generate a concise summary of basic security details given a website host name.
read moreA Poor Man's Random Password Generator
A shell script to generate random passwords of various lengths, with or without special characters.
read moreBacking Up and Migrating an SVN Repository
If you have to use SVN, here's how to more a repository from one machine to another.
read moreBash Prompt Experimentation
You can put code in your Bash PS1 string - it's a pain, but very useful. Used to build a one- or two-line prompt dependent on prompt length.
read more'date' for Bash and Unix
The Unix date command is powerful. This covers basic use, formatting, reading dates, and calculating dates.
read more