Created
April 12, 2021 11:04
-
-
Save CristianoRC/85e0e8394711f38331a6b54b0d94f09f 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 UpgradeSystem='sudo apt-get update; | |
sudo apt-get dist-upgrade -f; | |
sudo apt-get autoclean; | |
sudo apt-get autoremove; | |
sudo apt-get clean' | |
alias EscutarMicrofone='pactl load-module module-loopback latency_msec=1' | |
alias NaoEscutarMicrofone='pactl unload-module module-loopback' | |
alias DeletarNoneImages='docker rmi $(docker images --filter "dangling=true" -q --no-trunc)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment