Last active
December 20, 2018 23:21
-
-
Save matheus-souza/26f39a73786933936ed1d2b5f8272d77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias sup='/home/matheush/solis/atualiza-solisge-todos.sh' | |
alias dk='docker kill $(docker ps -q)' | |
alias dps='docker ps' | |
alias kap='sudo /etc/init.d/postgresql stop && sudo /etc/init.d/apache2 stop' | |
alias sap='sudo /etc/init.d/postgresql start && sudo /etc/init.d/apache2 start' | |
alias direport='docker-compose --file /home/matheush/docker/dockerfiles/ireport/docker-compose.yml up -d' | |
# person aliases | |
alias soup='sudo apt update && sudo apt upgrade -y && sudo snap refresh && sudo apt autoremove -y && sudo apt autoclean -y && sudo apt clean -y' | |
alias solisgeup='sudo /var/www/solisge/atualizar.sh' | |
alias dps='docker ps' | |
alias dk='docker kill $(docker ps -q)' | |
alias portainer='docker-compose --file /home/matheush/docker/portainer.docker-compose.yml up -d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment