http://hackaday.com/2013/01/15/theres-something-strange-about-this-game-boy/ ...
Determine system architecture on linux
Sometimes when you need to download and install software you need to choose between 32-bit and 64-bit. I can never remember what my system is, so I use this method to find out. Execute the following command in a terminal pg /proc/cpuinfo | grep "model n ...
MySQL operations for user creation and backup
Below are some commands that are usefull when working with MySQL databases. The commands are here as a reminder to myself. I do not intend to write a long articles on how and why they work. Squar brackets and the text inside needs to be replaced with your ...