Re: Two questions on Red Hat Linux 6.2

2003-03-06 Thread Mikkel L. Ellertson
On Thu, 6 Mar 2003, Sudhakar list wrote: > Hi, > I don't know how it has occured but when I type in "$echo $PS1" it shows as > "bash\$" instead of the format "[EMAIL PROTECTED] \W]\$". I'd appreciate if you > can > guide me in changing PS1 back to "[EMAIL PROTECTED] \W]\$" since I tried >

Re: Two questions on Red Hat Linux 6.2

2003-03-06 Thread Bret Hughes
On Thu, 2003-03-06 at 17:07, Sudhakar list wrote: > Hi, > I don't know how it has occured but when I type in "$echo $PS1" it shows as > "bash\$" instead of the format "[EMAIL PROTECTED] \W]\$". I'd appreciate if you > can > guide me in changing PS1 back to "[EMAIL PROTECTED] \W]\$" since I t

Re: Two questions on Red Hat Linux 6.2

2003-03-06 Thread David Busby
PS1="[EMAIL PROTECTED]"; export PS1; - Original Message - From: "Sudhakar list" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 15:07 Subject: Re: Two questions on Red Hat Linux 6.2 > Hi, > I don't know how it has

Re: Two questions on Red Hat Linux 6.2

2003-03-06 Thread Sudhakar list
1="[EMAIL PROTECTED] \W]\$"; export PS1 but when I log in again it get the "bash$" prompt. Your suggestions will be greatly appreciated. Thanks, Peram - Original Message - From: "Mikkel L. Ellertson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: Two questions on Red Hat Linux 6.2

2003-03-06 Thread Mikkel L. Ellertson
On Thu, 6 Mar 2003, Sudhakar list wrote: > Hi All, I've been fiddling with .bash_profile and after I logged in to > system after a logout I can see only a "bash$" instead of > [EMAIL PROTECTED] . I'd appreciate if any of you gurus can tell me what > could be the reason for this occurance. > Did y

Re: Two questions about Ximian Evolution <---> Mozilla

2003-02-07 Thread Reuben D. Budiardja
On Thursday 06 February 2003 10:15 pm, Cameron Mura wrote: > Hi, > I have 2 questions about Red Hat 8.0's Ximian Evolution mail browsing > application: > (1) Is it only available for RH8.0 onwards (not 7.2 or 7.3??) ?? > (2) Does anyone know how to transfer from using Mozilla mail to > Evolution as

Re: Two questions about Ximian Evolution <---> Mozilla

2003-02-06 Thread Anthony E. Greene
On 06-Feb-2003/19:15 -0800, Cameron Mura <[EMAIL PROTECTED]> wrote: >I have 2 questions about Red Hat 8.0's Ximian Evolution mail browsing >application: >(1) Is it only available for RH8.0 onwards (not 7.2 or 7.3??) ?? I used it with RH72 for about a year. Tony -- Anthony E. Greene

Re: Two questions about Ximian Evolution <---> Mozilla

2003-02-06 Thread Bret Hughes
On Thu, 2003-02-06 at 21:15, Cameron Mura wrote: > Hi, > I have 2 questions about Red Hat 8.0's Ximian Evolution mail browsing > application: > (1) Is it only available for RH8.0 onwards (not 7.2 or 7.3??) ?? No I use it in 7.3. Part of the standard 7.3 distro I believe. I am sure the version in

Re: Two questions

1998-05-11 Thread L. M. Marchese
Did you end the script file with Ctrl-D? if so, is the program you are running redirecting the input to somewhere else, e.g. /dev/null. Try: #script /tmp/test #cat /etc/passwd #Ctrl-D then cat /tmp/test, you should see the contents of the /etc/passwd file. Gordon VonMiller wrote: > Thanks for

Re: Two questions

1998-05-10 Thread Gordon VonMiller
Thanks for the help. I created the file, but the file was empty. How do you save the screen? Gordon On Sun, 10 May 1998, L. M. Marchese wrote: > My best advise is to use the script command to capture your session into > a file "script /tmp/myfile", then print the file. > > Hope this helps

Re: Two questions

1998-05-10 Thread L. M. Marchese
My best advise is to use the script command to capture your session into a file "script /tmp/myfile", then print the file. Hope this helps Gordon von Miller wrote: > Hello, > > First, is there a command like Dos's print Screen? I have looked > everywhere, but I can't find one. > My sound car

Re: Two questions

1998-05-07 Thread Gordon von Miller
Hello, First, is there a command like Dos's print Screen? I have looked everywhere, but I can't find one. My sound card is not setup by the kernel. I ran make xconfig, and all I got was some messages. RedHat4.2 What did I miss? TIA Gordon -- PLEASE read the Red Hat FAQ, Tips, Errata