sigizmund.com
Currently viewing the tag: "linux"
Buffalo Linkstation – USB2SATA adapter #fail
By sigizmund On October 25, 2009 · 45Leave a Commenthttp%3A%2F%2Fsigizmund.com%2Fbuffalo-linkstation-usb2sata-adapter-fail%2FBuffalo+Linkstation+-+USB2SATA+adapter+%23fail2009-10-25+19%3A33%3A37sigizmundhttp%3A%2F%2Fsigizmund.wordpress.com%2F2009%2F10%2F25%2Fbuffalo-linkstation-usb2sata-adapter-fail
In feeble attempt to revive my Buffalo Linkstation home server, disassembled it to extract the disk and connect to my Mac – just to find out, that the USB2SATA adapter doesn’t fit this disk (i.e. it is compatible from connector’s point of view, but it’s clearly too thick to get into tiny socket designated for [...]
Probably, the most horrible UNIX command I've ever written
By sigizmund On October 19, 2009 · 501 Commenthttp%3A%2F%2Fsigizmund.com%2Fprobably-the-most-horrible-unix-command-ive-ever-written%2FProbably%2C+the+most+horrible+UNIX+command+I%26%23039%3Bve+ever+written2009-10-19+15%3A10%3A20sigizmundhttp%3A%2F%2Fsigizmund.wordpress.com%2F2009%2F10%2F19%2Fprobably-the-most-horrible-unix-command-ive-ever-written
pv enwiki.xml | grep -C1 ‘<title>’ | tr -d ‘ ‘ | sed ‘s/<title>//’ | sed ‘s/</title>//’ | sed ‘s/<id>//’ | sed ‘s/</id>//’ | sed ‘s/<page>//’ | tr -d ‘ ‘ | grep -v ‘^$’ | tr ‘n’ ‘t’ | tr ‘-’ ‘n’ | grep -v ‘^$’ > title_id.txt
Copying compressed file via SSH to Hadoop HDFS
By sigizmund On October 16, 2009 · 52Leave a Commenthttp%3A%2F%2Fsigizmund.com%2Fcopying-compressed-file-via-ssh-to-hadoop-hdfs%2FCopying+compressed+file+via+SSH+to+Hadoop+HDFS2009-10-16+10%3A55%3A00sigizmundhttp%3A%2F%2Fsigizmund.wordpress.com%2F2009%2F10%2F16%2Fcopying-compressed-file-via-ssh-to-hadoop-hdfs
Had probably re-invented the way of copying gzipped files via SSH to Hadoop’s HDFS:
gzip -c file.txt | ssh hadoop.gateway.host ‘gunzip -cf – | hdfs -put – input/file.txt’ And all the way back: ssh hadoop.gateway.host ‘hdfs -cat output/result.txt/* | gzip -c’ | gunzip -c – > resulttxt-
Categories
-
Calendar
February 2012 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta
