Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created May 1, 2011 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tovbinm/950519 to your computer and use it in GitHub Desktop.
Save tovbinm/950519 to your computer and use it in GitHub Desktop.
Network Hacks
Ubuntu:
sudo apt-get install wondershaper
sudo wondershaper eth0 [down rate in kilobits] [up rate in kilobits]
Ubuntu:
sudo apt-get install wondershaper
sudo wondershaper eth0 [down rate in kilobits] [up rate in kilobits]
lynx -dump <website_url> | awk '/http/{print $2}' | xargs wget
echo "<text goes here>" | nc -u -w 1 <ip> <port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment