Tag: Ubuntu

  • Remove Ubuntu from Dual boot

    How to remove ubuntu from system and use previously installed Windows XP/ Vista.

  • 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 >…