Displaying 2 results from an estimated 2 matches for "dowmload".
Did you mean:
download
2001 Aug 28
0
Windows Media Player
Here's a problem I'm having with Windows Media Player:
1. I open http://www.cknw.com/cknw.asx
2. I see some messages at the bottom of the window that say things like
"dowmloading codecs".
3. I see a promptbox that says "Windows Media Player cannot open
'mms://cknw.insinc.ca/cknwwm'. You may need to reboot to complete
installation of a downloaded component. Please verify that the path and
filename are correct and try again." If I click "detail...
2007 Sep 14
0
pkgs to monitor traffic
Hi all,
I have a 256kbit link where I have shaped 64kbit for downloading @ one
ethernet. (eth1)
I am using mrtg to monior it. it works fine. In addition to that, I am
looking for some other pkgs.
Are there good pkgs for that purpose?
below is my script for dowmloading. I am looking for pkgs that suit below
script.
#traffic shaping on eth1 (Downloading)
INTERFAZ_DMZ=eth1
FULLBANDWIDTH=256
BANDWIDTH4DMZ=64
tc qdisc del root dev $INTERFAZ_DMZ
tc qdisc add dev $INTERFAZ_DMZ root handle 1: htb r2q 4
tc class add dev $INTERFAZ_DMZ parent 1: classid 1:1 htb rate...