Category Archives: Uncategorized

How To Update a WordPress Password Through MySQL

Description There are plenty of tutorials on how to update a password (password required when you to to http://yourdomain.com/wp-admin) for a WordPress installation through phpMyAdmin, but there are not many that will do it for those who want to be a little bit more robust and try it through a command line. This tutorial is […]

Setting Up Gentoo Apache for CGI and Perl

Description There are a few things that need to be done to set up apache2 to run a CGI bin directory so you can run perl scripts. The first is to set apache modules and then then configure the apache vhost conf file. Setting Up Modules I edit my /etc/make.conf file to keep all my […]

Webserver for OSX Tutorial

Description This tutorial is will show how to set up an apache server for web development which allows for sites to be written in any language and framework. This is tailored for Mac OS X and is meant for developers who write websites in multiple languages and frameworks. This tutorial starts by setting up apache, […]