Skip to content

Instantly share code, notes, and snippets.

@kennychufk
Last active February 20, 2018 02:57
Show Gist options
  • Save kennychufk/e988ec395d3b381315d26a18c3845666 to your computer and use it in GitHub Desktop.
Save kennychufk/e988ec395d3b381315d26a18c3845666 to your computer and use it in GitHub Desktop.
Arch Linux tricks
modprobe btusb
systemctl start bluetooth.service
# (using UI, pair with Android device, turn on bluetooth tethering)
# Only extract a specific file from stash
# https://stackoverflow.com/questions/15264553/how-to-unstash-only-certain-files
git checkout 'stash@{0}' -- <filename>
mount -o remount,size=4G,noatime /tmp
# Terminal user interface:
nmtui
# CLI:
nmcli dev wifi connect <mySSID> password <myPassword>
nmcli con up <mySSID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment