| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> how can i see me audio card model? <0> its onboard <0> i know its a AC'97 from kernel messages, bot what model exactly, i`m trying to configure alsa <0> s/bot/but <1> longword next weekend for time change <2> neuron, lspci? <0> danq: cant find lspci <1> maybe /usr/sbin/lspci <0> i dont have lspci installed :D <3> whereis lspci <0> nevermind, found out my model, VT82C686 <3> what distro are you on? <0> diggle: LFS, so i know everything i have installed <0> cuz i installed it :D <3> neuron. your one dumb ****.
<3> every distro need lspci installe.d <3> due to the kernel. <3> augh <3> i hate newbies., <2> It does? <2> News to me. <0> heh :D <2> strace lspci, look what it does. <0> i know what it does :D <2> here: cat /proc/pci <2> haha <0> heh :D <0> Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 80) <0> how do i configure alsa for this sound card? <2> http://www.google.com/search?hl=en&q=alsa+VT82C686&btnG=Google+Search <4> guy's for a personel choice you would chose Ubuntu or Gentoo? need a couple awnser's <2> I haven't used either one. <2> I'm partial to CentOS <4> danq got a screenshot? <5> Ubuntu -- You don't have to wait forever for everything to compile... <0> gentoo :D <2> Screenshot? <6> from memory, screenshot is 'import -window root screenshot.jpg' (requires imagemagick), or The Gimp's 'acquire -> screenshot' feature. The package scrot does a nice job too, command line, date & size shot at and png format. or man xwd <2> Of waht, my console? <4> danq though u used X <2> Very rarely. <4> neuron i just cant get it installed from the livecd <4> neuron i don't know what im not doing right <0> !lfs <6> it has been said that lfs is Linux from Scratch - irc.linuxfromscratch.org, or linuxfromscratch.org, or check out http://www.linuxfromscratch.org or long filename support <7> or large file support :p <0> :D <8> or little furry squirrel <9> Guess who`s back ! :P <1> raid 1 is mirror? <1> i always mess those up <9> lemme guess... 0 is striping , means 1 must be mirror , right .. <1> i'm always messing 1 and 5 up <1> i know one is mirror and one is raid stripe with parity <9> Well... 5 is also a kind of mirror :) it saves informations redundant, in the parity :) <1> still a parity stripe not a mirror :) <9> well, Redragon^ , i have a very explicative jpeg , if you want me to sent you ... <1> wow, i read that totally wrong first time <1> i know what your saying it kinda mirrors things to the other drives but only a fragment of the mirror to each drive <9> enjoy that one :) <1> dcc dont work here, rotten client doesn't like nat <9> rotten client ? <1> pirch doesn't dcc so well thru nat <9> Ah... well, you need to forward the port to one single client, else wont work... only if you get enough WAN-ip`s. <1> i have 6 ips atm on one network <1> the one i'm using for irc, the other is sat, way to laggy for irc <9> Wait,wait... you are getting your satelite over IP too ?? <1> i have 2 internet connections, isdn and satellite <9> Ah, now i see, must be a nice downstream via satelite :) <1> yea i run web and mail thru sat and everything else thru isdn hehe <9> Are you living in Germany maybe ? <1> i'm in texas (way way out in the styx) <9> Intresting... and you use ISDN there too ? <9> I didnt know how manny countries use ISDN .... <1> yea ISDN was the way before dsl was born :) <9> Indeed, but its more exact than DSL..
<10> anyone ever installed a masterswitch via hyperterminal ? <11> yo. <9> Look, a bronaugh ... <11> I've got this evil idea... just not sure how to implement it with apache. <11> basically I want to have a RedirectMatch based on both location and useragent. <11> hey c-wolf <11> or some form of access control based on user agent. <9> I dont get you what you wanna do.. <11> I now (unfortunately?) have phpbb2 installed on a web server I admin. <2> ****er. <11> it seems like most people attacking phpbb are using wget as the user agent. <2> Yeap. <11> so my theory is... either give 401 Unauthorized or redirect them to / on website if useragent is wget. <9> It seems, phpbb has also some weak points to offer *g* <11> kind of an evil hack, but if done quietly should work. <9> bronaugh .... i think you can do that with php ? <11> I don't want to alter phpbb code, because I want to be able to upgrade it painlessly on security advisories. <11> anyhow. ideas? <12> hi bronaugh <1> bron you can use mod rewrite <11> Redragon^: ok... <11> I'll check that out. <12> lo Redragon^ <11> what do you think of the idea in general, red? <1> i use it to block referrers all the time, you can also do it with user agent, ect <12> and gidday all. <1> give me a few to tidy up these domains i'm working on and i'll help <1> hiya Viking667 <12> hrm? Woss this? <11> Viking667: evil plans. <11> Viking667: basically a dirty hack to make phpbb more secure <12> ahhh. <11> theory is this. evil people using wget to attack phpbb. <11> really you could use any user-agent, but they're using wget. wget has no place fetching from a bulletin board. <13> okay lets see :) <11> so ****can all requests by wget to bb. <11> quietly ****canning is preferred. <11> Redragon^: conceptually, what do you think of the idea? <13> let me find some sort of what i've done in the past :) <13> personally i recommend redirecting them to fbi.gov hehe <11> lol <11> I was thinking just redirect them to / <9> Hahaha Redragon ! <13> freak i hope i have an example of what i've done laying around somewhere or i'm gonna have to think this all up again.... <11> heh. <11> I'm reading Apache docs... looks reasonably simple. <12> or redirect to http://localhost/ ? <11> yeah. right. <11> that might actually be kind of interesting... hmm :P <9> `nite , too late for me... <13> sweet found it <13> RewriteCond %{HTTP_USER_AGENT} ^WGet <13> RewriteRule ^.* http://www.fbi.gov <13> oh dont forget RewriteEngine on <11> yeah. <11> so this can be valid in a particular Location or Directory section? <11> (ie, not globally valid?) <13> you can put it in <directory> or you can use .htaccess <11> I guess it doesn't matter -too- much. <13> hmm maybe that should be /^wget/i <13> let me double check the book <13> we want it so its not case sensitive <11> yeah. <13> okay its <13> RewriteCond %{HTTP_USER_AGENT} ^Wget [NC] <13> maybe if enough ppl forward them to fbi.gov the ips will get noticed by the fbi hehe <13> or we scare them off :) <13> okay that was an easy question :) <11> or they look at the Referrer header and get pissy. <13> doubt it :) <13> it would require alot more than 1person redirecting them before we get their attention <13> we need everyone to do it hehe <13> of course the fbi would probably just block the .ro ips then
Return to
#linuxhelp or Go to some related
logs:
javascript setInterval crash
#AllNiteCafe #linuxhelp #linux apache2 restart command not found #php #AllNiteCafe ha nahxu zgur #c++ #linux
|
|