@# 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> Jimmi: try http://www.brandonhutchinson.com/Upgrading_Red_Hat_Linux_with_yum.html or else ask gogole
<1> lol... no booth babes at E3, what's the point of going then?
<2> ok thanks coma
<3> purplin: i heard there were some hot reporters
<3> ;D
<1> those aren't the same as booth babes!
<2> damn it looks like I have to upgrade to core 3 before I can upgrade to core 4?
<0> probably, yeah, to keep disasters from happening
<2> hmmm probably easier to format
<0> if you say so
<2> :)
<0> I guess you haven't spent hours and hours of tuning your system to make it somewhat usable ;)
<2> no all I have on it is an eggdrop hehe
<4> If you're gonna format anyway, why not consider trying another distro
<4> ?
<5> Hey!



<5> I have fix-ed it.
<0> so what was the culprit?
<5> My modem was being bitchy
<0> haha
<0> and poor old debian getting flamed over it
<5> I needed to download Ubuntu so I had a web browser so I could disco/reco it
<5> ... damn thing
<5> anyway, cleaning up some, back in a few
<6> 'morning.
<0> morning danq, bye danq
<6> cya ;)
<0> *poof*
<5> There we are.
<5> Better resolution and all
<5> ... I can't even listen to music!
<5> What manner of torture is this?!
<7> .o
<8> when I do ls how can I stop the list once it covers page?
<9> crazy|one: man more
<8> k
<2> where do I find my boot logs in fedora :/
<4> Jimmi: /var/log/dmesg?
<4> /var/log/messages, possibly
<4> also /var/log/syslog is a nice file to check
<2> something is failing at bootup and I can't see what it is
<2> too fast
<5> I just have a "**** Inside" logo come up when my machine starts.
<10> afternoon
<11> hey
<4> 'lo
<11> if i have ~a zillion files named *0i.zip, where i ranges 0..a zillion, how may I use unzip to unzip each consecutively?
<4> make a foreach loop out of it?
<11> oh, is that the easiest way?
<4> for i in *.zip ; do unzip "$i" ; done
<4> That's what I'd do, anyway
<11> ah i'd never think of that
<11> thank you Demonen, it's a good idea
<4> any time :)
<11> oh, while we're on a roll...I don't suppose you have any (positive) experience with bluetooth wireless keyboard and linux do you?
<4> not keyboards, no, but bluetooth in general is up and running on my 'puter.
<4> I haven't the foggiest about BT keyboards, sorry.
<5> I don't have any positive experience with bluetooth as anything but a connection device for things that don't need to be realtime
<5> Mobiles for instance? fine.
<5> but ... keyboards ... laggy!
<11> dare I say, it's fine in Windows..
<4> Well, the linux BT stack might be slow
<4> dunno, never tried.
<4> Might also be kajifox' equipment :)
<11> I see there are many tutorials on the web about mobile phones, which seem to be appropriate for keybaords too, until the part where p***keys are exchanged
<5> Demonen; Apple equipment
<4> kajifox: Yeah, that might be poorly supported or whatever. Like I said, I don't know. Just guessing :)
<5> I'm a 90wpm typist. Seeing the slightest lag puts me off. I'm too picky
<4> kajifox: 90wpm... That's still less than the transfer speed of BT, even when allowing for overheads and stuff.
<5> Demonen, probably, it's not slow
<11> 90, wow
<5> but there's lag, under MacOS with bluetooth keyboards
<5> and that bothers me to say the least
<11> you've either got an excellent typing tutor or you do far too much IRC :-)



<4> oh yeah... BT is very slow when compared to anything but floppies...
<5> evailan, it's more a case of I've been typing for a long while
<11> ah i see
<5> not so much IRC, I grew up with DOS. :)
<11> i've never timed myself actually, i have no idea how slow i am
<5> ... which makes me sound really sad, as I'm under 21 :P
<11> lol
<5> First computer was a 286/16, when I was 5.
<11> mine was an Acorn Electron
<4> Hehe, that was the power of a supercomputer when I was 5 :P
<5> Then an AMD 386 DX/40 when I was 6.5 -- 8mb RAM, 340mb HDD ...
<5> *still has his first AMD*
<4> My first one was a Dragon32
<4> Save/load data was with a magnetic tape recorder
<4> none of that new-n-flashy floppydisk nonsense :P
<11> yeap that was the same with my Electron Demonen hehe
<5> I've always had 3.5's.
<5> .. except...
<5> well, since 2001ish
<5> when I gave up on them :D
<11> then wait half an hour...only to discover "error, rewind tape"
<12> anyone know what might the problem with a bzip2 file i have
<11> lol
<12> it wont open with bzip -d
<12> http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-081.tar.bz2
<12> bzip2 -d
<12> i mean
<4> eth0: Still on slack?
<12> yea heh
<12> im still trying to get my kernel sorted
<4> Allright, then "have your package manager do that" is not an option...
<12> i dont think it was an option, ill double check
<4> anyway, unpacking it can probably be done with tar
<4> tar jxvf <filename>
<4> dosn't the HOWTO you're following say that?
<12> i still get errors saying it's not a bzip file
<4> what if you say `file udev-081.tar.bz2`, then?
<12> demonem, there's more to it, configuring was a bit beyond me, so i downloaded a default .config file slack 10.2
<12> file udev-081.tar.bz2
<12> udev-081.tar.bz2: gzip compressed data, from Unix
<4> heh
<4> then it's marked wrong
<12> and i need this program for my kernel install
<4> should be .tar.gz
<12> then hopefully ill be set
<12> should i mv it?
<4> tar zxvf <filename>, then
<4> The filename is unimportant, really.
<12> file udev-081.tar.bz2
<12> udev-081.tar.bz2: gzip compressed data, from Unix
<4> Yeah, you said.
<4> Try: tar zxvf <filename>
<12> oops, wrong paste heh
<12> tar: This does not look like a tar archive
<4> well, gunzip it, then?
<12> still not working
<12> and btw, i cant get the package manager to work
<12> it shows only installed files
<12> i've hit update
<12> and it doesn't
<4> What package manager?
<12> KPackage
<4> kPackage sounds like a frontend
<4> Not familiar with slack, sorry.
<12> are there other package programs/
<12> ?
<4> what EXACTLY does it say when you gunzip?
<4> !paste
<13> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you.
<14> hey, i`ve just installed a linux version (kubuntu) , and it dosen`t recognize my other ntfs partition :/ i`m a newbie in linux, what can i do ?
<12> first it said unknown suffix
<12> so i change it to .zip
<12> End-of-central-directory signature not found. Either this file is not
<12> a zipfile, or it constitutes one disk of a multi-part archive. In the


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

ACLDENY - - - (
#linuxhelp
#chatzone
#c++
#windows
#skype
#linux
#chatzone
#teens
#apache



Home  |  disclaimer  |  contact  |  submit quotes