Skip to content

Instantly share code, notes, and snippets.

@skyway22
Created August 5, 2017 15:21
Show Gist options
  • Save skyway22/e9c9142226b6038a38ad6a7a12ede839 to your computer and use it in GitHub Desktop.
Save skyway22/e9c9142226b6038a38ad6a7a12ede839 to your computer and use it in GitHub Desktop.
Raspberry Pi
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