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



Comments:

<0> why, what happened?
<1> haven't had a drop in a week
<1> tonsilities
<1> -e
<0> omg,.. not fun
<1> developed an abcess on my tonsil
<1> yeah
<1> it has ****ed
<1> but I got some good painkillers
<0> heh, so its all good?
<1> getting better
<2> anybody using slackware?
<0> le sigh
<3> i like ritter
<0> FluKex!!
<0> HACK HACK



<3> sup nig?
<0> just sayin' hi .. how's things
<3> great
<3> working
<3> living life
<3> etc etc
<0> you still kickin' it at vmware?
<3> yup yup
<3> got a promotion, raise and a new role
<0> do you own the dept yet?
<4> for some reason they even promoted him. ;)
<3> well, the new role as of today
<3> yeehaw
<0> woot
<3> lol
<5> +o
<3> i get to be on the "stratigic accounts" team
<3> only take cases from the top 20 customers
<0> so no you make $7.55/hr ?
<0> now*
<0> :p
<3> pfft
<3> i got a 33% raise
<3> ;)
<0> O.O
<0> nice
<0> $7.79/hr ?
<6> so you're making 40 canadian which is like $8.10 US
<0> lol, yah
<3> isnt our dollar doing wayyy better then normal
<3> actuall
<3> no, your's is doing ****ty
<6> 33% raise is what 3 lbs more of canadian bacon?
<3> ya
<6> nice
<3> its 86 cents per usd
<0> mmm, I like bacon
<4> boss' wife just turned wdon a 25% raise, but that's because they also wanted to double her work. she had to try hard not to laugh at them
<4> esp. as they tried to rpetend they were giving her some great deal whtn they offered it
<0> heh
<6> i remember going on an interview where they said they'd pay me 10k more.. but want me to work 60 hour weeks
<6> so i was like.. oh so hourly its a paycut
<0> wait, I shouldnt be working 60 hr weeks?
<3> i bitch when i work 40
<3> lol
<6> i'm lucky if i work 40 hours a week now
<7> hi ritter sup dude
<4> yeah jy, got same offer before at another job
<0> sup anyweb mate
<6> i actually told the woman i would never work 60 hour weeks all the time since i enjoy life
<4> my current position on a new job, even though I'd really like one that was admin only, ditching desktop support, is still that I'm going to ask for 15k over what I'm making now, and will settle for 12k(or 1k/month).
<4> it's so much easier negotiating when you have a job at the time, rather than when you're out of work. :0
<0> true dat
<0> I'm sitting pretty here, got a raise and looking at buying a house this month
<7> very nice ritter i'm hazppy for ya
<0> thx :)
<4> cool
<5> congrats
<4> jsut got a raizse recently too, but not ready to buy a house yet. :)
<5> im buying a house i dont live in ;P



<4> and owner said I'd be in line for more raises if I am willing to do more work(which I'd do anyway), and he sees that, which is why I'm here this afternoon. start workign friday afternoons again, which is most obvious way to owner that I'm "working more", even if I end up working same hours, should get me more raises. :)
<4> my sister did that znx. then her buyer fell through and they almost foreclosed. :)
<5> bofh`: nah im buying a family home..
<5> i did live there :)
<4> gotcha
<5> my mum still does..
<4> that's very cool. want to get in place I can do that, which is why I told boss I'd be willing to take owner up on said offer, work a bit more, for more moeney. sooner I get myself out of debt, soon eri can help family
<4> well, help more than I already do when they need it
<5> gotta have a plan.. thast the start :)
<4> which I do. :) just takes time now
<5> i got lucky.. the house cost ,000 .. half of which was paid.. so its just a 60,000 mortage
<4> that's not bad at all
<4> hrmmm, only 4-5 months left till I start owning some of my 401k matching contributions. think I am vested at 20% of the matching here this year
<8> can anyone tell me with two nic's in each computer how i can have the inet on eth0 on both machines and have a computer to computer network via eth1 and have a directory on computer 2 show as a directory on computer 1
<5> hehe
<8> :P
<8> hi znx
<5> connect a crossover cable on eth1 -> eth1 on the machines for the back to back
<5> then connect both eth0's to a router
<5> then mount the dir via nfs
<5> oh.. and hi '_'
<8> would i need to use host.allow and host.deny if its two computers and a cross over cable?
<5> nope
<5> the hosts. files are for services
<5> to deny/allow access to them
<8> ahh ok
<9> hi peeps
<9> how do i login to my mysql via ssh for the first time
<10> ssh to the box
<10> then start playing with mysql
<6> mysql -u root
<9> i tried /var/lib/mysql$ mysql -u root mysql
<9> ERROR 1045: Access denied for user: 'root@localhost' (Using p***word: NO)
<9> but that happens
<5> Superm4n: -p for p***word
<9> i havent set a p***word
<5> well it wants one
<5> or.. root doesnt have access..
<5> try is as another user..
<9> hmmm
<5> like mysql -u username mysql
<5> it is possible that a root account isnt there
<9> is
<9> how would i go about resetting the p***word
<9> or adding a root account
<10> start looking here http://www.linux-noob.com/forums/index.php?showforum=30
<9> yeah ive followed those guys and i dont understand them
<9> what does the ./ relate to
<9> maybe thats what im getting wrong
<5> http://paste.flukex.com/index.php?query=996
<5> the . means the current directory
<5> so ./ = current working directory
<5> Superm4n: you see that
<9> yeah im just trying it now
<9> i take it i post one line at a time
<5> indeed
<9> UPDATE user set p***word=p***word("mar*****") WHERE user="root";
<9> i did that and got an error
<5> saying?
<9> ERROR 1046: No Database Selected
<5> you missed the use mysql line
<5> USE mysql
<9> right ok
<9> hehhe
<5> ;)
<9> wow it worked
<9> your a genious znx
<9> :D
<5> :P
<9> im gonna bookmark that
<9> :P
<5> ill stick it in the forums i think
<1> you genious


Name:

Comments:

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






Return to #linux-noob
or
Go to some related logs:

#beginner
#worldcup
#politics
Intergrating SATA Drivers nlite
kewl Topsy Turvy crack
#politics
installed on port +sub7server
jwned
#gamedev
#debian



Home  |  disclaimer  |  contact  |  submit quotes