Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Linux

Journal Journal: I like Unix

Been doing it for a long long time now (15 years) but still its a real joy to work in. The Unix shells, pipes etc.. make me appear to be the most amazing person at work - solving complicated problems in minutes. Thank you Unix for giving me a cape and tights!
User Journal

Journal Journal: Hmmm

sed '/\[.*\]/s/[^\[]*\(\[[^]]*\]\)[^\[]*/\1/g;s/\]\([^$]\)/\]\n\1/'
User Journal

Journal Journal: Selective routing with iproute2 and iptables

Have just setup a 2nd internet connection (2mb DSL up/down) and reconfigured the firewall to do selective routing for certain traffic. Turns out to be relatively simple. I use fwmarks in the mangle table to highlight the traffic destined for the new NIC and then add a routing rule to select a routing table with a default route of the new router. Then its just a case of SNATing the traffic approriately. It all seems to work sweetly.
User Journal

Journal Journal: PHP Development

Currently slaving away on a PHP forms engine backed up with a mysql database. PHP/Mysql are a good combination - and the more I work with PHP the more confortable I am - its really nice to work with.

Slashdot Top Deals

Is your job running? You'd better go catch it!

Working...