Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Sunday, November 4, 2012

How to install xampp server on linux

How to install XAMPP server on ubuntu or any other Linux Distro

1. Download the XAMPP server bundle.
        
      XAMPP for Linux

2. Login to terminal as root.

      sudo -s

2. Open terminal window and change the directory to the folder where you downloaded the bundle .

3. Then type the following command in the terminal window to extract the contents of the bundle downloaded.

     tar xvfz xampp-linux-1.8.1.tar.gz  -C /opt

this will extract the files to a folder named 'opt' in root directory.

4. and thats it , your XAMPP server is ready , go to the terminal window and just type in

     sudo /opt/lampp/lampp start

this will start the server .

5. To stop the server type in terminal

     sudo /opt/lampp/lampp stop   


** to solve the problem of pasting content in htdocs folder execute the following command in terminal window

     sudo chmod 777 -R /opt/lampp/htdocs/ 

Sunday, March 18, 2012

installing google chrome on ubuntu

  1. downlaod the package file from google chrome's official website
  2. then after downlaod has completed open terminal
  3. type the following command ""sudo apt-get -f install"".
  4. then your next command is ""sudo dpkg -i google-chrome-stable_current_i386.deb"".
  5. thats all 
  6. go to your dash board and search for chrome.
plz hit like if it helped
If you face any kind of problem plz comment and i would love to resolve your problem........