-
Wordpress
MySQL trigger to update wordpress post_password in wp_posts
In working on a special project as of late, I ran into a situation where I needed to have the post password reset on posts upon an insert into a custom mysql table in the same database where wordpress was…
-
Networking
Untangle 10 slow to apply network changes
I wanted to put this question out to you fellow admins out in the field who have experience with using both Untangle 9 and the new Untangle version 10. ย Do you find Untangle 10 slow to apply network changes? ย In…
-
Exchange
Moving Exchange 2010 mailboxes from child domain to parent domain
Recently, working on a project that involved moving exchange 2010 mailboxes from child domain to parent domain, I wanted to document the process involved. ย This process was actually twofold as it involved upgrading a client’s email from Exchange 2003 to…
-
MySQL
How to troubleshoot MySQL connectivity issues
So you have setup a wordpress or drupal site and you need to access MySQL to be able to work on your database. ย However, you can’t seem to connect to MySQL as you expect. ย Each time you try to connect…
-
Linux
Linux redirected output not showing in file
Recently, when working with Nginx, I wanted to export out the details of my Nginx build so I could see all modules the webserver was compiled with. ย However, each time I tried to redirect the output of theย nginx -Vย command, the…