Windows 7 Install – Cannot Find DVD Driver Solution
I bought new hardware a week ago and I decided to try windows 7 64bit. After putting it all together I tried to install Windows 7 which was going for a while then it started to complain about the DVD Driver and the installation process stopped. This error usually happens when you have an old [...]
Preparing a joomla test environment on Ubuntu for existing Joomla site
You will need to install following to prepare a test environment on Ubuntu for Joomla: Install Apache Web Server: sudo apt-get install apache2 Install PHP5: sudo apt-get install php5 Install PHP Apache libraries: sudo apt-get install libapache2-mod-php5 Restart Webserver: sudo /etc/init.d/apache2 restart Instal MySQL Server: sudo apt-get install mysql-server Install PHP Module for MySQL5: sudo [...]