Created
August 5, 2017 15:21
-
-
Save skyway22/e9c9142226b6038a38ad6a7a12ede839 to your computer and use it in GitHub Desktop.
Raspberry Pi
This file contains 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 li="screen -r irssi" | |
alias rosu="sudo nano /sys/class/leds/led1/brightness" | |
alias temp="/opt/vc/bin/vcgencmd measure_temp" | |
alias kstop="sudo systemctl stop mediacenter" | |
alias kstart="sudo systemctl start mediacenter" | |
alias paste="nc termbin.com 9999" | |
export LC_ALL="en_US.UTF-8" | |
alias tstop="sudo systemctl stop transmission" | |
alias tstart="sudo systemctl start transmission" | |
alias treload="sudo systemctl reload transmission" | |
alias tstatus="sudo systemctl status transmission" | |
alias update="sudo apt-get update && sudo apt-get dist-upgrade" | |
alias update-flexget="sudo -H pip install --upgrade setuptools && sudo -H pip install --upgrade flexget" | |
alias searchsubs="for movie in `ls`;do subliminal download -l ro $movie; done" | |
alias clean="du -hs /mnt/{wd,samsung}/{shows,movies}/* | sort -h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment