TGA Manipulation tools

2002-08-20 Thread Adam Luchjenbroers
I need a program to convert a top-down TGA file to a bottom-up one (Q3A likes its skins in bottom up and GIMP saves them top-down. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: newbie

2002-08-20 Thread Riley Williams
Hi Steven. >> Another option would be for your script to drop >> the relevant commands into the keyboard buffer > How is this done? All I know is that there are programs that do just that. I wish I knew how they did it, but I don't 8-(( Best wishes from Riley. - To unsubscribe from this lis

Mysql+Apache+Perl modules

2002-08-20 Thread fajardo
Hi.. Im pretty new using linux, tho I´m programming in perl and testing through windows. I have a small server where I was trying to configure apache to accept my scripts. Also installed mysql. 1- Apache reads a script where I just open a html file and serve it. Tough it doesnt read my script if

jsp host

2002-08-20 Thread Ramzez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... first excuse me for this off-topic... but I need some FREE host to support JSP ( it'll be better if support DataBase too) Somebody know something about this type of hosting? thanks - -- Linux User Registered #232544 my GnuPG-key at www

Re: Cron

2002-08-20 Thread szonyi calin
--- Mike Keithley <[EMAIL PROTECTED]> a écrit : > How does one get started using cron? Thanks > Reading manual pages man crond man crontab man bash (EDITOR variable and redirection) man vi Good luck Calin ___ Do You Yahoo!? -- Une ad

Re: starting X with different XF86Configs

2002-08-20 Thread pa3gcu
On Tuesday 20 August 2002 15:39, James & Tatiana Miller wrote: > On Tue, 20 Aug 2002, Matthias Schweinoch wrote: > > don't know if this is considered a "bad approach", but another way to do > > this is to simply name your working XF86Config files appropriately and > > then just create a symlink to

Re: starting X with different XF86Configs

2002-08-20 Thread Ray Olszewski
At 10:30 AM 8/20/02 -0500, James & Tatiana Miller wrote: >On Mon, 19 Aug 2002, Ray Olszewski wrote: > > you don't say how you are starting X anyway ... > >Ray: > >Thanks for your answer. I'm starting X from the cli - "startx". Is there >some other way it could be started, offering a choice of XF86

Re: starting X with different XF86Configs

2002-08-20 Thread James & Tatiana Miller
On Tue, 20 Aug 2002, Matthias Schweinoch wrote: > don't know if this is considered a "bad approach", but another way to do > this is to simply name your working XF86Config files appropriately and then > just create a symlink to whichever file it is your using. > Hmmm. This I don't understand. Wh

Re: starting X with different XF86Configs

2002-08-20 Thread James & Tatiana Miller
On Mon, 19 Aug 2002, Ray Olszewski wrote: > you don't say how you are starting X anyway ... Ray: Thanks for your answer. I'm starting X from the cli - "startx". Is there some other way it could be started, offering a choice of XF86Configs? James - To unsubscribe from this list: send the line

Re: SCSI Emulation w/ DMA

2002-08-20 Thread Ray Olszewski
At 09:22 AM 8/20/02 -0500, David Yeu wrote: >Thanks for the help Ray... > >To answer your questions: >I'm using a Plextor 24X with the command, 'cdrdao write toc.file', >and I'm burning a mix of isos and music cds. >Under Windows, this process never seemed to take more than three >and a half minut

Re: starting X with different XF86Configs

2002-08-20 Thread Matthias Schweinoch
don't know if this is considered a "bad approach", but another way to do this is to simply name your working XF86Config files appropriately and then just create a symlink to whichever file it is your using. matthias > >What I'm having some trouble with is figuring out how to invoke one or the >

Re: SCSI Emulation w/ DMA

2002-08-20 Thread David Yeu
Thanks for the help Ray... To answer your questions: I'm using a Plextor 24X with the command, 'cdrdao write toc.file', and I'm burning a mix of isos and music cds. Under Windows, this process never seemed to take more than three and a half minutes, but with Linux, average burn times hover around

Re: Cron

2002-08-20 Thread Ray Olszewski
At 05:35 AM 8/21/02 -0700, Mike Keithley wrote: >How does one get started using cron? Thanks Depends on what you mean. Assuming crond is running on your system (it usually will be, with out-of-the-box installs of the major distros), the usual way, on modern Linux systems at least, is for a us

Cron

2002-08-20 Thread Mike Keithley
How does one get started using cron? Thanks - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs

Re: newbie

2002-08-20 Thread ichi
Riley Williams wrote: > > Another option would be for your script to drop > the relevant commands into the keyboard buffer How is this done? Cheers, Steven - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo i

Re: newbie

2002-08-20 Thread Matti Aarnio
On Mon, Aug 19, 2002 at 03:30:18PM -0700, Venkat Raghu wrote: > Hi, > > I have a bash script which modifies some environment > variables and does some other housekeeping things. > But problem is that when script finishes running, > new values of environment variables are no longer > visible in pa