Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active May 25, 2025 17:18
Show Gist options
  • Save vielhuber/52ef17301371e9e7d87999e50a5e7ca2 to your computer and use it in GitHub Desktop.
Save vielhuber/52ef17301371e9e7d87999e50a5e7ca2 to your computer and use it in GitHub Desktop.
install xampp on linux mint #server
  • https://www.apachefriends.org/de/index.html
  • chmod 755 xampp-linux-*-installer.run
  • sudo ./xampp-linux-*-installer.run
  • sudo /opt/lampp/lampp start
  • sudo /opt/lampp/lampp stop
  • optional
    • sudo /opt/lampp/manager-linux-x64.run
    • sudo /opt/lampp/lampp restart
    • sudo nano /opt/lampp/etc/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment