Displaying 13 results from an estimated 13 matches for "savu".
Did you mean:
save
2012 Sep 25
1
mapping data from table to .csv template
...Composable services Tom White
13 Adrian Cole RE: [WHIRR-117] Composable services Tom White
14 Adrian Cole RE: [WHIRR-117] Composable services Tom White
15 Patrick Hunt RE: [WHIRR-123] Cassandra integration Tom White
16 Patrick Hunt RE: [WHIRR-123] Cassandra integration Andrei Savu
17 Patrick Hunt RE: [WHIRR-123] Cassandra integration Andrei Savu
18 Patrick Hunt RE: [WHIRR-123] Cassandra integration Tom White
19 Patrick Hunt RE: [WHIRR-123] Cassandra integration Tom White
20 Patrick Hunt RE: [WHIRR-123] Cassandra integration Adrian Cole
21 Patrick Hunt RE: [WHIRR-...
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.True = c(0L, 0L, 0L, 0L, 0L, 0L
), Lars...
2014 Jan 21
2
After USB boot problems on Gigabyte GA-M55Plus-S3G
...p is:
dd if=/dev/zero of=binary.img bs=1M count=500
i="$(losetup -f --show binary.img )"
parted binary.img mklabel msdos -s -m
dd if=/usr/lib/syslinux/mbr.bin of="${i}"
parted binary.img mkpart primary -a optimal -s -m 0% 100%
parted binary.img set 1 boot on
mkfs.ext4 $(kpartx -savu "${i}" | awk 'NR==1{print "/dev/mapper/"$3 }' )
mount $(kpartx -savu "${i}" | awk 'NR==1{print "/dev/mapper/"$3 }' ) /mnt
extlinux --install /mnt/boot
cp /usr/lib/syslinux/vesamenu.c32 /mnt/boot
cat > /mnt/boot/extlinux.conf <<EOF
UI...
2012 Sep 26
1
Ask for help - how to change WHIRR.117.csv to WHIRR_117.csv
...0L, 0L)), .Names = c(
"WHIRR.25",
"WHIRR.28", "WHIRR.55", "WHIRR.61", "WHIRR.76", "WHIRR.87", "WHIRR.92",
"WHIRR.115", "WHIRR.117"), row.names = c("Adrian Cole", "Alison Wong",
"Andrei Savu", "Bruno Dumon", "Edward J. Yoon", "Eugene Koontz"
), class = "data.frame")
The script is able to save the file in the directory, but with the
following name:
WHIRR.25.csv
WHIRR.28.csv
WHIRR.55.csv
WHIRR.61.csv
WHIRR.76.csv
WHIRR.87.csv
WHIRR.92.csv
WHI...
2004 Nov 20
1
how to match TTL?
...d dev eth1 parent 1:0 prio 10 u32 match u8 0x10 0xff at nexthdr+13
protocol tcp flowid 1:11
tc filter add dev eth1 parent 1:0 prio 10 u32 match u8 0x10 0xff at nexthdr+13
flowid 1:11
All I need is to match TTL=64 and TTL=128, of course with iproute :) Any ideas?
Kaspars
Advertisement:
Atrodiet savu celojumu seit!
http://travel.inbox.lv
2014 Jan 21
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
...ry.img bs=1M count=500
> i="$(losetup -f --show binary.img )"
> parted binary.img mklabel msdos -s -m
> dd if=/usr/lib/syslinux/mbr.bin of="${i}"
> parted binary.img mkpart primary -a optimal -s -m 0% 100%
> parted binary.img set 1 boot on
> mkfs.ext4 $(kpartx -savu "${i}" | awk 'NR==1{print "/dev/mapper/"$3 }' )
> mount $(kpartx -savu "${i}" | awk 'NR==1{print "/dev/mapper/"$3 }' ) /mnt
> extlinux --install /mnt/boot
> cp /usr/lib/syslinux/vesamenu.c32 /mnt/boot
> cat > /mnt/boot/extlinux....
2014 Jan 23
2
Advice/directions to users of Syslinux
Hi,
Ady:
> > > I would suggest not using the work "disk".
me:
> > I am unhappy with "disk" too.
> > But that change would have a much wider scope in the text.
Ady:
> You can still use a different wording in a linked section. If "disk"
> is not the best choice for the new section, then choose a better
> term.
Two problems:
There are
2004 Nov 19
3
mixing u32 and fwmark
...l my users, but I need set this to each user
individually (each class) just to get sure, every user gets certain speed.
Actually it seems, I need to combine fwmark with u32 classifier or
something.
What do you sugest to do? I can''t find a solution for my problem.
Advertisement:
Atrodiet savu celojumu seit!
http://travel.inbox.lv
2006 Oct 31
3
Laptop+SDMMC+Extlinux+Memdisk+Floppy images=headaches
Hello syslinuxers
I'm stuck with a scientific problem which gives me headaches:
I have a laptop (Gateway MX3410) which has a SD memory card reader.
Recently an interesting thought crossed my mind: why don't I setup
a 2GB SD card as a harddrive and put some rescue tools on it.
So I dug on the net and I came across the idea of using memdisk
to boot floppy images without the need of a
2014 Jan 21
4
After USB boot problems on Gigabyte GA-M55Plus-S3G
On 01/21/2014 12:22 AM, Thomas Schmitt wrote:
>
>> If we take the ENDing CHS values as valid:
>> 982 / 254 / 63
>> and we calculate the corresponding LBA:
>> ( ( 982 + 1 )
>> x ( 254 + 1 )
>> x ( 63 ) )
>> - 1
>> ___________
>> 15'791'894
>
> Is this calculation generally valid ? It seems to assume that
> the
2005 Jun 02
0
Cannot share printer HP1012, using Ubuntu and Samba
...t no results...
I Also tryed to share folder (to check out whether the samba have problem), so
it work, but printer share don't...?:-(((
Somebody can help me?
-------------------------------------------------------------------------------
http://www.one.lv - Tavs mobilais e-pasts!
Tagad lasi savu e-pastu ar mobilo telefonu - wap.one.lv!
2014 Jan 23
0
Advice/directions to users of Syslinux
I played with `mkdiskimage' some last night, here is what i came up with:
mkdiskimage -z -F binary.img 1000
i="$(losetup -f --show binary.img)"
j="$(kpartx -savu "${i}" | awk '{print "/dev/mapper/"$3 }')"
mount "${j}" /mnt
cp /usr/lib/syslinux/vesamenu.c32 /mnt
cat > /mnt/syslinux.cfg <<EOF
UI vesamenu.c32
DEFAULT linux
LABEL linux
EOF
umount /mnt
syslinux "${j}"
kpartx -d "${i}"
losetu...
2007 Jul 08
0
Troubles with tc/iptables - per TCP session tc
Hello,
I have read most of the relevant emails already posted to the LARTC mailingilist and I have not found a solution to my problem.
What I am trying to do is: limit the HTTP output traffic to 30Mbps and also to limit each HTTP connection at 512Kbps, if the client downloads more than 1MB. I have managed to limit the total traffic but not the traffic of each HTTP connection.
Here it is my