Re: [eug-lug]redundant powersupply

2003-12-16 Thread Cory Petkovsek
On Sat, Dec 13, 2003 at 09:33:59AM -0800, Mr O wrote: Looking at SparklePower's website I've noticed the largest redundant they make is only 460W. The ONLY power supplies to consider for any machine is anything made by PC Power Cooling, Sparkle Power (including but not limited to: Fortron;

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Cory Petkovsek
On Mon, Dec 15, 2003 at 12:41:09PM -0800, Bob Miller wrote: Rob Hudson wrote: But is there a way to do something like this?: for i in [1-20] ; do cp graphic_$1.gif graphic_text_$1.gif ; done It doesn't work but it seems like there should be an easy way to set up a range like that.

[eug-lug]Timing shutdown -h

2003-12-16 Thread Dirk Ouellette
Is there a way to set shutdown -h just like a timer? Dirk ___ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug

[eug-lug]RE: Shutdown

2003-12-16 Thread Dirk Ouellette
I read the manpage for shutdown. Thanks anyway. Dirk ___ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Re: [eug-lug]Timing shutdown -h

2003-12-16 Thread Patrick R. Wade
On Mon, Dec 15, 2003 at 10:05:22PM -0800, Dirk Ouellette wrote: Is there a way to set shutdown -h just like a timer? Sure. Shutdown accepts numeric arguments for time delays. E.g. # shutdown -h +10 going down for scheduled maintenance # 10 minutes # shutdown -h 23:00 going down late#

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Bob Miller
Cory Petkovsek wrote: This doesn't work on all bashes. Specifically bash on my solaris 8 box. Why not? Because it's a bash extension, and because it's a recent bash extension. Here's a technique that worked as long ago as Seventh Edition Unix (1978?) # No #! here -- that won't be

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Jason
Perhaps not generic enough, but for going through ranges, I always use seq, part of the GNU Shell Utilities package: $ for i in `seq 1 10`; do echo $i; done 1 2 3 4 5 6 7 8 9 10 $ Jason __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing.

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread T. Joseph Carter
On Mon, Dec 15, 2003 at 02:14:57PM -0800, Cory Petkovsek wrote: On Mon, Dec 15, 2003 at 12:41:09PM -0800, Bob Miller wrote: Rob Hudson wrote: But is there a way to do something like this?: for i in [1-20] ; do cp graphic_$1.gif graphic_text_$1.gif ; done It doesn't work but it

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Cory Petkovsek
On Tue, Dec 16, 2003 at 02:15:05AM -0800, Bob Miller wrote: Cory Petkovsek wrote: This doesn't work on all bashes. Specifically bash on my solaris 8 box. Why not? Because it's a bash extension, and because it's a recent bash extension. Recent bash extension? Did you read my versions?

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Bob Miller
Cory Petkovsek wrote: bob Because it's a bash extension, and because it's a recent bash bob extension. cory Recent bash extension? Did you read my versions? cory debuan linux: GNU bash, version 2.05b.0(1)-release (i386-pc-linux-gnu) cory Solaris: GNU bash, version 2.03.0(1)-release

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Brad Davidson
How do you figure? Unless that 'new math' they tought me back in grade school is coming back to haunt me, 2.05 2.03 Cory Petkovsek wrote: Recent bash extension? Did you read my versions? debuan linux: GNU bash, version 2.05b.0(1)-release (i386-pc-linux-gnu) Solaris: GNU bash, version

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Cory Petkovsek
On Tue, Dec 16, 2003 at 12:58:22PM -0800, Brad Davidson wrote: How do you figure? Unless that 'new math' they tought me back in grade school is coming back to haunt me, 2.05 2.03 um... 5 looks like an upside down 2... Good thing I'm not a math teacher. -- Cory Petkovsek

[eug-lug]another crack

2003-12-16 Thread Jacob Meuser
http://savannah.gnu.org/ -- [EMAIL PROTECTED] ___ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Ben Barrett
Huh; for me, 5 == 'S' and 2 == 'Z' now, back to my '5. = ) BTW, anyone know if the 2.6 kernel code has gotten HTML-ized into the penguin logo yet? I forget where that 'project' is located... (I just found that chkrootkit has a similar logo, very nice although it does not seem to use

Re: [eug-lug]another crack

2003-12-16 Thread Ben Barrett
It's looking a little crazy out there on the front lines. I can't imagine the ensuing madness upon finding out that one's site was compromised over a month ago. There are no secrets comes to mind... Ah well, it seems they're responding as best they can. On another topic, I'm listening to the

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Cory Petkovsek
On Tue, Dec 16, 2003 at 01:48:42PM -0800, Ben Barrett wrote: PS - 5/2, 2/5: are you reading mail on a non-pixel [ie, element-based] LCD? No, CRT. I'm thinking that reading was not what I was doing. Cory -- Cory Petkovsek Adapting Information Adaptable

[eug-lug]clinic for thursday won't start till 7PM

2003-12-16 Thread Larry Price
Thursday night's clinic will be happening; but because of a scheduled meeting the doors will not open until 7:00 at night (19:00 PST) so if you show up early... you can stand around on broadway leeching off the wireless... -- You are the eventuality of an anomaly , which despite my sincerest

Re: [eug-lug]bash command line - loop over a range

2003-12-16 Thread Ben Barrett
A CS prof I had at UO (whose background was in Vision) had told me about some interesting experiments in what we might call V-Hold (akin to an old TV tube's knob)... reminds me of your flip-flop situation, similar to dyslexia. cixelsyd dog! BB On Tue, 16 Dec 2003 16:36:31 -0800 Cory Petkovsek

[eug-lug]Inappropriate technology

2003-12-16 Thread Larry Price
OK, I think this takes the prize for the weirdest combination of services needed to get to one's inbox http://norman.walsh.name/2003/11/16/ppp the short version laptop-vonage(voip phone)-ISP's access server Now working at EFN I've had occasion to hear about things like treesitters doing

[eug-lug]Window! sigh...

2003-12-16 Thread Jamie
So, I got this laptop, I want to connect it to the internet, right now it only has windows XP on it. I pop my smc etherez 10baseT ethernet card, and the driver isnt found (note works fine with linux, pcmcia-cs autoloads the module nd everything!). So, I go to windows update site to look for the