Created
January 23, 2021 03:23
-
-
Save httpsterio/45f3fc1e8655c2e569d90f1fe44c0b87 to your computer and use it in GitHub Desktop.
linux setup commands
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
# 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