Various scripts and tools for mainly Debian servers
Code styling: https://google-styleguide.googlecode.com/svn/trunk/shell.xml
Tools related to archiving.
Tools related to image optimitazion.
Tools related to email account management.
Tools related to server monitoring, alert and statistics emails.
Tools related to database management.
Tools related to Debian packages and general packaging.
Security and SSL certificate related tools.
Tools related to building webservers.
cat <SCRIPT>|xz -9|base64 -w $((COLUMNS-1))
# alias: cat <SCRIPT>|transit
cat <PASTED-FILE>|base64 -d|xz -d > <SCRIPT>
# alias: cat <PASTED-FILE>|transit-receive