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 [...]
Gigabyte h55m-ud2h struggles, problems, solutions and that
Installing the Motherboard I have recently purchased Gigabyte h55m-ud2h motherboard as part of an upgrade kit. First of all the motherboard came with only 2 cables ( IDE, SATA ) so if I wouldn’t have cables like this lying around I wouldn’t have been able to connect my 3 SATA disks. I do not know [...]
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 [...]
How to set time zone in Ubuntu?
I have moved country and was looking for a way to set the time zone from the command line. Run the following command and it will pop up the timezone configuration window: sudo dpkg-reconfigure tzdata