Skip to content

Instantly share code, notes, and snippets.

@bobholt
Last active December 22, 2015 23:19
Show Gist options
  • Save bobholt/6545783 to your computer and use it in GitHub Desktop.
Save bobholt/6545783 to your computer and use it in GitHub Desktop.
Useful Linux commands
alias newcommand='yourcommand -arguments'
sudo -i
echo 1 > /sys/bus/pci/rescan
exit
sudo chown -R $USER <PATH>
xinput --set-prop "N-Trig MultiTouch" "Device Enabled" 0 && xinput --set-prop "N-Trig Touchscreen" "Device Enabled" 0
xmodmap -e "keycode 118 = Pause" && xmodmap -e "keycode 127 = Insert"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment