@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> :)
<1> adikt: sort
<0> yup but the sorted result is also printed in one column
<2> wlfshmn: genius
<2> qqq: you know bash can iterate a list of things?
<2> qqq: longword gave you this tip about 4 hours ago
<0> i had to do an restart and i lost the line ... can you please paste it for me >
<0> ??
<2> not the exact line, no
<2> but look up for loop in bash
<3> for x in a b c d e f; do echo $x; done
<4> heya peeps
<4> i'm having some problems with munin on fedora
<4> the exim plugin isn't working properly



<4> i've tried running the plugin as user root group root even
<4> the commands to generate the graphs are like exim -bpc
<5> anyone familiar with convert .deb to .ipk?
<5> have the latest busybox.deb but need it in .ipk
<5> eventually could help me to crosscompile to the mipsel archtecture?
<6> Hi, i am installing MPlayer on my Fedora 6, but have error, Check this please if some one can help http://paste.getlinuxhelp.org/97036
<7> get those packages. seems pretty straight forward....
<7> with fc6, you likely could yum it and get a relateively recent version
<6> Girr, I am new to linux, how to get that pkg, i have searched over net, but no success
<7> try "yum install mplayer". If it is in the yum distro, it will install along with dependencies
<6> yum is also not supporting
<6> i am pasting yum error
<7> Sarthor: mplayer site references the livna site as a fc repository. use "rpm -ivh http://rpm.livna.org/livna-release-6.rpm"; to add rpm.livna.org to your list (http://rpm.livna.org/rlowiki/UsingLivna) if you do not have a mplayer with your current list
<8> qqq: what did you come up with for an answer.
<0> nothing :(
<0> i still read bash tutorials
<2> qqq: is this really homework?
<8> well. i don't know how to do it but you could just reverse sort and do if x less than your number.
<2> BlkPoohba: that's exactly how i did it!
<8> oh. well there u go. that seems to be the simplest/less coded way. i just have no clue how to code that in bash
<8> i've actually been trying to find how to reverse the sort but not having any luck. I will need that myself for some other things.
<2> BlkPoohba: may I message you the way to do that?
<8> i've found that sort -nr ... will do it but I don't know how to ***ign an array to it
<2> that's exactly it!
<8> yes. please
<8> nice.
<9> bloody kleenex
<8> i was trying to ***ign it an array value like nums=... but that hasn't worked. then i could use for x in ${array} but that doesn't work.
<2> there was a posh way of doing ` ` I seem to remember
<2> ${} or $() or something
<9> there was a bloody way of kleenex ` ` I seem to remember
<2> GG-Allin: *********ing again?
<10> ali please there are children present!
<2> oh, excuse me
<2> I was just disseminating information
<9> I was just disseminating bloody kleenex
<10> who knows how many children will now go blind as a result of your careless comments :(
<2> hahaha
<2> BlkPoohba: seems it is $()
<2> nums=$(some command)
<8> i thought it was ${} i need to get my eyes fixed
<2> bash is amazing
<2> Stegul: et's write a web framework in bash
<10> hahaha
<10> that'd be fantastic just for bragging rights
<9> kleenex
<2> it's perfect for it
<10> GG-Allin: WHAT THE HELL IS WRONG WITH YOU
<10> Oh god, it's a bot isn't it
<8> just needs sum attention



<2> children present!
<8> attention granted. :)
<10> oops :(
<2> you could have let the Noah's Arc script on hellohound do it
<2> Ark?
<10> its kick messages are so inane
<11> Stegul, salut ma pula faci?
<2> Stegul: seems someone has th ehots for you
<10> oh it's you
<10> why won't my ban remove?
<10> oh I see, I had an extra ] in there
<10> arnduckiu: don't call me chicken
<11> okie, ma puta
<11> ma canal! =oD
<2> kiddy hour?
<10> what the hell is wrong with you?
<11> I've been infected with dot-RoMania
<2> better than dot-Net I guess
<11> now I'm a supah l337
<12> what can i do that make 'route' show the line: "privnett.uib.no privnett.uib.no 255.255.255.255 UGH 0 0 0 eth0" ?
<8> sort -nr 1 2 3 4 5 6 7; echo $_ gives me just 7. what would give me all of it?
<2> BlkPoohba: put those numbers on separate lines in a file
<2> ok that is cheating
<8> that is cheating
<8> finally. whew
<13> "Pop super star Britney Spears who took a break at the high of her career to have children, is, according to insiders, producing breast milk at a phenomenal rate. Publicicist Sandy Morgan says Spears have been forced to hire four new ***istants to collect and pasterize the milk."
<1> flush: so... it probably comes out containign 10% alcohol
<7> lazy ***...pasturize? why she selling it?
<13> its not the entire text
<13> they go on saying if she continues to produce at this rate, she will start making scented butter with it
<1> most likely her body hasn't compensated for not having ot feed kfed yet
<13> damn
<13> how do i locate a file begining with "day" in /mnt/cdrom ?
<14> ls -al /mnt/cdrom/day*
<8> find /mnt/cdrom -iname "day*"
<13> thanks a FCK1N lot
<10> flush: do you mind?
<10> politeness, please
<13> aight i meant thanks a lot
<13> but it only find a file which -starts- with "day" string...
<13> how do i make locate that string wherever its put in the file name
<8> thats what u asked for right?
<13> absolutely
<10> *day*
<13> ok let me try
<8> find /mnt/cdrom -iname "*day*"
<13> damn, awesome
<13> thanks
<13> im looking for a specific picture i think i got somewhere on a cdrom... i remember the name i think
<13> didnt feel like mounting and manually search
<13> thx
<8> welcome... but isn't that what you just did?
<0> how can i increase the font size from an bash script result ? ( The result is one line plain text )
<13> well no i was planning to search for a file with the "day" string on a cdrom sumwhere
<13> got a few cdrom to scan you see
<0> and the output is in the console
<13> and ive got gnome-terminal issue... "exit" command just stalls
<13> http://ult1m4t3-h4x0r.homelinux.org/p4_300/newbie/wtfx0r/gnome-terminal_****s.png
<13> gotta hit ctrl + alt + w to close the tab... its annoying... any ideas about that screenshot


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#linuxhelp
#windows
sln2make
allinurl: teens 24
#mysql
#linux
#MissKitten
#php
gg fs type ntfs not supported by kernel
#php



Home  |  disclaimer  |  contact  |  submit quotes