Category Archives: Tutorial

How To: Install Xampp In Ubuntu

This is a how-to for setting up a web development environment easily. This guide is aimed at a development environment only and should not be used as a public webserver. To setup a public webserver follow the directions on the … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , , | 4 Comments

Can’t start Windows audio service

Today my friend computer suddenly stop producing any sound, and it happen without any warning. She ask me to look into the problem and i thought it only driver problem, and i was wrong. All the audio driver working perfectly. … Continue reading

Posted in How To, Tutorial | Tagged , , , , , , , , | Leave a comment

How To: Install nVidia latest drivers

It is very easy and you can do it by just following this steps. Remember to uninstall any previous version! If you are using the proprietary hardware tool in Ubuntu you should disable the current driver first and then restart … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , , | Leave a comment

How To: Install New Icons For Ubuntu

To install a new icons set: Download icons theme sets tarball from http://art.gnome.org/themes or other location Copy the tarball to icons folder location. “cp tarball.tar.gz /home/username/.icons” Navigate directly into icons folder. “cd /home/username/.icons” Extract the tarball icons file. “tar xfz … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , , | Leave a comment

Installing LAMP on Ubuntu

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. This instruction … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , | 1 Comment