As we all now have a big fat pile of bandwidth some of you might like to give something back to the community by way of the TOR project.
TOR will use your excess bandwidth to help freedom of speech and the free flow of information that's so lacking in oppressive regimes. For more details see
https://www.torproject.org/.
Install instructions can be found at
https://www.torproject.org/docs/tor-doc-unix.html.enMy quick Linode config guide:
edit /etc/tor/torrc and set:
Nickname <any name>
RelayBandwidthRate <1500 KBs or so>
RelayBandwidthBurst <Above plus 100 KBs>
AccountingMax <Whatever bandwidth you have spare, this is traffic though your linode so in+out but linode only charges for out>
AccountingStart month 1 00:00
ContactInfo <Your email>
ExitPolicy reject *:* # no exits allowed, Linode passes on EVERY complaint so only relay for an easy life.
MaxOnionsPending 250 #Stability fix for when you can't open circuits fast enough.
Then update your iptables rules to allow TCP port 9001 in.
Please note that TOR will use about 230Meg of resident RAM so I only suggest using it on a lightly loaded Linode.