Slashdot Mirror


User: 51c4r1u5

51c4r1u5's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Wondershaper on Application Layer Packet Shaping on Linux · · Score: 2, Insightful

    Yep I do :) But it operates at level 3... See the other posts for a discussion of level 3 vs. level 7 prioritizing (e.g. switch port numbers and mess up your shaper)

  2. USB/FW Drives on Low-powerered Ethernet Hard Drive? · · Score: 1

    Nowadays I'd recommend an external USB/FW HDD. Maximum cable length will be suffcient and power consumption should be reasonable - at least the models which use notebook HDDs. And you can watch the prices dropping...

  3. Auto/Online Update on What Package Management Features Do You Value? · · Score: 1

    Beside many other things already mentioned I need a good auto/online update. Current SuSE allows me to keep all my packages up to date by 3-some clicks! I just don't have the time to keep up to date with all the security issues arising around the packages I have installed. If SuSE takes care about this I can perfectly live with it; installing their distro already means trusting them...

  4. Solution for Linux 2.4/IPFilter on MSS Initiative Makes Progress · · Score: 4, Informative

    Assuming you use your linux machine as a router there is a solution. Using a recent distro/kernel there should be an ipt_TCPMSS module available. Running iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss -to-pmtu "does the trick" of adjusting packet sizes. Sites like CERT, SecurityFocus or GMX.de are accessible then.

    Further readings here and here.