Skip to content

Instantly share code, notes, and snippets.

@mrmmg
Created August 19, 2020 17:41
Show Gist options
  • Save mrmmg/36e7e8caae5a49b9a43ec56a350e6ebb to your computer and use it in GitHub Desktop.
Save mrmmg/36e7e8caae5a49b9a43ec56a350e6ebb to your computer and use it in GitHub Desktop.
How to tun xampp control panel in linux
#!/bin/bash
cd /opt/lampp
echo your_sudo_password | sudo -S ./manager-linux-x64.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment