IT Systems Engineering

  • IT Systems Engineering

    Make an external hard drive bootable

    ok, so I found a lot of information on how to make a USB flash drive bootable. But none of them worked on making an external USB mechanical hard drive bootable. I finally found a procedure which actually worked! It is posted here by Kevin. Note 1: On step #2 where he talks about running the bootsect command….there is something more which needs to be done. The CMD prompt on my win 7 machine had to be elevated (right click on the cmd and choose “run as admin”). After that this command made my external drive bootable: bootsect /nt60 G: Yahoo! (thanks Kevin!) Note 2: The tool from Microsoft does not work for external Mechanical HDDs. It only…

  • IT Systems Engineering

    Troubleshooting copying WordPress to another domain

    I was moving a prod wordpress blog to a dev environment for development work. I have been following these instructions. The domain name is going to change. I have edited the wp-config.php file with the new names and database credentials. However, I keep getting the same error over and over again: Error establishing database connection I have been troubleshooting this for 2 days now. I now suspect that the database needs to be changed in some way. I faintly remember that the last time I moved a wordpress blog to a different domain… I had to run some kind of database cleanup script. Hmmmm…where was that information 🙁 got it…