irenicus09

Optimised Script

Mar 30th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/usr/bin/sh
  2.  
  3. # Configure iptables to Optimise & watch youtube videos without buffering
  4. iptables -A INPUT -s 173.194.55.0/24 -j REJECT;
  5. iptables -A INPUT -s 206.111.0.0/16 -j REJECT;
  6.  
  7. # Turn off discrete gpu to save power & reduce heating
  8. modprobe acpi_call;
  9. turn_off_gpu.sh > /dev/null 2>&1;
Advertisement
Add Comment
Please, Sign In to add comment