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

How to get detailed list of your hardware information in ubuntu using lshw

  • Post last modified:September 5, 2023
  • Post category:Linux
  • Post author:

lshw is a small and build in tool in Ubuntu to get the detailed information on the hardware configuration. Using this you can view your memory configuration details, firmware details, mainboard configuration details, CPU details and system speed, cache configuration, bus speed details and lots more. Now we are goin to use this tool to get our system details. It currently supports DMI, OpenFirmware device tree, PCI/AGP, CPUID, IDE/ATA/ATAPI, PCMCIA , SCSI and USB.

(more…)

Continue ReadingHow to get detailed list of your hardware information in ubuntu using lshw