| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> there should be a package "install this if you're cool" <0> it would immediately die, with no explanation <1> but slackware is not dead ... <2> a hand full of people keep slackware alive, yes <0> try debian. then you can annoy all the l337 grownups in here <0> :) <3> I resent the implication that I am a grownup <1> unstable: pay no attention to these phonies, you and me be tight man <0> well, 'l337 kiddiez' was too much an insult :D <4> :) <1> but if you want, you could try gentoo, i love how it takes 3 days to update my system ... who needs speed anyway? <0> ah, yes, and join the people who use -O99999999 because it makes their binaries go *really fast* <1> hah, i just redirect all backups to /dev/null .... that joke never gets old <5> you can start bashing other systems when you can start finding flaws in the one you use <1> agreed <0> well, the biggest flaw with slack is the package management - which is why I gave slapt-get and emerde a spin - both seem rather nice.
<1> swaret man! <0> slapt-get handles updates nice, but not dependencies. emerde does everything, but it makes my system like gentoo :D <1> check it out .. <0> yeah, I should <0> anyway *slither* --> <5> for most people gentoo isn't probably about speed anyway ... <1> naw, i like it for what it does <1> i use slack on my servers, no fluff when i install, simple design structure, no X <3> T`aZ: why then? <3> T`aZ: And basically saying "You can't bash it because I say so" doesn't convince. <5> steg: the flexibility of the system maybe ? <3> T`aZ: Maybe, I don't know. What makes it flexible? <1> FLAGS! <5> steg: able to install something, without useless and wrong dependencies <3> T`aZ: You mean USE flags, basically? <5> probably <6> anyone care to help me test some stuff on my website? <7> :) <6> guess thats a no <7> /die <2> uhh <8> heh <6> hey maxx <8> evening <9> hi. any idea how I can start one process, leaving it in the background so that I release the console for other things? <10> setsid <process> & <9> oki <11> hi <11> can you tell me , how can i make a bether search with "find" <11> someone ? <12> eclipse asks me that a lot. <2> uploader, "a better search" in what way? <11> well , if i type find /home file.tar , it starting to check a milion files ... but , i so a bether way , and i dont remeber it now... <11> something with find -l or something like that <11> i dont remeber .. <11> is there another way ? <2> uploader, use "locate" instead <11> aha .. ok thanks <2> but remember to run configure it for your needs and run "updatedb" frequently <11> ok <2> strike the "run" in that line :) <13> hey all, anyone know whether you can add any hostname for a PTR DNS record? <14> hello, after installing ubuntu i have a problem with 5.1 surround. my onboard chipset ( SiS 735 ) using SI7012 sound card is not working with my 5.1 speakers. I can't get the SPDIF to output to all channels, tried everything in alsamixer. Any ideas? <14> I don't know if it's right, but i kinda need some information on spdif outputing on all jacks or something <15> afaik unless your soundcard has a dd encoder you wont get 5.1 on your spdif output <14> dd decoder? <15> dolby-digital <14> i don't want to set my speakers to 2speaker mode ( they have that mode ) <15> well, get a better soundard then, although not many support it <14> hum. <14> ok thanks. <15> i have the same issue, nforce2 had a dd encoder, the realtek 7.1 crap on my amd64 board doesnt <2> nVidia Corporation CK804 AC'97 Audio Controller (rev a2) <-- this chipset has that? <15> is it a nforce2 soundstorm? <2> not sure. i have the GA-K8NF-9 with nForce4-4X chipset <15> and where does that say nforce2? <2> you silly :) <11> how do i make chmod to protect dir with p*** , i meen if i open http://something.org/private , to ask for username and p*** ? <16> chmod doesn't protect a dir with a p*** <11> well ?
<11> what is the command ? <16> you use htaccess with apache <11> aha <16> well its more than a command <16> you have to configure for htp***wd, setup .htaccess and create .htp***wd (or whatever you name the p***word file) <11> aha , ok thanks :) <2> tommi_, about the "tenny-e" case i have to say sorry. he just asked on #help how to install slackware cause he fails on the debian install... <7> how to backup the whole system? <2> darkolf, have a look at amanda <7> how to use amanda/ <2> spoon feeding is for babies. a bit of learning you got to do on your own <7> :) <7> ok <17> Hi, i`d need some help, i want an iptables command wich denies access from one mac address to anaother website .. <17> can u help me plz <17> ? <16> kakat unless the mac address is inside your lan you can't block by mac, mac address doesn't leave the subnet <17> the mac address is in my lan :) <16> why not block by ip? <18> what part of the rule is giving you trouble? what have you tried? <16> and you use --mac-source <17> Redragon^ because the change their ip all the time <16> iptables -I OUTPUT --mac-source xx:xx:xx:xx -j DROP <17> ok thanks a lot, have a nice day <16> err might add -d <websiteip> <16> hehe <17> yes <17> ;) <17> i works, thanks <17> bye <19> .o <16> hmm wish i could remember url to that astronomy site <16> wanna see what tonight is gonna look like <20> hi <16> wanna see if i can get some photography in :) <16> hiya <16> umm i said longword <20> *wrong chan. sorry <2> longhorn_, i was just about to crack my whip on you :-p <20> someone downloaded there first dvdrip. <21> huh? <20> what? <20> */kick <0> dont drink and irc <22> Evening <16> hiya scot <22> hey Redragon <16> uploader look at http://httpd.apache.org/docs/1.3/howto/htaccess.html <11> ok thanks <21> hey any ops. how do i op someone? <18> undernet's web site has a faq on commands <16> you do /msg x op #channel user <23> Hi <2> yes, /msg x op #linuxhelp phydoxx <2> :-p <16> x wont let us, if your not in the access list it wont op you <23> I'm looking for the command to send private messasges to user connected via the shell. <2> ah, scriptop thingie <2> strict even <11> how to tar a dir , tar -c dirname ? <16> no tar -cf filename dirname <16> !tar <12> well, tar is Extract tar.gz/tgz: "tar xzvf foo.{tar.gz,tgz}"; Extract tar.bz2: "tar xjvf foo.tar.bz2"; Create tar.gz: "tar czvf foo.tar.gz directory..." <23> how do i send messages to others user connected ? <11> ok 10x <23> via the shell <23> like "net send" in windows <16> hiya gaia <24> red watchas
Return to
#linuxhelp or Go to some related
logs:
#windows respawning too fast centos play wmv2 ubuntu nmap socket: Address family not supported by protocol #AllNiteCafe #linux ritalin, infantry
#linux atompngn #linuxhelp
|
|