Getting Set up with Ogre 3D on Ubuntu
Native Linux Space Warfare: Freespace 2
Using Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc)
A Simple ISAPI Filter for Authentication on IIS
Book Review: How to Implement Design Patterns in PHP
Gradle Sync Failed: Repairing a project after an Android Studio upgrade

Restricting Bandwidth on Mac OSX

Tuesday, 16 August 11, 1:00 pm
If you're on Mac, you can throttle your own bandwidth with the following two commands:
sudo ipfw pipe 1 config bw 200KByte/s sudo ipfw add 1 pipe 1 src-port 80
To remove the throttle, use:
sudo ipfw delete 1
Legal warning: Macs suck and are grotesquely horrible contraptions. Making intelligent healthy people use them is dangerous, inhuman and illegal in many countries.

Please enter your comment in the box below. Comments will be moderated before going live. Thanks for your feedback!

Cancel Post