mkdir -p /root/.save;
mysql -BNe 'SHOW DATABASES' | while read db; do \
echo "- $db -"; mysqldump $db > /root/.save/$db-$(date +%FT%T).sql; \
done
Wednesday, April 8, 2015
Thursday, March 19, 2015
Static Site Generators
Static Site Generators
The definitive listing of Static Site Generators — all 389 of them!
staticsitegenerators.net
The definitive listing of Static Site Generators — all 389 of them!
staticsitegenerators.net
A Memory Comparison of Light Linux Desktops
A Memory Comparison of Light Linux Desktops https://l3net.wordpress.com/2013/03/17/a-memory-comparison-of-light-linux-desktops/
Thursday, March 5, 2015
Tuesday, February 3, 2015
Tuesday, January 27, 2015
SSMTP
SSMTP is a program which delivers email from a local computer to a configured mailhost (mailhub). It is not a mail server (like feature-rich mail server sendmail) and does not receive mail, expand aliases or manage a queue. One of its primary uses is for forwarding automated email (like system alerts) off your machine and to an external email address.
SSMTP
SSMTP
Subscribe to:
Posts (Atom)

