Skip to content

Instantly share code, notes, and snippets.

@httpsterio
Created January 23, 2021 03:23
Show Gist options
  • Save httpsterio/45f3fc1e8655c2e569d90f1fe44c0b87 to your computer and use it in GitHub Desktop.
Save httpsterio/45f3fc1e8655c2e569d90f1fe44c0b87 to your computer and use it in GitHub Desktop.
linux setup commands
# WLAN POWER SAVE
# check network card name with ip addr
iw wlp3s0f0 set power_save off
# CASE INSENSITIVE TAB COMPLETION
if [ ! -a ~/.inputrc ]; then echo '$include /etc/inputrc' > ~/.inputrc; fi
echo 'set completion-ignore-case On' >> ~/.inputrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment