113 reputation
4
bio website sharpsetup.eu
location Krakow, Poland
age 28
visits member for 1 year, 8 months
seen Apr 25 at 8:00
stats profile views 9

AGH University of Science and Technology (IT) graduate, former Comarch SA employee and current Sabre Holdings employee. For more complete and up to date CV see http://grobelny.oswiecenia.net/


Feb
12
comment netcat and file transfer
I want to transfer part of /dev/mapper/mainvg-rootlv. But it really makes no difference as the point is that netcat does not react to EOF (no matter if it is a real file, part of a file, or Ctrl-D from keyboard).
Feb
10
comment netcat and file transfer
I mean EOF as end of input. In case of dd if=/dev/sourcedevice bs=1M count=1 the EOF should happen after 1MiB.
Feb
10
comment netcat and file transfer
This might be ok, if you have the file on filesystem. But it won't do if you want to transfer only part of the file, by giving additional options to dd.
Oct
2
comment ext2 dump/restore problem
I got warnings like this: "tar: ./var/spool/postfix/private/verify: socket ignored" but the command did its jobperfectly.
Sep
12
comment ext2 dump/restore problem
dump 0.4b43 (using libext2fs 1.41.14 of 22-Dec-2010), total size: 16GiB, inodes 1048576
Sep
12
comment ext2 dump/restore problem
But will tar preserve file permissions, acls, owners, special files (devices, sockets, hard/soft links), etc.?