Tag: Linux
-
Remove Ubuntu from Dual boot
How to remove ubuntu from system and use previously installed Windows XP/ Vista.
-
Create Cron job to run PHP Script in Cpanel
Hi All, Today i just want to share that how to create a cron job in Cpanel to run the PHP script. I hope everyone knows that what is Cron job : it is the task schedule in Linux which will run on predefined time interval. its same concept like schedule tasks in Windows OS.…
-
How to Install java on Ubuntu 10 and Ubuntu 11
Run below command on the terminal of ubuntu to install the JAVA. Ubuntu 10 : Ubuntu 11:
-
Install MySQL and Query Browser in Ubuntu
To open the Terminal, go to Application > Accessories > Terminal Type the following command at terminal. $sudo apt-get install mysql-server mysql comes with no root password. To set the root password, type: $mysqladmin -u root password your-new-password $sudo /etc/init.d/mysql restart Install mysql query browser $sudo apt-get install mysql-query-browser After installing, go to Applications >…