Skip to content

aelsharawi/debian-server-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debian-server-tools

Various scripts and tools for mainly Debian servers

Check shell scripts: http://www.shellcheck.net/

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

/backup

Tools related to archiving.

/image

Tools related to image optimization.

/input

Tools related to the terminal.

/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

Scripts and tools mainly for Debian-based servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 58.6%
  • C 14.7%
  • PHP 9.5%
  • Python 6.4%
  • Perl 5.8%
  • C++ 2.9%
  • Other 2.1%