Showing posts with label install. Show all posts
Showing posts with label install. 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/ 

Wednesday, August 22, 2012

Installing an .apk file in android emulator


  1. Launch your emulator
  2. get an .apk file that you want to install in your emulator
  3. navigate to your android-sdk dir and search for adb.exe
  4. copy the location of the   adb.exe
  5. Right click on my computer and open Advanced Settings and click Environment Variable
  6. select Path from System Variables and click on Edit
  7. add a semi-colon ';' and Paste the location that we copied
  8. open cmd.exe
  9. change the directory to where you have the .apk file located.
  10. after you have reached the directory type :
            adb install filename.apk

and you are done .

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

install eclipse for java and web development(ubuntu)


  1. just open ubuntu software center and search for "java"
  2. install  the latest java runtime version with all the plugins.
  3. to install eclipse go to eclipse.org
  4. open downloads page
  5. you can download "eclipse classic" for only java development,but for web and java development you have to download "Eclipse IDE for Java EE Developers", it includes all the plugins.(first check your system info in settings to make a choice in x64 and x32 version)
  6.  after download extract the files to any folder of your choice and run the file "eclipse" from the extracted folder
  7. And you are done.  
plz hit like if it helped
If you face any kind of problem plz comment and i would love to resolve your problem........