Skip to content

Instantly share code, notes, and snippets.

@untillnesss
Last active February 16, 2021 05:42
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 untillnesss/1d12defde28f5b2dcf7f40a78bf64efc to your computer and use it in GitHub Desktop.
Save untillnesss/1d12defde28f5b2dcf7f40a78bf64efc to your computer and use it in GitHub Desktop.
Bash aliases ku
alias gr="git log --all --oneline --graph --decorate"
alias stopa2="sudo /etc/init.d/apache2 stop"
alias stopsql="sudo service mysql stop"
alias startxampp="sudo /opt/lampp/lampp start"
alias starter="stopa2 && stopsql && startxampp"
alias laras="php artisan serve"
alias codela="code . && laras"
alias sshlangkah="ssh langkah2@139.99.62.99"
alias sshyasa="ssh sangpeme@101.50.1.80"
alias startmongo="sudo systemctl start mongod"
alias killport="sudo kill -9 $(sudo lsof -t -i:8000)"
alias sshmerindo="ssh root@128.199.156.185"
alias pa="php artisan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment