Re: How is linux not an O/S Was: Re: Want to give back to linux?

1998-03-25 Thread Alan Shutko
member, the key word is "system". L> It just has to manage the memory, peripherals, and L> hopefully do something useful to qualify under a strict definition, L> which is all anyone can argue anyway. All you have to do is cite your strict definition, and I'll shut up. W

Re: How is linux not an O/S Was: Re: Want to give back to linux?

1998-03-25 Thread Alan Shutko
ols. In short, every OS I've ever seen, save MS-DOS (which doesn't even _claim_ to be an OS, but merely a DOS) contained a user interface, applets, and system tools. Considering that you couldn't even DO anything with your linux system but BOOT without things other than the ke

Re: How is linux not an O/S Was: Re: Want to give back to linux?

1998-03-25 Thread Alan Shutko
> Because by the definition of an operating system, That's _exactly_ what we're discussing here. I'm saying your definition has absolutely no basis in reality. Please quote me someone who says that the OS equals the kernel and nothing more. Remember: "system"=="many

Re: redhat-digest Digest V98 #484

1998-03-22 Thread Alan Shutko
the CPU is doing vastly different things when it runs a PPP connection vs. reading from a disk. There's a lot to be done in a TCP stack, which is why with even fast computers, sniffing on an ethernet, for instance, can drop packets. There's less work to be done on a PPP link, but there

Re: Converting PostScript files to PDF format

1998-03-22 Thread Alan Shutko
ated version of RPM from the 4.2 updates dir. -- Alan Shutko <[EMAIL PROTECTED]> - By consent of the corrupted The light at the end of the tunnel is the headlight of an approaching train. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/R

Re: Apache has slow response from certain ISPs

1998-03-21 Thread Alan Shutko
ne. There appears M> to be some kind of initialization problem. Sounds like a DNS lookup delay, actually. You might try to convince them to use a caching DNS setup, or disable DNS lookups when serving web pages -- Alan Shutko <[EMAIL PROTECTED]> - By consent of the corrupted In the next w

Re: Fw: Drive/File System Setup

1998-03-20 Thread Alan Shutko
ILO, since a kernel can oot by itself from a floppy) should work completely well. Upgrading your BIOS is also another possibility. -- Alan Shutko <[EMAIL PROTECTED]> - By consent of the corrupted You can't push on a string. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING

Re: Fw: Drive/File System Setup

1998-03-20 Thread Alan Shutko
>>>>> "B" == Beth Gemeny <[EMAIL PROTECTED]> writes: B> This is a stupid question, but I can't for my life remember the B> answer. Is the Linux file system FAT16 or FAT32 compatible? No. But it does have filesystem support for both of those. -- Al

Re: All this talk about 386's...

1998-03-19 Thread Alan Shutko
es higher end J> machines but what about all those old 386 systems?? It was called Amoeba. Andrew Tannenbaum did it, iirc. You should find some references to it if you web search, but it was never generally available to the public, just to schools for research or for money, I think. --

Re: Drive/File System Setup

1998-03-19 Thread Alan Shutko
t yet. 8^) I still hear people saying "and change lilo.conf to point at /mlinuz" even though RH's /sbin/installkernel sets things up so all you have to do is "make install". It's hard getting used to small, yet useful, changes like that. -- Alan Shutko <[EMAI

Re: 2.3 kernel code for pppd 2.3.3?

1998-03-17 Thread Alan Shutko
>>>>> "K" == Keith Dart <[EMAIL PROTECTED]> writes: K> One problem with the Red Hat distro is that it boots its kernel K> from /boot, but new kernels go, by default, to root when you do a K> make zlilo. You can do 'make install' to put t

Re: EMacs?

1998-03-15 Thread Alan Shutko
hat's swap for if it's never going to be used? Unfortunately, though, I just doubled the RAM in my poor old P60 and Emacs no longer breaks the swap barrier... I haven't managed to get it to top 20 megs in months. I feel that I'm losing touch -- Alan Shutko <[EMAIL PROTECTE

Re: EMacs?

1998-03-15 Thread Alan Shutko
>>>>> "R" == Robert Hailman <[EMAIL PROTECTED]> writes: R> What is emacs, and what is it for? (I am a new user, so any help R> would be appreciated) Emacs is a text-editor/newsreader/mailer/game platform/web browser/programming environment/programming langua

Re: Newsreader not Emacs

1998-03-15 Thread Alan Shutko
>>>>> "A" == Anthony Campbell <[EMAIL PROTECTED]> writes: A> On 14 Mar 1998, Alan Shutko wrote: >> >>>>> "E" == Enki <[EMAIL PROTECTED]> writes: >> E> What sort of newsreader can I get so I can read/write a newsgrou

Re: Fwd: a good email reader?

1998-03-14 Thread Alan Shutko
I think. In other words, Enki wants to filter say, redhat out to a separate mailbox to read (or in this case, Gnus group). -- Alan Shutko <[EMAIL PROTECTED]> - By consent of the corrupted Genius is ten percent inspiration and fifty percent capital gains. -- PLEASE read the Red

Re: Newsreader not Emacs

1998-03-14 Thread Alan Shutko
nd Xagent (currently being developed), use slrn with slrnpull, or use leafnode with any normal newsreader. -- Alan Shutko <[EMAIL PROTECTED]> - By consent of the corrupted Any woman is a volume if one knows how to read her. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LI

Re: Stupid proposition [ Re: Cool....]

1998-03-12 Thread Alan Shutko
ersa? When a document is converted into postscript, all useful information about it is lost. You have letters placed in arbitrary positions on the page. You can often reconstruct words, lines, etc, but it's a guessing game and won't get your original document back. -- Alan Shutko

Re: X fonts

1998-03-11 Thread Alan Shutko
ose pages, since they may be setting the font. That's because there are some very stupid people who think that just because a font is available and looks good on their machine, it will be available and look good on all others. These people should be using PDF. -- Alan Shutko <[EMAIL PROTE

Re: Strange sox sounds...

1998-03-11 Thread Alan Shutko
with play just emitting a loud, P> high-pitched screeching sound. For some reason, Sox can't play 16-bit wavs. It can convert them to something else, which it can play, though I tried looking into it once, but I didn't get anywhere. -- Alan Shutko <[EMAIL PROTECTED]> - By

Re: Script for public_html

1998-03-10 Thread Alan Shutko
Try this. I wrote it while practicing with APUE. /* * FILE: list-homepages.c * AUTHOR: Alan Shutko * DATE: Wed Sep 18 1996 * */ static char *rcsid = "$Header: /home/ats/Software/list-homepages.c,v 1.7.1.4 1997/03/19 22:50:07 ats Exp $"; #define HTML_DIR "/publi