Re: [CentOS] remote command execution

2008-03-17 Thread Devin Henderson
nohup will allow you to run a command that is not connected to the shell: nohup command >> nohup.log & On Mon, Mar 17, 2008 at 5:24 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > >I'm wrong! Uh! Take that mister know-it-all. > > > >Check out: > > > >http://www.faqs.org/faqs/unix-faq/faq/p

Re: [CentOS] Gnome Terminal and xterm problems

2007-07-16 Thread Devin Henderson
I'd say the majority of the time this is a due to an unreliable internet connection or inconsistent equipment (routers, etc.) on the connection. My router at home is a piece of crap (aren't all consumer grade routers?) and if I leave an SSH connection open for several hours it will eventually hang

Re: [CentOS] About firefox 64 bit version

2007-07-17 Thread Devin Henderson
Try using the i386 version. That way you can use 32bit plugins like flash. Also, you can install Firefox v2 via mozilla's tarball. See 'Option 3' here: http://devhen.wordpress.com/2006/12/18/install-firefox-20-on-fedora-core-6/ I have had stability issues with the mozilla tarball on c5. I have s

Re: [CentOS] Flash-plugin ?

2007-07-17 Thread Devin Henderson
I see no reason why the make/model of processor you are using has anything to do with this aside from whether you are running i386 or x86_64 c5. Make sure you have the alsa-lib and alsa-utils packages installed. Let me know if that works. Devin On 7/17/07, jarmo <[EMAIL PROTECTED]> wrote: Mar

Re: [CentOS] Centos as a desktop, advisable?

2007-07-25 Thread Devin Henderson
My recommendation: CentOS 5 --or-- Ubuntu LTS Cheers, Devin ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] PHP 4.3.10 on CentOS 4 or CentOS 5

2007-06-21 Thread Devin Henderson
Devraj, I recommend you use PHP 5 which is included in CentOS 5 and is available for CentOS 4 via centosplus. For the most part php 5 is backwards compatible with php 4. In the cases that it is not you should be able to pretty easily update your code to work with 5. See http://us2.php.net/manual/

Re: [CentOS] Firefox and Thunderbird 2.0, Centos 5, and rpms

2007-06-27 Thread Devin Henderson
>> > On 6/14/07, Robert Moskowitz <[EMAIL PROTECTED]> wrote: >> >> So I am looking at Firefox and Thunderbird 2.0. >> >> Should I install them? Or is Redhat correct that there is nothing >> >> improved here and wait for 3.0? (well I have not even had a chance to >> >> look at Thunderbird 2.0, th

Re: [CentOS] best way to upgrade php4 -> php5 on CentOS?

2007-07-03 Thread Devin Henderson
See here: http://wiki.centos.org/Repositories/CentOSPlus Basically you just enable the centosplus repo, add include=php* mysql* under the centosplus repo in /etc/yum.repos.d/CentOS-Base.repo and add exclude=php* mysql* to the base and updates repos. Then do a yum upgrade and you should be in bus

Re: [CentOS] best way to upgrade php4 -> php5 on CentOS?

2007-07-03 Thread Devin Henderson
Sorry, that should be 'yum update' not 'yum upgrade'. My bad :( On 7/3/07, Devin Henderson <[EMAIL PROTECTED]> wrote: See here: http://wiki.centos.org/Repositories/CentOSPlus Basically you just enable the centosplus repo, add include=php* mysql* under the centosplu