Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 997 Bytes

README.md

File metadata and controls

59 lines (33 loc) · 997 Bytes

debian-server-tools

Various scripts and tools for mainly Debian servers

Code styling: https://google-styleguide.googlecode.com/svn/trunk/shell.xml

/backup

Tools related to archiving.

/image

Tools related to image optimitazion.

/mail

Tools related to email account management.

/monitoring

Tools related to server monitoring, alert and statistics emails.

/mysql

Tools related to database management.

/package

Tools related to Debian packages and general packaging.

/security

Security and SSL certificate related tools.

/webserver

Tools related to building webservers.

Fast and safe transit of scripts (or any data) via copy&paste

Pack
cat <SCRIPT>|xz -9|base64 -w $((COLUMNS-1))
# alias: cat <SCRIPT>|transit
Unpack
cat <PASTED-FILE>|base64 -d|xz -d > <SCRIPT>
# alias: cat <PASTED-FILE>|transit-receive

Flush Google public DNS cache

http://google-public-dns.appspot.com/cache