by ian | Jan 12, 2017 | General
1. Find your site manager file Filezilla keeps all of your sites and access credentials in an XML file called “sitemanager.xml” Here are the most likely locations: Windows 7 & Vista – C:\Users\Yourname\AppData\Roaming\FileZilla\sitemanager.xml Mac OS X –...
by ian | Mar 23, 2012 | General
Great piece of code to use when moving a WordPress site from one domain to another; quick way to replace the old domain name in the DB with the new one. UPDATE wp_options SET option_value = replace(option_value, ‘http://olddomain.com’,...
by ian | Mar 23, 2012 | General
There are plenty of articles out there on how to add new storage to Linux. This is something I don’t do that often, so I’m going to document it here for future reference – maybe it’ll help someone as well. My Linux VM is a CentOS 5.5 64-bit machine running on ESX...
by ian | Mar 23, 2012 | General
One of my clients runs their own Crashplan Pro server and needed help installing their SSL cert. I came across an error and thought I would post the fix here. Keep in mind that I’m using GoDaddy for the SSL but the error we’ll get is related to the Java Development...