by Shashi Dhar Kumar | Aug 2, 2010 | Ubuntu, Unix OS
Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult. Open a terminal window, and use the following command: sudo apt-get install mysql-server If you are running PHP you will also need to install the php...
by Shashi Dhar Kumar | Jun 26, 2010 | Ubuntu, Unix OS
How to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser. First you can use...
by Shashi Dhar Kumar | Jun 24, 2010 | Ubuntu, Unix OS
To change the permissions of multiple files and directories with one command. Please note the warning in the chmod with sudo section and the Warning with Recursive chmod section. Recursive chmod with -R and sudo To change all the permissions of each file and folder...
by Shashi Dhar Kumar | Jun 24, 2010 | Ubuntu, Unix OS
When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem: Wrong permissions on configuration file, should not be world writable! I was thinking of some access control error. I have searched the web and found article containing...