Created
May 1, 2011 13:54
-
-
Save tovbinm/950519 to your computer and use it in GitHub Desktop.
Network Hacks
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
Ubuntu: | |
sudo apt-get install wondershaper | |
sudo wondershaper eth0 [down rate in kilobits] [up rate in kilobits] |
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
Ubuntu: | |
sudo apt-get install wondershaper | |
sudo wondershaper eth0 [down rate in kilobits] [up rate in kilobits] |
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
lynx -dump <website_url> | awk '/http/{print $2}' | xargs wget |
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
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