sudo apt-get install parallel
bash <(curl -s https://gist.githubusercontent.com/ArnaudD/40f153aa93920bd56f90/raw/update-scripts.sh)
This file contains hidden or 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
| source-directory /etc/network/interfaces.d | |
| auto lo | |
| iface lo inet loopback | |
| iface eth0 inet manual | |
| # wpa_passphrase "ssid" "password" | |
| auto wlan0 | |
| allow-hotplug wlan0 |
This file contains hidden or 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
Show hidden characters
| { | |
| "presets": [ | |
| "es2015", | |
| "stage-0", | |
| ] | |
| } |
I hereby claim:
- I am ArnaudD on github.
- I am arnaudd (https://keybase.io/arnaudd) on keybase.
- I have a public key whose fingerprint is 67EA 96AA B5EA 62D1 8274 1D6F 7DD6 F322 FF88 4242
To claim this, I am signing this object:
This file contains hidden or 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
| parallel lpr ::: "$(ls)" |
This file contains hidden or 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
| # Source : https://sites.google.com/site/easylinuxtipsproject/reserve-7 | |
| apt-get install linux-headers-$(uname -r) build-essential dkms git | |
| git clone https://github.com/pvaret/rtl8192cu-fixes.git | |
| dkms add ./rtl8192cu-fixes | |
| dkms install 8192cu/1.10 | |
| depmod -a | |
| cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/ | |
| cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/ | |
| reboot |
OlderNewer