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



Comments:

<0> So, I f@xx0r3d my Netfinity box.
<0> It was running CentOS with LVM managing the 2 SCSI disks.
<1> I see
<0> I wanted to give myself some space.
<0> Well, long story short, I fubar'ed the filesystem and had to reinstall.
<0> Now CentOS will only get as far as launching anaconda. It installs all the drivers, then when it's trying to load the stage 1 image off the CDROM it just bloody hangs.
<0> :(
<0> So I have a nice dead server.
<0> (Well, where nice=266MHz PII with 64MB RAM and 2*4GB SCSI2 HDD.
<0> )
<0> (which is only so nice to begin with)
<2> /m genglinux we've been bombarded by bots from your netblock. You'll need to get an ident daemon working on your box (so you dont' show up as ~...@host but instead as ...@host). The current ban is *!~*@60.52.* and will not be lifted.
<2> and he left... oh, well. Not my fault.
<1> heh
<1> Okay, Ron at Jolly Pumpkin uses 9 beans/bbl for an "over the top silken smoothness"
<0> Banning an entire cl***B is pretty harsh, isn't it?



<1> at least he disn't do /ban *!*@60.*
<1> heh
<2> non-identd'd hosts... and because we've been _OVERRUN_ by bots and onjoiners... it's justified.
<2> It's all from a single provider that originates from a certain .my domain.
<3> *!*@*.my
<2> doesnt' work. These don't have PTR records.
<3> or do akicks not get resolved
<3> ah
<2> and since I put those bans in place, we've had only the RARE onjoin. The flood of 'em we were getting all came from a few netblocks. and ALL were non-identd
<1> Whoa
<1> just got the quote on my draft system for the Walldorff
<1> $10k + change
<0> I swear, if we don't get a workstation in the F'ING lab soon, I'm gonna quit this joint.
<0> I mean, how bloody hard is it to requisition a _SINGLE_ workstation?
<0> Apparently pretty damned.
<1> okay, my eyes are starting to cross
<1> time for sleep
<1> 5 vanilla beans/bbl it is.
<1> 75-80 beans
<1> heh
<1> ****it
<1> maybe I'll just throw the whole pound in
<1> *shrug*
<4> go to bed!
<5> is anyone familuar with reverse dns
<6> what about it rmpants
<5> well i use speakeasy, and usually they handle all of the entries for it and change it for me. their tos says i can't manage my own dns servers\reverse dns entries
<6> that ****s
<5> i guess i should call them and ask if they can make it use my dns server?
<5> yeah
<6> you doing colo
<5> no
<5> i have an adsl line
<5> business cl***
<6> whos your registrar?
<5> ;/
<5> for domains? godaddy
<4> well if you pay them $$ they will
<5> i can setup dns entries
<5> but not reverse dns?
<5> hm
<6> what do you mean reverse, you just need an A Record
<5> i want it for irc purposes
<6> theres a total DNS control in godaddy console
<5> the host mask or whatever
<4> heh
<5> i have a box to dedicate
<4> aka showing off
<5> static ips
<4> :P
<4> you need PTR record control
<5> ah
<4> $$$ speaks louder than irc requests
<4> so throw some your isp's way and see what they say
<5> well i was wondering
<4> heh
<5> i guess i'll call them tomorrow
<5> yeah
<5> that usually helsp



<5> helps
<7> So many people
<7> And it's so quiet
<7> yeah that quiet
<2> ssshhhh! I'm cleaning!
<8> grate
<8> i shall go for a walk
<2> I shall clean and pack more.
<9> hi
<9> can anyone confirm, in FTP connection (ACTIVE MODE) for every file transfer from server to client a different data port is opened client side?
<10> is anyone here??? i need help, i am on dialup and my modem is pci, but when i go to configure it, it only looks in com ports so like wtf?
<11> this is kinda a wierd question.. i run oidentd on my server, but what im trying to do is have my eggdrop run in my account under a different username reply, .. is that possible?
<10> p.s i usin ubuntu
<10> is anyone here??? i need help, i am on dialup and my modem is pci, but when i go to configure it, it only looks in com ports so like wtf? (using ubuntu)
<11> whilst i know nothing about internal modems on ubuntu, or any other distro for that ptoint, have u looked at google?
<11> specificly searing for ubuntu tutoria <modemchipset>
<11> tutorial*
<12> most pci modems are not real modems I would suggest get a real modem as they are easier to use
<11> indeed. software modems are annoying
<2> and crappy, too. :)
<8> Sabbath^bloody, im pretty sure that is correct
<9> thanks
<10> well i have a software modem, cant get a new one, how do i make it work usin that linmodem or w/e it called?
<12> Valleyman, then open the case up look on the modem for fcc id: number past that into google, and add howto use in ubuntu
<12> Has you seen that mac donalds fries contain more fat then specified on the lablel
<13> is there any way I can search for the newest .txt file created on my server?
<13> tried find -name *.txt -atime 1
<13> no love
<12> do you have locate command
<13> yes and I just did a fres updatedb
<13> freh*
<13> lol fresh*
<13> in the man page of locate tho I am not seeing a date sort
<12> true, there must be a way.
<13> the -atime flag on find seemed to be pretty do-able
<13> but it produces nothing
<12> ls -ltr to sort by date.
<14> t
<8> i dunno why i usually do -lotr
<8> no idea what the -o is for tho :)
<13> ok
<13> well
<13> as root from / I get No such file or directory
<13> so I knwo I am just retarded here
<8> hm.. -o seems to hide the group column
<13> hmm
<13> man I dunno
<12> so locate *.txt lists some file
<13> yeah but not sorted
<13> and more than anything I am looking for the latest one
<13> well thx guys
<13> ima crash
<13> nite
<13> if you come up with a solution ever Id love a /memoserv
<13> nite
<12> hm did you try ls ls -ltr to sort by date. | head
<13> I did
<12> hm did you try ls ls -ltr / | head
<13> but running it from / as root
<13> it does not go recursive
<12> oh it seams to here
<13> well
<13> thanks for yer help bro
<13> I dunno
<13> g'nite
<15> people from klcc channel spamming in here :/
<16> hey, does anyone know how to add IP's w/ ifconfig? i'm not too sure :/
<17> j0sh, ifconfig eth0:1 nip
<17> err ip
<17> like ifconfig eth0:1 192.168.0.50
<17> add others by incrementing eth0:x


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#india
sharameet
#kl
#php
benny snush
girlygurl calendar
how to installl xampp ubuntu
#chat-world
#india
vallium recreation



Home  |  disclaimer  |  contact  |  submit quotes