Skip to content

Instantly share code, notes, and snippets.

@tomsihap
Created January 20, 2019 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomsihap/4fa614450158edf5593b5921e344c673 to your computer and use it in GitHub Desktop.
Save tomsihap/4fa614450158edf5593b5921e344c673 to your computer and use it in GitHub Desktop.
Linux config
alias lampstart="sudo service php7.2-fpm start && sudo service apache2 start && sudo service mysql start"
alias lampstop="sudo service php7.2-fpm stop && sudo service apache2 stop && sudo service mysql stop"
alias lamprestart="sudo service php7.2-fpm restart && sudo service apache2 restart && sudo service mysql restart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment