Archive for the ‘Linux’ Category

Remove Ubuntu from Dual boot

Remove ubuntu from dual boot system

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 Avast Antivirus in Ubuntu

avast! Home Edition is a complete anti-virus package, that is is free for registered home non-commercial users. It contains an on-demand scanner with two interfaces (simple for novices and advanced for experienced users), an on-access scanner with Standard Shield (which protects against execution and opening malware programs) and an embedded e-mail scanner which scans incoming [...]

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 > [...]