@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12



Comments:

<0> if i'm motionless
<1> diggz: digg.com released v3 today
<2> digg.com
<0> i'd like a pci-e or pci-x raid card, sata
<0> 4 port or more
<0> inexpensive that will do raid5
<3> heh, digg.
<4> get a normal card, and do software raid
<4> hardware raid is way overrated in my opinion :)
<0> software raid keeps crashing my system here
<4> ?
<4> dmraid or mdraid?
<0> md, using mdadm
<4> i use that old kernel builtin thingie since years
<4> hmm thats the redhat thingie (supposed to be better)
<4> never used that :)



<0> scp is the winner.
<5> ssh rocks
<5> gzip directly over ssh is perfect
<0> yeah?
<0> never did that
<0> i was thinkihng about it
<0> i'm about to gzip about 12 gigs of gaim logs
<0> sweet christmas
<5> ya just gzip directly over
<5> don't gzip locally
<5> here
<0> why not locally between two drives
<5> tar -cf - <directory> | gzip --best -f - | ssh user@host 'cd /path/to/untar/to ; tar zxvf -'
<5> well it sounded like you had to do it over the network
<0> oooh nice
<0> yeah i'm just moving **** from old box to not as old box
<0> thanks
<5> np
<6> what package is xxd part of?
<5> dunno
<0> ok feti, so: tar -cf gaimlogs/ | gzip --best -f | ssh user@host 'cd ~/gaimlogs ; tar zxf';
<0> or do I need the -
<7> http://www.spiritofsydney.net/thumbs/gentoo%20hatching.jpg
<0> it didn't work :(
<8> just pipe tar to netcat
<8> done/done
<9> feti: what about adding ssh -C aswell, for extra compression ?
<5> might work
<5> but i know my gzip+tar+ssh works
<5> i just transfered nearly 2terabytes using it
<5> took a while, but it worked
<2> yeah
<2> tar+ssh work well together
<5> wrong mrstabby
<5> i gave you the exact line here
<5> tar -cf - <directory> | gzip --best -f - | ssh user@host 'cd /path/to/untar/to ; tar zxvf -'
<5> i put '-' cause that means stdout
<5> err stdin
<5> you need the hyphen
<0> oh i put the - in the wrong place :)
<5> that'll do it hehe
<10> Gentoo install with KDE = Success :)
<10> Only thing left to fix is this damn grub
<2> man this ITA / AUS game is ****in close
<11> lilo ftw
<10> Aren't Italy a few men down?
<10> I can't go Lilo, the Gentoo AMD64 says it only supports Grub :S
<0> holy **** feti that was fast
<10> My Windows is on HD1,0 but it just hangs when selecting that
<0> haha
<11> i wish some country like Ghana would win the WC
<0> scp was ****ign, ssh was all BAM and it was done
<5> mrstabby: also i had a typo. add a hyphen after gzip --best -f <here>
<0> it went just fine :)
<5> well when you do this over ssh it transfers only 1 stream instead of multiple
<5> so it's going to be faster.
<5> well make sure on the receiving end it's untarring properly
<5> you should see a real-time directory struture being created
<0> yeah I did :>



<5> ok
<10> Anyone know why Grub hangs when I select Windows ? The device is set correctly I believe.. I'll paste the config, gimmie a sec
<12> how big was that file ?
<12> the archive
<0> it was lots of littl efiles
<12> yeah
<12> so like how big
<12> 5gigs?
<12> 2gigs?
<5> i think he said 12
<5> something like that.
<0> about 12
<12> yes 12
<12> just scrolled up ;p
<12> how long did it take
<12> ?
<0> not too long
<0> i didn't run 'time'
<0> haha
<5> must be scsi
<0> SORRY
<12> is it scsi?
<5> i did my gzip+tar over network at 25mb/sec on ssh
<12> MrStabby: I'm just curious because scp is slow as hell for me :p
<0> no, going from sata raid 0 -> ssh -> sata raid 0
<12> CPU intensive as well as ****ty
<0> scp is ****ing slow
<0> compared to what feti just told me to do
<0> let me copy that oneliner down
<0> so i don't fro-get it
<5> well think about it. you're gzipping with --best ;P
<5> and you're transferring text
<5> you're saving probably 75% size
<5> maybe more
<5> opposed to your scp which transfers it at normal size
<0> tar -cf - <directory> | gzip --best -f - | ssh user@host 'cd /path/to/untar/to ; tar zxvf -'
<0> yay
<5> i use that for all my backups. never had an issue
<5> given i have a private key setup without a p***word on a backup specific account only
<5> and blocked by ip
<5> that way you don't eat up all that drive space backing up your data each night
<10> http://pastebin.com/731636
<10> Does anything look wrong with that? It won't boot Windows
<0> nice feti
<13> that is pimpin feti, dumped to text file. ;)
<5> haha
<0> pastebin is too slow Jame__, sorry
<0> still trying to load
<0> use genpaste.pengu.in
<10> K
<14> Jame pasted "Grub Problem with booting Windows", view at http://genpaste.pengu.in/pastes/show/227
<10> I don't see any problems on it though
<1> maybe your windows **** got ****ed up
<10> No I can still load into my Windows if I put the sata on 1st priority
<1> then do that?
<10> er, then that defeats the whole purpose of grub?
<1> windows always wants hd1
<1> er
<1> hd0
<10> That's nice but my Gentoo is hd0
<1> oh well
<1> ms is stupid
<10> Or grub
<14> Jame pasted "grub.conf", view at http://genpaste.pengu.in/pastes/show/228
<15> how large should the boot partion be?
<15> i made it 250M is that enough?
<10> Mine was 500M I believe
<9> 100mb is enough
<10> But I was playing it safe
<11> ugh
<11> 100 MB is still huge
<9> kernel takes.. 3-4mb max
<11> i made mine 32 or so


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #gentoo
or
Go to some related logs:

aghany 3arabiya
command rate on ga 7n400 pro2
wsus network_service
#goal
#politics
easynews pass
#beginner
bo9al
#politics
#qmail



Home  |  disclaimer  |  contact  |  submit quotes