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



Comments:

<0> beleivers right?
<1> i dont know
<2> Mulder: no, it forbids you to make *any* image of god
<1> well there you go
<1> heh
<2> Mulder: which is why the catholic church is a bit ..umm.. unlawfull in the eyes of other churches
<1> Enchanter_tim, you mean in the q'uran or the old testament/new testament?
<1> i dont recall anything of the sort in the old/new testaments
<2> Mulder: the testament thing
<1> except the thing about not mocking god
<0> this provocation will help others to make more funnier stuffs... people love to provoke others
<2> Mulder: it is the intepreteation of the "mocking god" and the "false idols" thing
<1> ok
<0> i didnt read both of them.. i had some thing else to read at that place....
<0> but seen lot of cartoons of gods here too
<3> how come i dont have any vul Dll :( in my windows



<3> Javaprxy.dll msddll
<3> people have them i dont :(
<0> might have deleted them to cover the paths
<0> :D
<3> lol
<2> heh
<2> its what you get for exploiting your own machine
<4> any suggestions for open source p2p clients?
<1> torrent
<0> bit
<0> emule
<2> apollon as a client, with all available plugins
<0> check out in sf
<2> execve: the whole of sf.net ?
<0> ya seen few them there
<0> if u check a mountain u will get atleast an anthill
<0> :)
<5> muslims love God and the prophets more than anything else, they care a lot about respecting them
<5> it's even a sin in islam to mock other falsely worshipped gods, so as people might not respond back by cursing God
<2> cvs -d -P :pserver:anonymous@cvs.sf.net:/cvsroot checkout /
<2> ;)
<0> :)
<5> mockery and insults was never a fruitfull discussion anyway
<2> Segmentation`Fault: indeed
<0> yup
<2> although much of Monty Python is just mocking everything
<0> and most of them are unsure what is wrong and what is right
<0> me too :)
<6> execve: right always right and wrong always wrong, why did you unsure?
<0> slicers: unsure of why slicers asked a question when i am not sure about that.. if i am unsure then how can i answer ur question
<7> heey
<7> I want to learn Linux
<7> but i saw a screenshoot of FreeBSD....
<7> and i thought that it looked really nice
<0> then try that
<7> is that much more difficult to learn than Linux ?
<7> i NEVER tried Linux
<7> just once or twice....just chatting.. i don't know ANYTHING at all about linux
<0> on #linux we try ( cry) linux
<4> when i set my background, it changes with i restart Xwindows, anybody know why?
<7> Which Linux should I start using ?
<7> plz somebody ?
<7> which one is the most easy one ?
<0> fedora, ubuntu, gentoo
<7> ok
<4> none
<0> lol
<7> i have Ubuntu on a cd
<7> I will try that one then
<6> x_link: if you wont got trouble check your hardware 1st, make sure that all support by linux.
<7> ok
<3> darn modem is a pain in the ***
<4> indeed.
<4> setting up ppp on linux is a bitch.
<3> :(
<3> win modem drivers also a pain
<4> lol.
<8> What's the japanese word for the tent that a morning wood makes of the blanket?
<9> BacKo
<10> hallo



<11> anyone with apache knowlege around?
<12> everyone ?
<11> everyone has apache knowlege?
<11> =)
<11> anyways, here is my problem....
<2> "apache serves indians instead of html pages" ?
<2> ;)
<11> i have a dir, /home/skip/public_html/template/images. i made a link in my index.html pointing to it. <a href="/home/skip/public_html/template/images/">Images</a> but when i click the link it says document not found. im ***uming its some porblem with my userroot or documentroot setting in httpd.conf but i dont know for sure. any ideas?
<2> well, yes
<2> /home/skip/public_html/template/images isnt in your docroot
<11> no, its not.
<11> /home/skip/public_html/template is my doc root.
<6> <a href="template/images/">Images</a>
<2> i would think something along the lines of ~skip/template/images
<2> or even easier then
<2> yeah
<2> <a href="/images/">Images</a> even
<2> (if templates is in your docroot)
<11> templates is my docroot.
<2> evenfl0w: the links in a html page are what the webbrowser sees, not what is really there on the filesystem
<5> put relative paths from your docroot not absolute path on the file system
<11> ohh the error changed, now its saying i dont have access rather than document not found.
<2> evenfl0w: well, thats probably easy
<2> evenfl0w: now you have to find out if you cantget a directory index or if you cant even view the dir
<11> Enchanter_tim, well the site is http://skip.no-ip.com if your interested in having a look, im not having any luck.
<2> Not found.
<11> interesting, works for me.
<2> yeah, it connects to 127.0.0.1 here :D
<2> AH!
<11> hmm, i just connected from a box in the u.k. too, works.
<2> <a href="./images">Images</a>
<2> try that
<13> Is it currently 7:30 Eastern time?
<2> where is eastern time?
<13> Just east of Central time
<13> GMT -5 I think
<11> You don't have permission to access /images/ on this server.
<2> 7:37
<2> (in kentucky)
<6> when i click 'images' redirect to http://127.0.0.1/~skip/template/images/
<11> try again slicers, i changed it. still not working tho. this is why i was thinking it was a problem with httpd rather than html.
<11> but you guys no more than me =)
<13> the url shows the ip/images.. but clicking it says "connection refused to 127.0.0.1"
<11> and im ***uming the fact it is diplaying 127.0.0.1 is a problem?
<11> should i stick the important bits of httpd.conf onto paste bin?
<2> hah
<2> ifound it
<2> <a href="./images/">Images</a>
<2> ;)
<2> it has to do with your default servername
<2> its using 127.0.0.1 as a default servername
<11> what should it be using?
<2> You don't have permission to access /images/ on this server.
<2> Apache/1.3.33 Server at 127.0.0.1 Port 80
<2> (which is your site)
<2> and when i do http://skip.no-ip.com/images , it redirects to 127.0.0.1
<11> <a href="./images/">Images</a> didnt work either.
<2> you should use skip.no-ip.com as a "DefaultServername (or somesuch)
<11> ok, one sec.
<2> if you restart apache it will complain about a missing servername, and that its using 127.0.0.1.
<2> this is the result of that
<11> its sorted now.
<11> but still no images dir.
<2> ok, time for a smoke
<11> i second that motion.
<6> evenfl0w: ls -l /home/skip/public_html/template
<11> drwxrwxrwx 2 skip users 128 2006-02-08 01:22 images
<11> -rw-r--r-- 1 skip users 4093 2006-02-07 05:28 index.bak
<11> -rw-r--r-- 1 skip users 1037 2006-02-09 04:50 index.html
<6> gotta sleep, nite all
<11> nite


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

cornbeef resipe
#allnitecafe
#allnitecafe
fugly-means?
#allnitecafe
#chat-world
#allnitecafe
cute pushi
soliteh
#linux



Home  |  disclaimer  |  contact  |  submit quotes