Skip to content

Instantly share code, notes, and snippets.

@ohmydevops
Created January 8, 2019 16:46
Show Gist options
  • Save ohmydevops/4a947773ca66362999e2669e0454f30d to your computer and use it in GitHub Desktop.
Save ohmydevops/4a947773ca66362999e2669e0454f30d to your computer and use it in GitHub Desktop.
alias xampp-start="sudo /opt/lampp/lampp start"
alias xampp-stop="sudo /opt/lampp/lampp stop"
alias xampp-status="sudo /opt/lampp/lampp status"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment