@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> ' '?
<1> should "cat /dev/dsp" show me audio coming in from my mic?
<2> GiftdKook: -d" " ?
<2> heh
<0> ok, I'll try that.
<0> not working
<3> Does anyone need a server in Germany? Unlimited traffic, 100 mbps, 4 gigs RAM, dual 3.4 Pentium-D CPU with 4 megs L2 cache, 250 X2 SATA drives? $230/month?
<0> oops. it's working. something else has gone wrong.
<0> how do I cut after a ( ? How about after a " ?
<2> xtor: humm
<2> xtor: "unlimited traffic" on a 100Mbps port - burstable right?
<4> i need at least 10 Tbps, sorry
<5> I didn't know we can peddle our wares here
<2> you can't, and won't :)
<5> that's like 260tb a month
<2> i could saturate that with word documents



<2> cough
<2> I need free colocation, can you do that,xtor ? :)
<6> I will do it
<6> just drop it off or send it to me >:)
<5> i got free colo
<2> haha
<2> I have a nice sun machine here which I want to put in a rack
<2> but I can't afford colo really
<6> and I'll drop it on a shared 6mbit cable commection
<6> yay... :(
<4> :P
<2> still paying $$ for dedicated boxes in the US
<2> heh
<2> do you have a rack in your bedroom?
<2> ;)
<4> yes... with clothes :/
<6> actually.. would I sound like a nerd if I said yes?
<2> it's currently on a 10mbit cable connection!
<6> well 'spare bedroom' aka server room
<6> aka office
<2> i dunno, I'd want a telco standard spare bedroom
<6> aka about to lose it to another kid.
<2> holes in the raised flooring
<2> seweeege underneath it
<6> I'll mount it above the 4" water line
<2> the odd fire
<6> ;)
<2> hehe
<6> 4'
<2> one my machine rooms at work is hilarious
<2> its in a basement
<6> lovely
<2> what sort of mad man would put a mission critical machine room in a basement
<6> our last rack was in a basement
<2> they must think the water travels UP the ceiling in a flood
<6> with about 5 servers
<4> night people
<2> hmm, a couple of hundred servers in this basement
<2> 200tb of storage too
<6> ouch
<2> the generator doesn't work either :)
<6> I got about 3/5 tb here =)
<2> the area had a power cut, and that particular room is only on a single-phase
<6> okay stop it.. you are going to make me either cry or pee
<2> so the groupwise mail cluster failed
<2> and never come back. lost about 5k students email
<2> was a hilarious day for unix admins
<2> haha
<2> its fun at my job.. jsut pointint out **** thats wrong - and waiting for it to go wrong, and spring out with a camera
<2> for ****s and giggles
<7> is firefox2 available for debian at some repo (not iceweasel)?
<8> gjaller, does the name of it really matter?
<7> Hewitson: no and yes. at the time, i can't get some important plugins work with iceweasel
<7> mozilla-mplayer for example
<9> i reinstalled and everything, but the stpid system put grub on pci-card controllers, i camy boot those whout a cd or somethin
<9> s i did it again, mad a nice big fat software raid-5 array, rebooted and installed on one disk
<9> so why cant i get to my partition
<10> morning
<2> hiya nagual
<10> rza: i have php5 now
<11> nagual: good



<12> hi there!
<12> A tool to edit lines in a pipe. ie: echo "Hi I'm 2345 wehre 4455" |edit -f2 2334 ; #"Hi I'm 2334 wehre 4455"
<12> can "sed" do something like that? Edit part of lines ?
<11> PhoToSH: yes
<11> echo "Hi I'm 2345 wehre 4455" | sed s/2345/2334/
<12> rza : sure, but how to define fields?
<11> you need combine cut or awk
<11> how do you define "field"
<12> rza : if I use cut and delimit with field,, how can I reinsert the edited pattern back to the pipe/line?
<13> morning.
<11> PhoToSH: make a shell script and read line to variable
<14> there is an advanced bash scripting guide....
<14> punani: abs?
<15> somebody said abs was a free graphical spreadsheet designed for Unix operating systems. see http://www.ping.be/bertin/abs.shtml. Advanced Bash Scripting Guide on linuxdoc.org
<16> any1 here who ever used highpoint rocketraidcards?
<16> am having a little problem atm ;)
<16> i have 2 wd 500 gb disks on it adn when i boot the computer the bios finds the 500 gb disks. but when system is up it cant find the devices... i also have 2 320 gb disks on it which works just fine. leading me to think i needed a new firmware atfirst but it is already the newest one i had :/
<17> would you people recomend testing as desktop for someone that wont to fight with hardcore problems?
<18> how can I copy one file to multiple directories?
<18> apperently that seems to be a problem
<13> 'for i in $SOMEPATHS; cp file ${i}; done' ?
<18> funny you can't just do it with cp
<13> there's no point in cp doing it if you can do it like that.
<18> i mean its funny you can't just do cp file /wherever/*/file
<19> xargs
<20> sers
<20> jemand da?
<10> wohoo
<10> my hp just went down frmo page 6 to 4
<21> question for all you gurus: how can I tell a server has a mounted nsf drive before I run df?
<21> how can I tell IF a server...
<21> nm
<21> stupid question
<21> mount should do the trick.
<21> sigh
<1> mencoder mvi_2869.avi -ovc lavc -oac lavc -lavcopts acodec=mp3 -o blah.avi
<1> Couldn't open codec mp3, br=224.
<1> help?
<21> HAHAHAHAHAHA I only just noticed that I typed nsf instead of nfs
<21> that's too funny.
<22> hey guys
<22> question
<22> inside X , how do i drop X and go straight to command line?
<22> exiting x completely.?
<22> telinit doesn't seem to do it
<22> i'm guessing i just need to get to runlevel 3
<23> ctrl+alt+F[123456]
<23> F2 would take you to tty2
<22> but
<22> it keeps X in the backgruond
<22> i did a /etc/init.d/gdm stop
<22> and it just .. stalls my x
<22> doesnt' seem to do ****
<22> omfg
<22> control-alt-backspace just logs you out
<22> i need to go STRAIGHT to command line
<22> and telinit 3 doesn't do anything
<24> do you want to go to the command line when you first bootup?
<22> jsut frmo inside X
<24> like you don't want gdm to load at all?
<22> at the moment.
<22> i do ..
<22> it's fine.
<22> but i need to exit
<22> to install VMware tools
<19> just open a terminal
<22> i can't
<22> i have to be compeltely OUT of x
<24> from inside X you use CTRL+ALT+F1 or CTRL+ALT+F2, etc.
<19> no you don't
<22> RedACE yes i do
<22> when it compiles it has to be OUT of x


Name:

Comments:

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






Return to #debian
or
Go to some related logs:

SEGPAY exploit
adderall and pot
#computers
uss bobo
#worldcup
#beginner
#beginner
#flash
#delphi
#goal



Home  |  disclaimer  |  contact  |  submit quotes