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



Comments:

<0> like you can either make the file take less room but keep ti the same size by degrading quality
<0> ok, bust out gimp
<0> and use the resize tool
<0> then save it with a different name in whatever format you want
<1> Bah this blows.
<1> Bedtime. Later. Thanks for the help.
<2> sinthetek: Well I need the full picture, I can't cut any of it off.
<0> scale the layer/selection, i think
<0> yeah
<0> gimp is cutting stuff off?
<2> No, I was just saying. But I can't find the resize tool. Where is it?
<3> uh... tools, image, resize
<0> shift+T should select the 'scale layer/selection' tool
<0> that prolly works too
<0> heh
<3> ah... nope. Image, scale image



<0> or shift+T for the exact same thing :P
<3> NO! WRONG WRONG WRONG. I already closed it so I'm not going to bother checking
<3> AAAAAAAAAAAAAAARGH.... nooooo... damnit. Stupid windows!
<0> what? you're using windows?
<3> great... just wanted to burn ONE freaking cd
<3> yeah
<0> BAN purplin, HE'S A TRAITOR!@#!
<0> :P
<0> you cant burn it in linux?
<0> you don't even need scsi emulation anymore
<0> what a punk.
<3> I haven't burned anything in linux, ever
<0> :P
<3> .... #$^#$^$%^$%^$%
<0> why not?
<4> because I don't like you
<3> that's a good reason right there
<3> DAMN FE@#K@I$N% MONTI$RN@#$@%@!@ %^
<0> :((
<2> sinthetek, purplin: Thanks.
<3> WHEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
<2> Now I can post my incriminating evidence =)
<3> just lost the video again
<3> sadly, I think this monitor is on the way to the bin :(
<0> my mom bought this linspire system for my sister last week
<0> she paid like $250 all together
<3> steal was a good deal for 50 bucks at the time
<0> and it came with a 17" flatscreen
<0> i was like wtf?!
<3> got video back, yay
<0> my mom's monitor was a 14" she paid like 250 for a couple of years ago
<3> this is getting to be an issue though.
<0> she got an entire system with a bigger flatscreen for the same amount
<3> ja. Dad has a 17" with his comcrap
<3> if I end up replacing this bugger I'm going for a 20" widescreen. Which I can't freaking afford right now
<0> i'm wondering if i can just change the apt sources on this linspire system to upgrade it to the latest debian, heh
<0> bleh, i prolly should go ahead and repartition it and everything i guess
<3> are you wiping the machine?
<0> i was considering not wiping it and just changing the apt sources and upgrading it
<0> but it looks like it only has one partition
<0> heh, yep
<0> confirmed
<0> linspire defaults to an installation with no seperate swap partition
<3> whaaa??WE??
<0> all it has is /
<3> motards
<0> wtf kinda bs is that
<0> i reckon i'll wipe it
<0> add a /backup and swap and /home partition
<3> oh great.... good thing I started with a cdrw. Borked burn
<3> wheeee... time to see if I can lock the machine up yet again
<0> it's my sister's machine but since it's running linux, i can use it for a server too hehe
<0> i think i will put kubuntu on it
<3> stealing it eh?
<0> that should be easy for her to use
<1> Dare I try to pick up Java?
<1> heh
<0> why would you do something like that?
<0> :P



<1> Bored.
<1> And I'm mad at PHP.
<1> Not to say that Java is any better by any means - I've just always been morbidly curious about Java.
<0> crap
<1> where
<0> why do i always write code and then dismiss it just long enough to forget wtf it was i was doing?
<0> anyone good with css?
<0> tr.note td {
<0> what does that td denote in that cl*** declaration?
<0> s/good/familiar
<1> a table data cell?
<5> I'm having problems with mysql 5.. I can't connect from remote
<0> which one? :P
<5> But I can connect from localhost
<0> all of them in that row?
<1> one with a cl***="note"?
<5> Someone say my name?
<0> ok, i thought the tr was the tag the cl*** is valid for
<1> I couldn't tell you haha.
<0> i thought it was tag.cl***name { definition of how to render it }
<0> blah
<1> Sorry.
<0> np :)
<1> w3schools.com has always been helpful to me.
<5> Let me rephrase that... Can someone please say my name
<0> right where i was headed ;)
<0> tin fury
<0> TinFlury
<0> TenFury
<0> :)
<5> Thanks
<0> TinFury
<5> I don't like this IRC program
<5> Hey can anyone help me with my mysql problem... I can connect from localhost but can't connect from remote.
<5> I just installed mysql 5
<0> you added a new user for remote connections?
<5> ya I used the grant command user@'%'
<0> mysqld uses 'user@host' for the username. not just 'user'
<0> hrm...
<5> GRANT ALL PRIVILEGES ON database.* TO user@'%' IDENTIFIED BY 'p***word' WITH GRANT OPTION;
<5> I see that the log says that it's started on port 3306 too... I think
<0> can you telnet to it?
<5> Ahh didn't try that.. 1 sec
<0> also, what arguments are you supplying the client?
<0> mysql -u username -h hostname -p?
<5> Ok...... I can't telnet
<5> I can't telnet into port 3306
<5> The client that I'm using is Mascon... used to work before
<6> .o
<5> Well before I changed mysql server
<5> How can I verify that the mysql server is listening... and on what port?
<0> stupid css
<7> TinFury: netstat -lnp
<0> yeah
<0> | grep tcp if you want
<7> or nmap 127.0.0.1
<0> prolly have to modify my.cnf or something to tell it to listen on the network
<0> or maybe restart it if it is a brand new installation
<5> Oh
<5> Let me try
<5> tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2626/mysqld
<5> I have this but mabey I have to specify my nic?
<5> you think?
<5> I mean like specify what interface to listen on?
<5> nmap too verifies that it's up
<5> 3306/tcp open mysql
<0> 0.0.0.0 indicates it's listening on all interfaces/ips
<0> are you using different boxes to nmap and stuff?
<0> try using hte default mysql cli
<0> mysql -u user -h hostname -p
<5> ok...
<5> I'm DLing it


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#linux
#linux
#chatzone
#linux
movie trading+mirc
#java
What colour are the castellated walls of the Kremlin ?
#linuxhelp
#AllNiteCafe
virtual dj trid free



Home  |  disclaimer  |  contact  |  submit quotes