Wednesday, April 8, 2015

mysqldump

mkdir  -p  /root/.save;
mysql  -BNe 'SHOW DATABASES'  |  while read db;  do \
    echo "- $db -"; mysqldump $db > /root/.save/$db-$(date +%FT%T).sql; \
done

Thursday, March 19, 2015

Static Site Generators

Static Site Generators

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/


The 10 Biggest Social Networks Worldwide | SocialTimes

The 10 Biggest Social Networks Worldwide | SocialTimes

Thursday, March 5, 2015

RabbitMQ tcp ports

tcp ipv4 port: 5672

tcp ipv6 port: 5672

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