@# 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 13 14 15



Comments:

<0> i will rip a casino soon.. hm
<0> hehe j/k
<1> whois RustyMemory
<1> :)
<2> i am RustyMemory
<2> wahahah
<3> ol
<3> lol
<2> i am sure rusty at this point
<2> tequilla shots are going mad around my house atm and everyone is ****in drunk and j's are p***ing everywhere
<2> surround speakers pounding house music out teh windows everyone is invited
<2> bbl
<1> :) wusty
<2> welshi mad party down here
<1> hehe
<1> soo quiet in my house today :) the vmware lab is all crazy likes..



<2> lol
<2> tommrow i colo from office to new office :D
<1> nice..
<1> dunno i'm just sitting around doing some mad fuzzing atm lol
<2> :D
<1> it's fishin' ;) just more fun
<2> hehe wicked hows the tricks >=}
<1> going well
<1> dunno tha boss found something real interesting for win 2k3
<2> cool
<1> but i can't disclose that one :(
<2> indeed ;)
<2> and it aint good to talk about this on dal ;)
<1> lol it's worth 30k atleast for that type of sploit..
<1> lol naa i won't say nothing else ;)
<2> is the server still up ?
<1> deathstar?
<1> yeah :)
<1> still floating around likes :)
<1> btw what happened to my function ?
<1> lol
<2> i emailed you telling you after i finished the work im doing ill be free
<2> so minday if its still unfinoished i can join
<2> so i just move away from the office to MY place
<1> :) lol whoops yeah forgot :) i remember..
<2> excuse my typing im rolling and typing at the same time
<1> lol u can tell
<2> i hope calidan can also come and play
<1> yeah should be able to ;)
<2> ;)
<1> yeah he's pretty hot..
<1> saying that i finished quite alot of the functions i needed.. just a few to go..
<1> testharnesses and autoconf +makefiles.. it's going well
<2> wicked i hope i can stiill join
<2> lol
<1> lol go get laid man :) i'll catch laters have a good one..
<2> party till 2:00 am cuz work tommrow
<2> lol
<1> ouch work 2morrow? i'm off 2morrow woowoo
<2> lol lucky bitch
<2> ok bro gotta bounce
<2> we will catch up ;)
<1> aye have a good one :)
<2> this one is for teh welshi
<1> ;)
<2> im off larers.........
<1> it's allrite ;) i'll find you a 0x41414141 for ya ;)
<4> Is this a help channel?
<1> nope
<5> who knows
<4> ok, Is there one on dalnet?
<5> try asking your question EliYah
<4> I have a basic question about regular expressions
<4> I'm trying to block domains by referrer. I need a regular expression that will block domains that have casino in it. sort of like *casino*.com but I know regular expressions don't work like that
<4> Yet I can't find what will work
<4> it's for the .htaccess file
<4> mod rewrite
<6> "casino" is enough to catch anything with "casino" in it
<4> RewriteCond %{HTTP_REFERER} casino [NC]
<4> That's all I need?



<6> it's been a long time since I've used mod_rewrite
<6> I have no idea
<4> ok
<7> Eliyah, Yes, try that.
<4> Thanks, I just tried it and it apparently works
<7> Your regular expresions says see if there is the word "casino" in the HTTP_REFERER variable. That should work
<4> I guess I couldn't see the forest for the trees
<4> Thanks for your help
<4> Have a good day/night
<8> anyone here a MySQL database administrator on Linux?
<1> nope but if it's about sql injection i can help ;)
<9> anyone of you good in AIX?
<1> only breakin' it :(
<7> Guys, stop doing surveys. Just ask your questions please.
<8> welshiD, heh, try me on Oracle :)
<1> blue_teeth ;) that would be too easy.. umm unpatched vulns galore ;)
<1> i like ms-sql i love the way you have xp_cmdshell
<9> can ask AIX question?
<8> ok, I have three Linux boxen running MaxDB (a variant of MySQL). I want to take backup on remote tape drive attached to one of these three boxen.
<8> welshiD, one of ridiculous vulnerability of Oracle to allow hosts run remote SQL via their TNS/SQLnet protocol. It's been plugged.
<1> blue_teeth how about the other 300+ which weren't ;)
<8> welshiD, as you mentioned, well patched/bugfixed systems should take care :)
<1> doesn't prevent 0day :)
<7> blue_teeth, are you running maxdb 7.5 ?
<7> 7.5+
<7> If you're running maxdb 7.5+ you should be able to mysqldump it.
<8> nibble, these are big databases - 110 GB+....there is a solution to pump the backup thru named pipes and rsh. Wanted to know if any other elegant solution being used.
<7> what are you trying to do?
<8> backup MaxDB database from Linux Box A to a tape drive attached to Linux Box B.
<10> write a php script to export it to xls
<7> blue, what dbms do you use?
<8> fedt, a 110 GB 24X7 database?
<7> only maxdb?
<7> then Use something that doesnt lock entire databases at a time to dump the databases
<7> blue, can you schedule a maintenance period to shut down the database for a few hours at some point?
<10> why not?
<10> it's gonna take a long time no matter what
<8> nibble, not an option. If you've heard of SAP (the ERP)...
<8> guess, my named pipes option is the only unelegant solution. Anyone here worked on AMANDA?
<7> Sending writes to the transaction log, then backing up the (unchanging) database and then the log isn't scalable or sustainable?
<7> i've been using amanda for well over a decade
<7> since mysql doesn't have transactions it's really not possible to do anything robust with it. that's the problem.
<8> nibble, Can AMANDA fetch and write to local tape drive without involving a local disk/filesystem?
<7> blue, amanda really likes to have a holding disk
<7> but it can be done without.
<7> I don't know why one would every try that though
<7> it kills all performance.
<8> nibble, these are big mission critical systems. High performance diskspace is at premium. Darn!....I'll need to pursue SAP/MySQL AB to write a driver for remote tape drive protocol. It works like a charm for Oracle. Thanks nonetheless.
<7> np
<11> hi guys, I want to setup sendmail to relay for any domain from one client IP specifially. how would I go about doing thing?
<7> ansimat, Connect:IP RELAY
<7> in the access map that is
<11> thanks
<12> hello people
<8> non Unix question. These automobile twits have comeup with new power/performance ratings for their engines (unline old Horse Power or Brake Horse Power), what is a kW for Max Power and MN for Max Torque? Any website for these units understandings?
<8> s/unline/unlike
<7> blue. http://convertplus.com/en/conversion-power
<8> nibble, ta muchly!!
<7> you're welcome
<0> it's Nm
<0> Newtown metre
<0> Newton*
<8> evil-dna, yep, Nm.
<0> 1 Watt = 1 Joule / second
<0> hm
<10> kilojoules/mol ?
<8> so, my OM 616 Turbo Diesel 2400 CC engine gives 56kW (or 75HP) and 166Nm (which I'm perplexed)
<11> when i do `chmod -R 744 /usr/local/eclipse` then all the directories get their +x removed as well; what am i missing?
<11> how do you normally only act on files or directories
<7> ansimat, the dirs should still have their execute bits set
<7> ansimat, find . -type f -exec chmod 744 {} \;
<7> read the find(1) man page first


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#photoshop
rewbee
#allnitecafe
#linux
#india
#kl
carrie get out your cane joni mitchell lyrics
dj hancer
#php
#india



Home  |  disclaimer  |  contact  |  submit quotes