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