Today I’m slowing down my tiny little blog in support of Net Neutrality. Show your support by visiting July 12th: Internet-Wide Day of Action to Save Net Neutrality or at least see what the fuss is about.

Joseph Dickson is a web developer in higher education and an avid proponent of using WordPress’ core features to create flexible and manageable design solutions.
Today I’m slowing down my tiny little blog in support of Net Neutrality. Show your support by visiting July 12th: Internet-Wide Day of Action to Save Net Neutrality or at least see what the fuss is about.
[videopress XVFPBUuY]
How I backup and create local version of my WordPress site.
Tools used in this video
I just spent part of the day setting up and testing my local sandbox environment using the following tools.
Operating System
Peppermint 8 running LAMP and WordPress
Plugins
Other tools
I’m also using phpMyAdmin to drop and import tables. I could do this in the terminal but hitting those red buttons is a lot more fun.
I drop everything except wp_usermeta and wp_users
I then import my site’s sql backups after changing my domain references from linuxbookpro.com to localhost so it won’t redirect to my live website.
I also replace my wp-content folder from the default wordpress installation with the one from my backup.
This isn’t a step by step guide I had to do a few apache permissions but it all seems to be working nicely.
Happy hacking.
P.S. this is really just here for me to discover later when I forget something I did.