Archive

Archive for January, 2010

Installing Apache + PHP + MySQL + MSSQL Extension on CentOS5

January 21st, 2010 5 comments

This is a short guide that will show you how to install Apache, PHP, MySQL, and MSSQL Extensions on a CentOS5 Server or VPS.  All “quote” blocks are to be executed in SSH (shell) as root.

Getting the server ready to build applications from source:

Check for any RPM installations of the applications.

rpm -qa | grep -i apache
rpm -qa | grep -i httpd
rpm -qa | grep -i php
rpm -qa | grep -i mysql

Remove any RPM installations found with the “rpm -e” command:

rpm -e application_name_here

Install some base requirements to compile and install the software. Read more…

Share

Windows7 Ultimate – First Impressions

January 11th, 2010 2 comments

At first glance Windows7 is a very nice upgrade and in my opinion it is what Vista should have been.  The Windows7 installation was quick and painless and the user experience is very quick and efficient.  I’ve noticed a reduction in system resource usage in Windows7 over Windows Vista.

Read more...

Share
Categories: Miscellaneous Tags: