Haroon's Blog
The way of sharing technology,experiences,trends and much more through silent words who speaks loudly if you listen.
Sunday, November 13, 2011
Mufti Najeeb Ahmed 'Hazrat Ibrahim Ki Qurbani Aur Hamari Zindagi
Saturday, August 6, 2011
Sunday, March 6, 2011
How to Create CD to ISO Image File on Linux
It is so simple .To create iso image file from linux, you don’t need any software. It can be done by only just one command on terminal
cat /dev/scd0 > /home/haroon/ubuntu.iso
Reference
http://www.tech-recipes.com/rx/2769/ubuntu_how_to_create_iso_image_from_cd_dvd/
| Reactions: |
Monday, November 29, 2010
Unforgetable Memories of Hajj 2010
| Reactions: |
Friday, September 17, 2010
Installing Joomla 1.5.20 on Ubuntu 10.04
SQL Error Jos_session table doesn’t exist
Then I followed another blog to install Joomla and got successful to install Joomla over my favorite Ubuntu 10.04
The following are steps I follow to install Joomla
1) Pre-requisite LAMP installing
Just type the following command to install LAMP from pre-package software
$tasksel
Just Select LAMP Server and press ok the installing goes on ….
2) Registering your joomla directory on apache Server
Just type the following command
$etc/apache2/sites-available/default etc/apache2/sites-available/joomla
$/etc/apache2/sites-available/a2ensite joomla
3)Reloading Apache Server
$/etc/init.d/apache2 reload
4)Set up MYSQL database for Joomla cms
$mysql -u root -p
Enter password: ****
$mysql> create database joomladb;
$mysql>\q
5)Install Joomla in Ubuntu
$cp -R /home/haroon/Documents/Joomla_1.5.20-Stable-Full_Package/ /var/www/joomla
$chown -R www-data.www-data /var/www/joomla/joomla/
Open you browser and type localhost/joomla
the following page open in your browser and this page itself guide to joomla install till end .
| Reactions: |

