Skip to content

Instantly share code, notes, and snippets.

@MeenachiSundaram
Created January 5, 2017 06:05
Show Gist options
  • Select an option

  • Save MeenachiSundaram/591dceccc9d79c5e5778d678e2815313 to your computer and use it in GitHub Desktop.

Select an option

Save MeenachiSundaram/591dceccc9d79c5e5778d678e2815313 to your computer and use it in GitHub Desktop.
downloading and installing xampp in linux
echo "Installing XAMPP"
#Installing XAMPP
mkdir /xampp
cd /xampp && wget https://www.apachefriends.org/xampp-files/5.6.28/xampp-linux-x64-5.6.28-1-installer.run
cd /xampp && chmod 755 xampp-linux-*-installer.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment