Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/sh
- # Configure iptables to Optimise & watch youtube videos without buffering
- iptables -A INPUT -s 173.194.55.0/24 -j REJECT;
- iptables -A INPUT -s 206.111.0.0/16 -j REJECT;
- # Turn off discrete gpu to save power & reduce heating
- modprobe acpi_call;
- turn_off_gpu.sh > /dev/null 2>&1;
Advertisement
Add Comment
Please, Sign In to add comment