| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Comments:
<0> docfu: nice to see your attitude at work <1> 'ey- can someone point me in the direction of some neat tweaks for my Mandriva box? <2> tavi ok let me get something clear to you <2> i've been using computers since i was 9 <1> bye, Tama <2> (and i'm not counting the commodore) <2> so that means...for 18 years i've been listening to people brag about how they setup this totally awesome computer <2> and it does X and Y and Z but without drawbacks 1, 2, alpha and centaur <3> unfortunately computer setups don't bring the poon tang <0> docfu: i was trying to help, in case you didnt notice i dont ****ing have anything to brag about <0> i live in romania on a ****ty salary compared to yours <2> tavisan how much money do i make? <1> that's true <0> i was just pointing out that with less money i managed to squeeze some performance in <4> docfu: go back to playing with your fufme drive
<1> I hear castles in Romania cost an arm and a leg... <3> it's all penis length comparisons anyways <2> libolt i can't afford one <3> waste of time <2> tavi so you ***ume that because i'm american i make more money than you? <2> right now i make nothing, zilch, nada <4> docfu: well I"m sure the floppy drive will work just as well for you <0> and sean, i was really trying to help you, poitning out you dont have to pay a ****ton of money for a fast machine <1> dude- move <0> docfu: well ive been working for a lot of time, i saved every month for this pc, and was just trying to help <5> My e-penis is long. <0> and you should know, from my last 10+ years in here, that i dont brag <2> tavi "There is always a ______ way." fill in the blank <5> tavi-san: You just bragged that you have no life whatsoever. (For 10 years at least.) <3> tavi-san: I already have the machine... but like I said, premades are so insanely cheap now it isn't funny <0> synapsis: meaning? me being in here? <1> why don't you move to Chicago and work at MickeyDs? You'll get that puter in no time.... <2> or hell, get a job working security <2> you can just browse computer specs all day and dream about what a real box would be like <5> Are we ragging on someone's box specs? <2> synapsis totally <3> the only thing you sacrifice with a premade is expandability, which isn't that big an issue considering you usually have to junk all the major parts of a custom built if you're doing an overhaul <0> Petskull: i am ccna/np/dp, also worked for quite some time at kaspersky, if you know the antvirus <3> anyways, I'm out <0> i wont freaking hell work at macdonalds <1> I hear hump-back ***istant make good money up near Transylvania.. <2> tavisan and no matter how great your box is now, it'll be recycled in 5 years <0> bye sean <1> hey... I've hear good things about kaspersky! <0> docfu: of course, and of course that wasnt my point, maybe i missed that part with cheap components that sean said <4> tavi-san: say that when Ronald shows up at your house with a shotgun <0> docfu: it was just about NOT paying a ****ton of money <0> Libolt4: haha, and btw hiya ;) <5> Mmm. Panda Express. <4> tavi-san: hola <0> docfu: because i dindnt have that kind of money, and i tried hard to find a setup which works and is pretty safe and not blow up my cpu in one year <4> synapsis: that a panda with diahrea? <0> docfu: btw, i teach cisco cl***es if you want to join (it's free for friends) <2> tavisan no i'm getting a life that isn't dictated by microsofts next OS release <5> It's orange chicken. And it is teh yum. <4> ah came out hte other end then <0> docfu: networking will NOT depend on m$ <0> ask evilelf ;) <0> anyways, sorry for disturbing some of you, back to work now, see you a bit later <5> I felt better after seeing Panda Express' security camera system have a window Runtime error on the display. <5> /s/window/windows <2> synapsis so this b*** guitar i got like 4 years ago <2> works just fine after i retuned it <5> Carpal tunnel said, "No guitar for you." when I tried to learn to play. <2> i just think some days its almost sad the number of computers society is going through then trashing <5> Our local landfill has a 40 foot trailer full of dumped computers. <2> thats it? <2> i worked at UWSP surplus for 5 years <2> from just the university i salvaged and sold probably 5000 machines <5> Well, they only have 1 trailer there at a time. <5> I was dropping off monitors. The boxes still had hard drives/CDRWs/etc in em. <2> sentry insurances world hq was in the same city <2> they paid some guy $200 a piece to recycle machines and destroy the hd's
<5> They need an ***istant? ;) <2> and they were doing p3's and that was 3 years ago <6> pff it's so strange.. when I add the user in mysql without p***word it does login with phpmyadmin. as soon as I specify the a p***word for this user it doesn't allow login anymore. <2> god dammit this is annoying <7> yoz: sounds like a phpmyadmin configuration. <6> Lion-O: *nod* makes me sick.. trying to fix that the whole evening already. <7> yoz: eew. oddity, no place where you can just define the p***word? <7> yoz: "$cfg['Servers'][$i]['p***word'] = '';" ? <6> Lion-O: two ways: mysql itself and phpmyadmin.. however.. when I specify a p*** no matter wich option I chose (shell/phpmyadmin) I can login with the given user only via console not with phpmyadmin. that works with the control user only.. <7> yoz: created config.inc.php ? <6> Lion-O: yeap.. the file is fine.. with 'yoz' as control user I can login.. added all privileges for this user. now added some more users with rights on specific data, but as I mentioned for this user it's only possible to login by leaving the p***word blank. <7> yoz: aaah. how did you add them ? <8> hy. could you tell me what should I do to make my desktop repaint nicer ? for example when I move a window I _see_ the icons on the desktop being refreshed as they become visible. nvidia card/gnome <7> yoz: sounds like a possible 'hosts' problem. time to peek at the mysql logs I think <6> Lion-O: I tried both.. phpmyadmin and console. <6> Lion-O: for both users there is no specific host added (%) should be able to connect from everywhere. <7> yoz: aaah, but I bet thats it anyway. try (on the mysql console) "show grants for user@'%'; <6> Lion-O: which actually works but for 'yoz' only.. ;) not for any other user. <2> hmm <7> no "" 's ;) <2> too complex <7> mysql> show grants for peter@'%'; <6> Lion-O: shows me the following: GRANT USAGE ON *.* TO 'dee'@'%' <6> Lion-O: and GRANT ALL PRIVILEGES ON `e170`.* TO 'dee'@'%' WITH GRANT OPTION <7> yoz: right. usage. which means you can logon, but it should also tell you what database(s) you can visit. <7> s/visit/use/ <6> Lion-O: it does.. it's e170 <7> oh wait, all privs. never mind <6> Lion-O: right.. and that's what makes me wonder! <7> yoz: how did you add these privs? If you didn't use "grant .. to" but added it to the databases manually you'd need to "flush privileges;". <6> Lion-O: checked for other htacces files since they could mess up things when used http as auth method. <9> does anyone know how to open the "File Types and Programs" prefernce tool in GNOME? <6> Lion-O: *nod* I did.. and from phpmyadmin there is a special link to flush priviliges after adding/editing/removing users.. <7> yoz: roger. well, then I'm afraid my guess is as good as yours :/ <9> im not sure if its humanly possible <9> im shocked that they dont have it in the Edit -> Preferences menu accessible from Nautilus <9> i swear they used to <6> Lion-O: there still is one thing which could cause that.. I had the debian version of phpmyadmin installed, got the newest from source, upgraded to mysql5 which actually went fine, but when tried to dpkg --purge phpmyadmin I got an error like the configs cannot be removed. did a search for all phpmyadmin related files like /etc/apache/conf.d/phpmyadmin* /etc/phpmyadmin/* and removed them manually.. <6> Lion-O: I'm afraid there still are config files which could interfere with the new phpmyadmin version.. <6> s/config/htaccess or whatever.. <2> must be bad bits.... <2> rhowe <2> rhowe....rhowe your boat...gently out to sea <10> docfu: heh, evenin' <2> wow, we are two for two on joins now <2> viking damn you ruined the spree we had going <2> 2/2 automatic kick on join :) <11> oh? <11> 2 - whoop de do. <2> hehehe <11> I don't call 2 a "spree" <2> is there a better defragger for windows XP than defrag thats free? <11> not sure what Norton's defragger is like. <12> Viking667: Speeddisk? <13> docfu, I could frag you? :P <11> I think that's it, yeah. <2> i wonder if its out for XP <2> seems like MS's defragger just reshuffles <11> It's part of SystemWorks, but I don't know. <11> docfu: don't they all. <5> What do you want it to do, load all the data in RAM? <11> docfu: by the way, I got another chapter hunk written for "Bright" <2> viking cool <2> we'll have a writing race <11> lol. I think you've already won THAT race. <2> synapsis no its just weird that i had all the OS stuff packed at the beginning of the drive and now its spread clear across the entire disk <11> Over all three of my books, there's no way I total 134 pages. <5> Viking667: I got more pages in a handout from Jehovah's Witnesses last Monday. <11> synapsis: ouch. They're nearly as bad as the Mormons. <5> My gf was looking at it for fun... then tore it up after reading something about going to hell if you get your tarot cards read or something.
Return to
#linux or Go to some related
logs:
#linux #AllNiteCafe ssh ERROR 2002 (HY000): Can't connect to local MySQL server through socket #linux java.lang.ClassNotFoundException: _Stub #popers undernet irc ccpoweronline.net !CC #chatzone #AllNiteCafe #java
|
|