Skip to content

Instantly share code, notes, and snippets.

@bfatemi
Last active October 8, 2021 02:20
Show Gist options
  • Save bfatemi/906f453bbf6ad6ab472b0f2a53b842f7 to your computer and use it in GitHub Desktop.
Save bfatemi/906f453bbf6ad6ab472b0f2a53b842f7 to your computer and use it in GitHub Desktop.
bashprofile
alias startpg="sudo service postgresql start"
alias stoppg="sudo service postgresql stop"
alias startrs="sudo service rstudio-server start"
alias stoprs="sudo service rstudio-server stop"
alias aptupdate="sudo apt update && sudo apt upgrade -y"
alias aptclean="sudo apt clean && sudo apt autoclean && sudo apt autoremove -y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment