Blog...
For Developers
Syncing Filezilla Sites across Computers with Google Drive / Dropbox
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 –...
WordPress MySQL Find / Replace When Moving Domains
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', 'http://newdomain.com') WHERE...
Adding Storage to Linux
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...
Crashplan Pro Server – SSL Error Fix
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...
Disclaimer
This is a personal weblog. The opinions expressed here represent my own and not those of my employer. This website is intended for my own personal amusement and a digital “file cabinet” of sorts for things I have found useful. Use any and all information on this…
PROJECTS
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.