How to install Joomla 1.6 on ubuntu

  • Post last modified:February 6, 2014
  • Post category:Linux
  • Post author:

To install joomla 1.6 on your localhost, you must setup apache and mysql first. We have already posted a tutorial on How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu.Please read first.

1.Download Joomla 1.6

Go to joomla website and download the latest joomla stable full version in zip format on your desktop and extract it. Now you will get Joomla_1.6.0-Stable-Full_Package folder. Here 1.6.0 is the version number of current stable release.Just rename that folder to joomla.
(more…)

Continue ReadingHow to install Joomla 1.6 on ubuntu

How to install Drupal 7 on ubuntu

  • Post last modified:February 6, 2014
  • Post category:Linux
  • Post author:

To install Drupal 7 on your localhost, you must setup apache and mysql first. We have already posted a tutorial on How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu.Please read first.

1.Download Drupal 7
Go to Drupal website
and download the latest Drupal 7 version in zip format on your desktop and extract. Now you will get drupal-7.0 folder. just rename that folder to drupal
2.Copy Drupal to /var/www folder .

To do this

(more…)

Continue ReadingHow to install Drupal 7 on ubuntu

How to install wordpress on ubuntu (step by step)

  • Post last modified:February 6, 2014
  • Post category:Linux
  • Post author:

To install wordpress on your localhost, you must setup apache and mysql first. We have already posted a tutorial on How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu.Please read first.

1. Go to wordpress website and download the latest wordpress version in zip format on your desktop and extract. Now you will get wordpress folder.

2.Copy wordpress to /var/www folder

Method 1:
Go to Application -> Accessories -> Terminal. And type the below code in terminal and hit enter.

gksudo nautilus

Type your ubuntu password if needed.
(more…)

Continue ReadingHow to install wordpress on ubuntu (step by step)

How to configure the grub2-burg settings in ubuntu

  • Post last modified:December 31, 2010
  • Post category:Linux
  • Post author:

To configure the grub2/burg settings in ubuntu in easy way you need to install Grub Customizer. The main feature is the boot entry list configuration .

1.Go to Applications->Accessories->Terminal and Type the below commands and press enter.

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

2.Then go to Applications -> System Toiols -> Grub Customize to configure the grub2/burg settings in ubuntu

(more…)

Continue ReadingHow to configure the grub2-burg settings in ubuntu