Home

16 Nov 2015

You can use the Adafruit ATMega32u4 breakout board  as an Arduino Leonardo by flashing the bootloader in Arduino 1.0.1 to the board.

10 Nov 2015

If you use the Linux shell very much, you find its history functions very useful. You can recall previous commands very easily, just using the arrow keys.

19 Oct 2015

This is a quick cookbook to edit your Sieve filter rules on the mail server.

19 Oct 2015

Backup

/usr/bin/mysqldump --user=dbuser --password=dbpass --host=localhost --add-drop-table dbname > backups/mydbdump.sql

Restore: (if the db exist)

mysql -u root -p[root_password] [database_name] < dumpfilename.sql

mysql -u root -ps3cre3t

19 Oct 2015
$ sudo firewall-cmd --direct --add-rule ipv4 filter INPUT 0 -m state --state NEW -m udp -p udp --sport 5002 -j ACCEPT
success
$ sudo firewall-cmd --direct --add-rule ipv4 filter INPUT 0 -m state --state NEW -m udp -p udp --sport 5004 -j ACCEPT
success
23 Nov 2014

Now that I'm playing in a couple cover bands, I notice a song that's often covered is "The Weight."

Pages