search for: what1

Displaying 2 results from an estimated 2 matches for "what1".

Did you mean: what
2005 Jun 24
0
wfq scripts needed help
...tc filter add dev $DEV protocol ip parent 1:0 prio 4 u32 ht 800:: \ match ip dst 192.168.0.0/16 hashkey mask 0x0000ffff at 16 \ link 2: ---------------------------------------------------------------------- And for the CORE routes the WFQ is implemented like this #!/bin/sh $what=_ _ _ _ $what1=_ _ _ _ $what2=_ _ _ _ # setting the qdisc tc qdisc add dev eth0 handle 1:0 root dsmark indices 8 set_tc_index # setting the tcindex filter tc filter add dev eth0 parent 1:0 protocol ip prio 1 tcindex \ mask 0xfc shift 2 # adding WFQ tc qdisc add dev eth0 parent 1:0 handle 2:0 wfq $what...
2010 Jul 06
2
[Bug 1791] New: Newlines in filenames are converted to ^J
...re though I have not checked yet which part of the code is causing this. In Linux and *nix, all characters are possible in filenames except null and slash. Unicode is one good reason for this. jvoss at ASLinWS01:~$ env | grep LA LANG=en_US.UTF-8 LANGUAGE= jvoss at ASLinWS01:~$ scp 'waiting for what1.png' altsci.com:altsci/cell/uploads/ Enter passphrase for key '/home/jvoss/.ssh/id_dsa': waiting\^Jfor\^Jwhat1.png 100% 50KB 49.8KB/s 00:00 jvoss at dmitry:~/altsci/cell$ ls uploads/waiting*1.png uploads/waiting\^Jfor\^Jwhat1.png http://www.cell-game.com/uploads/waiting%0...