# install yum-downloadonly plugin
yum install yum-downloadonly
# download httpd package without ...
tar zcvf - /home/myhome | ssh backuphost "cd /backups/myhome && tar zxvf -"
cp index{,-$( date +%F )}.php
# Make a backup of index.php, auto timestamping to current date. Lik...
Edit /etc/gdm/custom.conf as:
[security]
DisallowTCP=false
AllowRemoteRoot=true
[xdmcp]
Enable=...
tmpwatch --mtime --all 336 /tmp
336 = 2 weeks (24 * 14)
$ rm -rf !(fileA|fileB|...|fileN)
$ curl -u email:senha --silent "https://mail.google.com/mail/feed/atom" | tr -d '\n' | awk -F '' '{f...
Show the query and results of 'select' queries going to your mysql server. Won't work on socket conn...
1. install maximus via apt-get, open gconf-editor, navigate to apps > maximus and enable "no_maximiz...
Host myhost
HostName server1.mydomain.com
Port 2244
User gustavo
Host tunnel
...