Re: hello, how can i find the information about what language Redhat supports? thanks.

2001-04-29 Thread Devon
On Sunday 29 April 2001 06:02 am, Shu Qiang Li/PEK/Lotus wrote: > Try here: http://www.redhat.com/support/manuals/RHL-7.1-Manual/install-guide/s1-guimode-langsupport.html -D -- Theory of Selective Supervision: The one time in the day that you lean back and relax is the one time

Re: hello

2000-02-22 Thread Eduardo Arista
Try the man and info pages. Did you read the How To?s. And let us Know what troubles you and of course your harware and configuration. * Date forwarded: 22 Feb 2000 02:26:30 - Date sent: Mon, 21 Feb 2000 20:28:24 -0600 To:

Re: hello

2000-02-22 Thread Bernhard Rosenkraenzer
On Mon, 21 Feb 2000, Katherine Harris wrote: > Hi. I'm completely new to Linux, and have been wrestling with my first > Linux box since yesterday. Welcome to the better world. ;) > The command line works wonderfully, but X won't > configure to anything useful at all, so we're not on speaking t

Re: hello

2000-02-21 Thread John Catral
try typing "Xconfigurator" at the command prompt. I always use this because of the easy GUI. I hope this helps. BTW, what video card are you using? =) John - Original Message - From: Katherine Harris <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 21, 2000 9:28 PM S

Re: hello

2000-02-21 Thread Philippe Moutarlier
Katherine, maybe if you give us some hints about your system (machine, video card) and what you tried to do, maybe somebody will be able to help . I think X is now running pretty well on a wide number of cards so there is a little chance we will get you through. And, welcome to Linux ! You

Re: hello

2000-02-21 Thread Marie Bennington
Katherine Harris wrote: > > Hi. I'm completely new to Linux, and have been wrestling with my first > Linux box since yesterday. The command line works wonderfully, but X won't > configure to anything useful at all, so we're not on speaking terms right now. > > I'd say I'm glad to be here, but

Re: hello ... and a question

1999-11-29 Thread Thomas Ribbrock \(Design/DEG\)
On Mon, Nov 22, 1999 at 02:27:01PM -0600, Glen Lee Edwards wrote: [...] > 1) You have to use envelope masquerading. This forces all the mail on > your outgoing letters to read as From: your dial-up ISP account. Meaning > every letter you send out from your home Linux box HAS to read from your >

Re: hello ... and a question

1999-11-22 Thread Glen Lee Edwards
Steve, Before doing this you need to sit down and see just how you want to use your Linux box at home. Because of past problems with spammers who used Linux/Unix op systems the Internet community today is forcing Linux users into a Windows based mail configuration but with stricter limits. Let

Re: hello ... and a question

1999-11-22 Thread Chuck Mead
On Mon, 22 Nov 1999, Steve Gebbia said: SG>I'm sold on Linux and want to toss all my MS software off the top of a tall SG>building. doubtless that would make a resoubding "thud" when it hit bottom. Just make sure nobody's down there when you do it! -- Chuck Mead, CTO, MoonGroup Consulting, I

Re: hello

1998-05-12 Thread David Spencer
Afanassy Thompson wrote: > > back No, I think the idea is that you find a button marked "Back" and press it, not actually type "back". Do you have similar problems when the computer asks you to press the "Any" key? :-) -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARC

Re: Hello World

1998-04-15 Thread Michael Xie
Title: Re: Hello World a.out is the executable cc created if you did not specify the executable name in your cc command. Type a.out will run your program. -Original Message-From: Ed Jaeger <[EMAIL PROTECTED]>To: RedHat List <[EMAIL PROTECTED]>Date:

Re: Hello World

1998-04-15 Thread George Toft
> > ps. does anyone know a good IDE for redhat linux ? > Look at xwpe - X Window Programming Environment. George -- MSID:04091998 -- Microsoft Independence Day No MS Windows, No MS Office, No MS Crashes. Linux + StarOffice = Unbeatable Combination -- PLEASE read the Red Hat FAQ, Tips, Er

Re: Hello World

1998-04-15 Thread Drachen
1998, Michael S. Dunsavage wrote: > Date: Wed, 15 Apr 1998 15:47:34 -0700 > From: "Michael S. Dunsavage" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Hello World > Resent-Date: 15 Apr 1998 19:41:40 - > Resent-From: [EM

Re: Hello World

1998-04-15 Thread Ed Jaeger
Title: Re: Hello World Why go through all this work? get hello-3.6b5-glibc.i386.rpm from contrib. Mostly bug free, with full documentation. Ed Jaeger, CFO, Bohlender Graebener Corporation [EMAIL PROTECTED] http://www.bgcorp.com -- >From: "Michael" <[EMAIL PROTECTE

Re: Hello World

1998-04-15 Thread Michael S. Dunsavage
That's cool.i didn't know that...thanx for the correction. [EMAIL PROTECTED] wrote: > On Wed, Apr 15, 1998 at 03:47:34PM -0700, Michael S. Dunsavage wrote: > > > don't froget to chmod a+x myprog b4 ./myprog > > If they are using gcc, they shouldn't have to do this. "cc -o myprog > myprog.c

Re: Hello World

1998-04-15 Thread bsc
On Wed, Apr 15, 1998 at 03:47:34PM -0700, Michael S. Dunsavage wrote: > don't froget to chmod a+x myprog b4 ./myprog If they are using gcc, they shouldn't have to do this. "cc -o myprog myprog.c", outputs an executable with the proper permissions already set. Blair. --- end message --- __

Re: Hello World

1998-04-15 Thread Michael S. Dunsavage
don't froget to chmod a+x myprog b4 ./myprog Drachen wrote: > ./a.out > > :) > > or you can do > > cc -o myprog myprog.c > > and then > > ./myprog > > Vinnie > > -- > [EMAIL PROTECTED] System Administrator Epoch Internet > "Connecting The World, One Business At A Time.. > By Caring About A

Re: Hello World

1998-04-15 Thread Drachen
./a.out :) or you can do cc -o myprog myprog.c and then ./myprog Vinnie -- [EMAIL PROTECTED] System Administrator Epoch Internet "Connecting The World, One Business At A Time.. By Caring About A Customers Success" [EMAIL PROTECTED] Spam Patrol On Wed, 15 Apr 1998, Michael wrote:

Re: Hello World

1998-04-15 Thread Matthew Smith
a.out is the default executable that is generated by cc. You can change it by cc -o myprog myprog.c mod1.c mod2.obj will compile to myproj from the myproj.c, mod1.c and mod2.obj. Typically you have a file called hello.c with main() { printf("hello world\n"); } then use cc -o hello hello.c to

Re: Hello & loads of questions...

1998-03-20 Thread Greg Thomas
> > - What is the magic command to read DOS partitions? I would like to copy > files from Windows to Linux. Or am I saying things that make you all laugh > because it is not possible!?? I've found almost anything to be possible with Linux and reading DOS partitions is simple. 1st, as roo

Re: Hello & loads of questions...

1998-03-20 Thread Andreas Kostyrka
On Fri, 20 Mar 1998, Zoki wrote: > Okay, so I have installed RedHat 5 (kernel 2.0.31) and XFree86 because it If you are often online, I'd suggest upgrading to kernel 2.0.33. (This fixes the teardrop vulnerability.) You can either upgrade it the RH way, or manually, it's not that complicated. > is