General

copy tracks from a shared itunes

There may be a better version out there, but this did the job.

OSX news tips and hacks

Andrew knows… http://www.andrewescobar.com/

one solution for sharing bandwidth with greedy people

Linux Traffic Control!

http://www.szabilinux.hu/bandwidth/

http://lartc.org/manpages/

http://lartc.org/howto/

http://lartc.org/howto/lartc.ratelimit.single.html

Rate limiting ssh brute force attacks using iptables

I found this great page whilst looking for something else. It gives some ideas about how to block brute force attacks using recent iptables.

Mirroring SuSE

I find myself having to mirror bits of the SuSE install tree and updates quite often. The problem is I typically do not need all the .iso files, the src rpms and the debuginfo packages, so I use the command below to exclude them from my rsync:

*.iso
*-debuginfo-*
*/src/*
*-ar-*
*-ca-*
*-cs-*
*-da-*
*-de-*
*-el-*
*-es-*
*-et-*
*-fi-*
*-fr-*
*-hu-*
*-it-*
*-ja-*
*-ko-*
*-nl-*
*-pl-*
*-pt-*
*-ru-*
*-sk-*
*-sl-*
*-sv-*
*-tr-*
*-zh-*
*-af-*
*-bg-*
*-br-*
*-cy-*
*-en-*
*-eo-*
*-fo-*
*-ga-*
*-hr-*
*-is-*
*-nn-*
*-ro-*
*-nb-*

hint:You can paste the above list into a text file and pass it to rsync with the --exclude-from option

Also note that from the UK, I’ve found ftp.sh.cvut.cz to be a consistently fast mirror