Skip to content

btoplak/debian-server-tools

 
 

Repository files navigation

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

About

Various scripts and tools for mainly Debian servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 38.9%
  • C 29.2%
  • Perl 12.3%
  • PHP 9.4%
  • Python 9.4%
  • ApacheConf 0.4%
  • Other 0.4%