@# 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



Comments:

<0> i have no ideea
<0> i just observed that continue from that position
<0> an other ideea
<0> how it is possible to delete all characters before one specified?
<1> sed
<1> sed -e '1,${something}d
<2> I have a question.On my var/www/http/ everytihng i put and try to view it through explorer i get the error You don't have permission to access
<2> ...
<2> Why?
<3> Because you don't have permission to access it?
<2> How can i change the permissions?
<3> man chmod
<2> i did chmod 666 /var/www/html/
<2> and i have the same thing
<3> Try 755
<2> ok



<2> the same thing
<3> on the files too
<2> when o go in the folder and write a script i cn view it.When i download a script and mv there i cant
<2> view it
<4> hello
<2> everyscript i put on /var/www/html and try to vie it with explorer i get permission denied.Why?.I changed the permissions of the folder to 777
<5> hi
<5> I am on a variant of knoppix, and i want to install yahoo messenger, but on their website yahoo only mentions RH, debian and FreeBSD, which one should I use ?
<5> they don't offer any sources
<5> hi LadyByte ;)
<6> sastrup: knoppix is debian-based
<5> thanks you saved me!
<6> and freebsd != linux
<5> Fiver: why not?
<6> because *BSD and Linux are two different things
<6> !bsd
<6> !freebsd
<7> i guess freebsd is a Unix variant. It doesn't have apt. a hella operating system that is seventeen times more powerful than Linux, and its ports collection rocks apt's world, or "Now look here. I just installed freebsd so I'm obviously smarter than you"
<5> hmm
<6> there are many similarities between the BSDs and linux, but they do not share a kernel
<5> so does debian and RH share a kernel ?
<6> oy :/
<6> well, in _theory_ you should be able to do dd of=/dev/hda if=/dev/null bs=1 count=448 to erase the mbr without damaging the partition table, but I've never tried it
<5> how does it help in erasing the mbr ?
<5> so the mbr is just 448 bytes?
<6> the mbr is 512 bytes, but that includes the partition table, which you don't want to mess with
<8> ah
<5> hi themaxxz
<8> .o
<9> guys what is a better mail scanner for amavisd-new?
<10> hello
<10> I'm trying to delete recursively files ending with .LCK. I've tried rm -R ./*.LCK but it only removes files from the current directory. What am I missing?
<6> use find
<11> (and xargs)
<6> xargs or exec, yeah
<10> I haven't used xargs before, what do you mean?
<3> find -name '*.LCK' -print0 | xargs -0 rm
<10> so, that pipes whatever I find through rm?
<10> ok, looks good :)
<10> thanks!
<12> good afternoon all
<12> can anyone give me help installing a modem on linux (icedata500) ?
<13> Uxi: A modem is just a serial port. There's nothing special you have to do to "install" one.
<12> i'm new to linux...and i don't know how to do that
<12> i have searched but not found how to install the modem
<13> Uxi: What did I just say?
<14> Uxi, just run "pppconfig" and configure your modem for your provider, then connect with "pon" and disconnect with "poff"
<15> references on google say that's a dsl modem
<14> if it is a dsl modem you need to run pppoeconf, i think
<12> i run that on the console?
<12> (i'm really new...justa made my first instalation...)
<14> before that you might have to install the software packages first
<14> Uxi, what linux distribution do you use?
<12> suse 10
<14> bummer. thats the only version i am not really familiar with
<14> Uxi, but you should find a menu for that in your yast2 tool
<12> yes...i see that...and then i search for new hardware and dsm modems
<12> but linux don't find it...and it doesn't work
<14> it does not detect your modem?



<12> no...
<14> hm
<12> i have the drivers for linux on the cd of the provider for the modem but i don't know hou to install that
<14> Uxi, did you surf the suse support forums for similar problems already?
<14> often you are lucky when people had the same problem before
<12> yes...i look for that and found one post with a problem like mine (same modem) but anyone answer him
<14> Uxi, can you browse the driver cd while we talk?
<12> can i send you? it's only 3Mb
<14> look in the linux driver directory for files that look like README.TXT or INSTALL.TXT or something
<14> i am on a BNC, sends to me wont work
<12> ok
<12> by the way..BNC = ?
<14> but look for text files
<12> there is a readme
<14> do you see any that look like README.TXT or INSTALL.TXT?
<16> bnc is an evil evil software creation
<14> Redragon^ :-p
<17> ne1 know why even as root, i cant rename files? get no errors but files stay same under ls -l
<16> well it is :)
<12> yes..i see readme
<14> Uxi, read over this readme and tell me if you dont understand something it tells
<12> INSTALLATION:
<14> ouch
<13> gawz: No one named "ne1" here.
<18> eww
<18> wrong cookie
<18> ValeFiona ... want some cookies ?
<18> they are Redragon^ certified.
<18> their SSL certificate is still valid...
<14> heh
<18> boo
<14> debian's qemu 0.8.0-2 got a nice bug
<14> every time i touch the window to move it the dang app crashes
<19> how can i save after editing with vi?
<14> Dredlord, :wq
<19> CTRL + W + Q ?
<19> ?
<20> Dredlord: no, ":wq" you have to be in command mode
<14> hit ESCAPE till you left all special modes, then: :wq
<19> aa
<19> thanks
<19> it worked
<19> :)
<14> :)
<14> i bet he was editing an ircd config :-p
<21> !seen Chuck^Norris
<7> darkolf: i haven't seen 'chuck^norris'
<14> awww, somebody already filed the bug for qemu
<21> chuch^norris uses linux?
<21> lmao
<14> no, i just discover that Mark Shuttleworth is behind Ubuntu Linux?
<14> this crazy space tourism guy?
<22> hi, after changing xorg.conf (by adding a Load "vnc" line) do i have to restart a daemon/server to have the change take effect?
<22> ie does user have to logout out, etc
<14> you need to restart the xserver, yes
<22> and i ***ume that will logoff any users logged into the :0 display?
<14> right
<22> ewww, this will be fun :)
<21> sure
<22> thanx
<21> no problemo
<22> thanx ValeFiona
<23> 'lo
<21> oh not to me muchacho?
<21> oh okay
<22> does "sure" merit gratitude?
<14> muchacho, just sit on darkolf like we all :)
<21> yeah please
<21> Mark Shuttleworth? who`s that?
<22> thats more than gratitude :)
<14> Mark Shuttleworth is a crazy guy. he owned a security company and sold it to VeriSign and became very rich. then he bought a space travel ticket and works on a project where non-astronauts can buy space travels
<14> according to some news article he is one of the founders of the ubuntu linux project


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#linux
tumbuktoo
#c++
#MissKitten
#asm
#linux
#MissKitten
#mirc
nightshells
apache 6 processes apachectl



Home  |  disclaimer  |  contact  |  submit quotes