search for: kernelnot

Displaying 4 results from an estimated 4 matches for "kernelnot".

Did you mean: kerneldoc
2003 Aug 01
2
Bandwidth Monitor
Anybody knows about one bandwidth meter to use in Bering. This is a script i built, it''s works wel, but it''s not very nice!!! =P #!/bin/bash # Bandwidth Monitor device=eth0 bytes=`grep $device /proc/net/dev | cut -f 2 -d : | cut -d '' '' -f 2` kbytes=`expr $bytes / 1024` actual=$kbytes i=1 x=0 total=0 while [ $i -le 2 ] do x=`expr $x + 1`
2000 Jun 24
1
ANNOUNCE: alternate mail archive site
...ons, most having to do with header rewriting, but that's not the point of this message. One thing I don't like is its list archive feature. The archives are hard to navigate, and the threading is atrocious. I'm accustomed to MHonArc-generated archives, like they use at debian.org and kernelnotes.org. Call me a bigot but I can't figure out why the rest of the world hasn't switched to MHonArc yet. (: So, for those times when I must browse archives rather than using my MUA, I finally got around to setting up a MHonArc server. I'm announcing it here because there may be one or...
2001 Jan 23
5
iptables
Isn''t it possible with iptables to filter on DSCP field? Thanks, Tom Aernoudt
2001 Feb 27
5
NAT+portfw failure
I have the following forced up mew by evil telco problem: - One IP - Homebrew LAN - portforwarding for some services. - extra PPTP/ppp layer to an internal 10.* network which mutilates DNS answers. Setup: Machine A has ip a.b.c.d (real IP) and is reachable over ADSL with it from the world. It does NAT for an internal LAN 192.168.0.0/24) and has portforwading turned on for some ports (eg 80)