Test A WordPress Theme On A Live Site
If you have ever run a website, you will be familiar with the following scenario: you make a change to your code only to find your changes have broken your live website – costing you time, money and visitors in the process. Deployment of untested changes to a live website can be disastrous, leaving your …
How To Burn An ISO Image To Disc
The other day I had to burn an ISO image (Visual Studio 2010 Trial version) to a DVD in order to be able to run the installer on my Windows 7. I haven’t purchased Nero or any other burning software, and a licensed version of it didn’t come with my laptop so for a moment …
Could not reliably determine the server’s fully qualified domain name, using … for ServerName
If you have installed a LAMP configuration on Ubuntu you may encounter the following error when you restart apache2 with the command “sudo /etc/init.d/apache2 restart”: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName To fix the error you need to do the following: 1. Edit the httpd.conf file …
Unable to locate theme engine in module_path: “pixmap”
While moving to using Linux (Ubuntu) on all my pcs, I ran into another annoying little WARNING – this time when using the gparted partition manager: (gpartedbin:2833): Gtk-WARNING **: Unable to locate theme engine in module_path: “pixmap” Here is a quick fix I used to get rid of the warning (thanks osiux.com): sudo apt-get install …
Failed to create recently-used.xbel : No such file or directory
I switched all my machines over to Linux from Windows recently – with Ubuntu (11.10) being my distribution of choice. One of the main reasons for the switch was the escalating cost of using commercial software like products from the Microsoft and Adobe families – costs I was able to cut out by using open …