@# 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> lsmod
<0> there should be some sound module loaded
<1> bash: lsmod: command not found
<1> wrong command?
<2> wrong permission maybe
<0> you have to be the root
<0> or sudo
<1> sudo -what?
<0> sudo lsmod
<1> againg command not found
<1> i am root
<1> i typed "su"
<0> try /sbin/lsmod
<1> entered p***word ...
<1> http://pastebin.ca/323476
<1> any ideas?



<0> you have all kinds of sound
<0> ac97 and intel something
<1> but it does not play
<0> type alsamixer
<3> how can I use cp to copy ALL files in a Directory to another directory? I read the man page and it says -t flag but it doesn't seem to work
<4> -r
<4> -a
<4> -x
<4> etc. Go read it again
<0> big R
<1> Segmentation fault.
<1> [root@localhost user]#
<5> cp -VaR
<4> jammin: it crashed
<1> so why? what can be done?
<4> Tushar: no -V
<4> -a already includes -R
<1> ash: Tushar:: command not found
<0> try rmmod snd_ac97_codec
<1> command not found
<1> rmmod
<0> gotta use /sbin again
<1> same
<0> rmmod is in /sbin
<1> so?
<3> see unforturnately it is copying the Directory that holds the files. I only need the files inside the directory copied
<0> use cp -Rf /home/files/* /var/backup/files
<0> if you use cp -Rf /home/files /var/backup/files it will include the dir
<3> I see
<1> what about me?
<0> what files do you want to copy jammin?
<3> thanks SmallFurryThingInACaveGrooving :)
<1> i do not want to copy .. i want to make my FC4 to play music "sound"
<0> find out why your mixer crashed
<3> you guys that use MPlayer, did you download a source file then compile it?
<0> it will probably yield some good clues
<1> if i could checking ...
<0> i used plf mplayer
<0> always check the error log
<0> if something messes up, always check the error log
<0> your alsamixer crashing is probably in /var/log/messages or somewhere in /var/log
<3> SmallFurryThingInACaveGrooving, how can I check to see which packages I have installed?
<0> depends on your distro
<0> on rh-like systems its rpm -qa
<3> using debian system
<0> dont know
<6> hi room
<0> hi!
<0> wb
<6> is it possible to do a dvd rom lens alignment, if so is there a tutorial?
<0> ?
<6> and is it possible to unlock a laptop hdd if it has a p***word lock ( i tried many programs on the three hitachi hdd's i have)
<0> the drivelock p***words will hose your drive
<0> and i dont see how you can align a dvd rom lens via software
<6> SmallFurryThingInACaveGrooving: okay that i have heard and read plenty of places, i have about a month's worth of research on this subject, to tell me to hose the hdd is like telling me nothing, if somebody says that then i ignore it, there is a way
<6> and i know i cannot align the lens with software, but there must be a way to do it'
<0> the only way is to put the platters in a new hd enclosure
<6> doubt if that will work
<0> the drivelock is stored onchip in the ide circuit board, not on the drive itself
<0> it's not really worth the fuss
<7> what is the equivalent of \ps -aux to windows xp?? anyone knows..



<7> what is the equivalent of ps -aux to windows xp?? anyone knows..
<0> taskmanager.exe
<0> windows dont have a commandline process thing
<0> they do in their powertoys section
<7> dude i just forgot..
<7> ****** -ant something
<7> there you can see the running ports
<0> netstat
<0> they have that
<7> oh yeah!
<7> thanks ;)
<7> that's it! netstat.. i just forgot
<7> thank you SmallFurryThingInACaveGrooving
<0> that is the same as netstat in linux though
<0> it is not the same as ps aux
<7> aw.. okies
<8> hello can anyone help me how to install yum on FC2
<8> ?
<8> hello anyone there
<8> ?
<9> i
<9> am
<8> MuthahPhukkah can u help me how to install yum on FC2
<8> hello can anyone help me how to install yum on FC2
<10> hi is help available ?
<10> how do we save youtube video in linux ? i have try save as but it didnt work
<10> oh sorry i didnt know it
<10> thanks
<11> newbie_: http://www.arrakis.es/~rggi3/youtube-dl/
<10> thanks
<8> hello can anyone help me how to install yum on FC2?
<10> FC 2 ? why not FC 6
<8> i didnt install it FC6
<11> ice-mann: FC2 is very old, I recommend an immediate update
<8> yes but i need help how can i install FC6
<11> ice-mann: you go to Fedora's website, you download the CDs or DVD, and then you burn the images to CDs/DVD and install
<9> he
<8> HuH thats so much i dont know
<8> to install it now
<8> :<
<3> guys i have an ntfs partition thats mounted however I can only ever view the contents when I am in terminal and using sudo. How can I view this in a file browser without permission denied? I can't chmod the drive either as it's read only
<0> ntfs is read only by default
<0> ice-mann, install this:
<0> http://download.fedoralegacy.org/fedora/2/os/i386/yum-2.0.7-1.1.noarch.rpm
<0> change to root then type rpm -ivh yum-2.0.7-1.1.noarch.rpm
<12> g00n: mount it with umask=022; mount -o umask=022 /dev/whatever /anywhere
<8> rning: yum-2.0.7-1.1.noarch.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
<0> just say ok
<8> error: Failed dependencies:
<8> libxml2-python is needed by yum-2.0.7-1.1
<0> then you are goiiong too have to install libxml first
<11> SmallFurryThingInACaveGrooving: even if he installs yum, he won't get much out of it. He's on FC2, there aren't many packages for it on any repository.
<0> newbie_, this will save flash:
<0> http://videodownloader.net/
<0> yeah, but at least fedoralegacy has the full repository
<11> SmallFurryThingInACaveGrooving: I already gave him a python script for that :)
<3> thanks iddqd
<10> thanks again
<10> at least i have alternative
<0> the firefox extention is ez to use
<0> plus it works on about any site
<10> ff extension
<10> ?
<10> whats the name of that ext ?
<0> get it at videodownloader.net
<10> ok
<0> and videolan can play and transcode flash video
<13> when someone sends me an email at user@domain.com, my computer must first get the MX record of domain.com, which is mx.domain.com. Then it has to resolve mx.domain.com, connect to it, and send the message, correct?
<14> this person's computer has to do that
<14> your computer doesn't have to do anything
<15> hi
<0> hi!


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#allnitecafe
#allnitecafe
*** [drivers/usb/net/zd1211/zddevlist.h] Error 1
#kl
pikaliz
#allnitecafe
#allnitecafe
pondan chow kit
#india
#php



Home  |  disclaimer  |  contact  |  submit quotes