Archive for 21st June 2008

Making Sense of Gentoo’s USE Flags

gentoo.png

One of the best features of the Gentoo Linux Distribution is the fact that you can customize it to suit whatever needs your Operating System should provide. This stems from the fact that, because it is a “source-based” distribution, you can enable or disable different features in certain programs before the source code gets built into “binaries”.

For example, say you need to use Samba to connect to a Windows based computer, you probably do not need to have LDAP support built into Samba (which would be used as a database backend to hold user accounts, passwords, etc. if you want to use Samba as a Primary Domain Controller). So when you build Samba on a Gentoo Linux System, you “tell” it to build it without LDAP support to make the resultant binaries both smaller in size and possibly a little more robust.

Unfortunately, most Gentoo users don’t take the time to tackle various USE flags, which results in a very unorganized /etc/make.conf file, as well as a system that either has too much “bloat” or doesn’t provide all the features that are possibly available to the user.

Continue reading ‘Making Sense of Gentoo’s USE Flags’ »

Beating Sandvine on Linux with iptables

pirate.gif

Multiple sites reported a while ago that Comcast was using Sandvine to do tcp packet resets to throttle BitTorrent connections of their users. This practice may be a thing of the past as it’s been found a simple rule in the Linux firewall, iptables, can simply just block their reset packets, returning your BitTorrent back to normal speeds and allowing you to once again connect to all your seeds and peer. So, if you are tired of Sandvine (the application used by Comcast to throttle Bit Torrent with fake TCP packet resets) screwing with your BitTorrent and a user of GNU/Linux, then this is for you. I will tell you how to take your bandwidth back.

Also see:

  1. Basics of iptables
  2. Iptables: How to save and restore rules at boot & shutdown
  3. How to Encrypt Bit Torrent Traffic With Ktorrent and Azurues
  4. Import PeerGuardian Blocklists into Ktorrent & Deluge

Continue reading ‘Beating Sandvine on Linux with iptables’ »