On Wed, Sep 11, 2002 at 10:13:30PM -0600, Bob Proulx wrote:
> Rob Mahurin <[EMAIL PROTECTED]> [2002-09-11 23:09:08 -0400]:
> > Copy to me, I'm not on the list. Thanks,
> > What's the perl command to convert a text file from DOS or unix
> > newline format to the macintosh newline format? (CR->LF?
Reply to the list and not to me, I am on the list.
Rob Mahurin <[EMAIL PROTECTED]> [2002-09-11 23:09:08 -0400]:
> Copy to me, I'm not on the list. Thanks,
> What's the perl command to convert a text file from DOS or unix
> newline format to the macintosh newline format? (CR->LF?)
You know you
> and to default "pride" a little those puppies been up for 1000 days+
oopps...
"deflate" pride..
> http://uptime.netcraft.com/up/today/top.avg.html
>
> -- just cover the part of what OS they are running... at least its still
>open source...
hi ya
> > > so what does 114 days of uptime buy you?
> > >
> >
> > A sense of pride.
it also means you';re NOT a windoze weanie that hits reset or powerdown
whenever you install a patch or upgrade etc...etc...
and to default "pride" a little those puppies been up for 1000 days+
http://up
Also, if you're running, oh, say, and email or web server on you server
rack, you might be concerned if the server were rebooted, since the
service would be unavaliable for a while. On a heavily-loaded email
server with a large (ext2) mail partition with quota support enabled,
the checkquota proces
>
> so what does 114 days of uptime buy you?
>
A sense of pride.
>
> does it matter that much???
>
To me, no. To others, maybe.
--
Paul T. Wright <[EMAIL PROTECTED]>
-currently seeking employment-
also sprach Leonard Leblanc (on Fri, 25 May 2001 10:32:36AM -0500):
> heh, you pretty much summed up my reaction.
so what does 114 days of uptime buy you?
does it matter that much???
martin; (greetings from the heart of the sun.)
\ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAI
On Fri, May 25, 2001 at 10:07:13AM -0500, Leonard Leblanc wrote:
> Hey Guys,
>
> This one should present no problems for most guru's out there. How do I
> disable Ctrl-Alt-Del rebooting on a debian box. I recently got my uptime to
> 114 days and due to the multiple keyboards on my desk, I acciden
Wouldn't it be better to replase the shutdown command with a long echo:
This isn't a windows box. Are you sure you really need to reboot?
If so, type "init 6" at the prompt, but make sure please first...
Robert
Thus spake Mike Egglestone ([EMAIL PROTECTED]):
> I think you can pound out a
heh, you pretty much summed up my reaction.
Leonard Leblanc,
Webmaster / Intranet Administrator
www.emergeknowledge.com
- Original Message -
From: "Cliff Rowley" <[EMAIL PROTECTED]>
To: "Leonard Leblanc" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, May 25, 2001
> This one should present no problems for most guru's out there. How do I
> disable Ctrl-Alt-Del rebooting on a debian box. I recently got my uptime to
> 114 days and due to the multiple keyboards on my desk, I accidently rebooted
> the server when winblows froze up on me, boy ... that sucked :)
> > This one should present no problems for most guru's out there. How do I
> > disable Ctrl-Alt-Del rebooting on a debian box. I recently got my uptime
to
> > 114 days and due to the multiple keyboards on my desk, I accidently
rebooted
> > the server when winblows froze up on me, boy ... that suc
I think you can pound out a line in the /etc/inittab file.
look for
# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel: blah blah
Mike
- Original Message -
From: "Leonard Leblanc" <[EMAIL PROTECTED]>
To:
Sent: Friday, May 25, 2001 8:07 AM
Subject: a quickie
>
"Leonard Leblanc" <[EMAIL PROTECTED]> writes:
Hello,
> How do I disable Ctrl-Alt-Del rebooting on a debian box.
you can do that it in /etc/inittab.
See you,
Henrik
--
GnuPG-Key now available on public keyservers - http://www.gnupg.org/
N!
I dont know the answer to your question, but...
N!
Cliff Rowley
The reader this message encounters not failing to understand is cursed.
- while (!asleep) { code(); }
On Fri, 25 May 2001, Leonard Leblanc wrote:
> Hey Guys,
>
> This one should present no problems fo
Leonard Leblanc wrote:
>
> Hey Guys,
>
> This one should present no problems for most guru's out there. How do I
> disable Ctrl-Alt-Del rebooting on a debian box. I recently got my uptime to
> 114 days and due to the multiple keyboards on my desk, I accidently rebooted
> the server when winblows
It's absolutely, positively, and definitely NOT NEEDED (or even
desirable) for recent kernels. In fact, doing so can cause subtle
breakages if you compile programs locally, because they can pick up
definitions which don't match what libc is setup to use.
On Fri, Sep 10, 1999 at 06:42:06AM -0700,
*- On 10 Sep, [EMAIL PROTECTED] wrote about "A quickie-2.2.XX kernel
compile-/usr/include links?"
> Hi,
>
> I'm about to compile 2.2.10 for my work machine, and as usual simply follow
> the Fine manual which comes with the package. This time around, though, I
> noticed no reference to linking /u
On Fri Sep 10, 1999, [EMAIL PROTECTED] wrote:
> I'm about to compile 2.2.10 for my work machine, and as usual simply follow
> the Fine manual which comes with the package. This time around, though, I
> noticed no reference to linking /usr/include/{asm||linux||scsi} to dirs
> under the source. Is
I am the author of "pass", which may well suit your needs. This
software will be uploaded to sunsite a few weeks later; by then, the
quatity of of documentation should improve beyond the draft stage. Right
now, I am willing to email you a copy in .tgz format, or, if you
prefer, a week lat
> > Very simply, I'm trying to telnet to a site and get some data from a script.
> > In HPUX, I would do this:
> >
> > echo "Alinetobesent" | telnet an.address.com 1234
Try this (just an example):
(echo "group comp.os.linux.misc" ; sleep 5 ) | telnet news.alaska.net nntp
This should work and yo
You might try the netcat program, it is specifically designed for this
and is (yipee!) a Debian package.
Mike Patterson <[EMAIL PROTECTED]> writes:
> Very simply, I'm trying to telnet to a site and get some data from a script.
> In HPUX, I would do this:
>
> echo "Alinetobesent" | telnet an.addr
Mike Patterson <[EMAIL PROTECTED]> writes:
> Very simply, I'm trying to telnet to a site and get some data from a script.
> In HPUX, I would do this:
>
> echo "Alinetobesent" | telnet an.address.com 1234
telnet assumes it's connected to a terminal. Try one of the utilities
designed with this in
23 matches
Mail list logo