Dr Fragen in the operating room

Andy Fragen

  • Transferring IMAP Messages

    ·

    Well I’m on to my final phase in transferring from my own server to @DreamHost. Actually, transferring mail and not loosing messages jacked up my anxiety level significantly. I’ve done a lot of testing and found that imapsync works great. After tweaking the command, I came up with the following. perl imapsync –host1 localhost –user1…

    Read More

  • Add Custom Header Images

    ·

    After using this plugin for quite a while I decided to refactor it and submit it to the WordPress Plugin repo. I figured maybe someone else might find it useful. What the plugin does is add all images that have been uploaded to a page titled The Headers to the header image array and allows…

    Read More

  • Dreamhost, WordPress and WebDAV

    ·

    So next on my list was figuring out how to create a nested group of password protected directories with different users accessing various sub-directories. It’s much simpler than it sounds. The only caveat was that the main domain is running WordPress. As such I had to tweak the .htaccess file. Fortunately the instructions were simple.…

    Read More

  • Transferring WordPress

    ·

    So the benefit of having many domains to play with is that I get to test things out before I put them on a live site. I was able to successfully transfer a multisite WordPress installation to @Dreamhost. Here’s what I did. Use 1-click installer to create base site @Dreamhost. Make site a multisite installation.…

    Read More

  • Not Running a Server

    ·

    I’ve been running my own server for over 5 years now. It has been a great and sometimes frustrating experience. I think I’ve finally decided to let the pros do the server administration and just focus on the other stuff. The other stuff being coding, writing, and playing with technology. I’m looking into @Dreamhost. They…

    Read More

  • Delete a Tag From GitHub

    ·

    So I decided that I really didn’t need to tag releases of child themes that only I am using. Probably not best case usage but I got tired of pushing tags for minor CSS changes. So I opened the terminal and cd to the appropriate local git directory that has a remote on GitHub. Then…

    Read More