July 27, 2010 MySQL clean reinstall To perform a clean reinstall of the MySQL server (which regenerates start scripts, databases and config files) use: sudo apt-get install mysql-server sudo apt-get remove --purge mysql-server sudo apt-get autoremove… READ MORE
May 27, 2010 Start a service or execute a script on boot on Ubuntu/Fedora I have a couple of servers with different Linux distributions (Ubuntu/Fedora) on my hands, which normally work continuously well. However, from time to time they reboot as they are hosted… READ MORE
January 30, 2009 Installing Trac on a Ubuntu server Despite I've worked before with Trac (a well-known bug tracking system), this is the first time I've been in the need for installing it. This post covers in a few… READ MORE