Re: Configuring repositories for Yum on RHEL 6

2010-12-16 Thread keith smith
This is an authentic RHEL release, version 6.  I'm not sure how to connect to their repository.  We normally run CentOS so this is my first experience with running licensed RH. Thanks for your help. Keith Smith --- On Wed, 12/15/10, R P Herrold herr...@owlriver.com

Package management on ReadHat

2010-12-16 Thread keith smith
Hi, Maybe 8 or 10 years ago I moved away from RedHat to Debian because package management with RPM could be a lot of work.  Where as apt-get resolved almost all package dependencies.   At least that is how I recall it. Today I am supporting several LAMP servers.  2 run CentOS and 1 runs RHEL. 

Re: Package management on ReadHat

2010-12-16 Thread Matt Graham
keith smith wrote: has RPM matured to the point it works like apt-get or yum where it automatically resolves dependencies? Which is better? Yum or RPM? yum depends on the rpm utilities, and is in many ways a frontend for rpm. You enter yum install foo, then yum figures out that foo depends

Re: Configuring repositories for Yum on RHEL 6

2010-12-16 Thread Tim Noeding
Hey Keith, Try the following command: # rhn_register That will bring up a registration menu which requires your login and password to RHN. Good luck! - Tim On Dec 16, 2010 11:35 AM, keith smith klsmith2...@yahoo.com wrote: This is an authentic RHEL release, version 6. I'm not sure how to

Re: ssh

2010-12-16 Thread Michael Havens
So then it would be ssh -L localhost:5050:? where would I tunnel empathy too? I mean empathy is on this machine I just want to make it available to everyone. Should I put an astriks there? Then I suppose for an address to tunnel to I would put the yahoo server address

windows live was Re: ssh

2010-12-16 Thread Michael Havens
hey... look at that I got yahoo to work! can I get my windows live id to work on empathy? On Thu, Dec 16, 2010 at 4:06 PM, Michael Havens bmi...@gmail.com wrote: So then it would be ssh -L localhost:5050:? where would I tunnel empathy too? I mean empathy is on this machine I

Re: windows live was Re: ssh

2010-12-16 Thread Michael Havens
I need to learn to do my research before I ask questions I figured it out. On Thu, Dec 16, 2010 at 5:56 PM, Michael Havens bmi...@gmail.com wrote: hey... look at that I got yahoo to work! can I get my windows live id to work on empathy? On Thu, Dec 16, 2010 at 4:06 PM, Michael Havens

Re: windows live was Re: ssh

2010-12-16 Thread Lisa Kachold
On Thu, Dec 16, 2010 at 6:18 PM, Michael Havens bmi...@gmail.com wrote: I need to learn to do my research before I ask questions I figured it out. Mike, you are an extrovert; it's common for extroverts to need to engage others for assistance. Doesn't mean researching will not help you,

Re: Versioning system - Subversion Vs. Git

2010-12-16 Thread Carl Parrish
I haven't read the entire thread yet but I kept seeing everyone loving Git. I wanted to say check out hg and bzr as well as git. In my opinion bzr has all the advantages you'd get in git. HG (Mecurial - has become much popular of late). I wouldn't use subversion for any new projects today. On