8000 GitHub - szepeviktor/debian-server-tools at 0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

szepeviktor/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

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

Sponsor this project

 

Contributors 7

0