Returned 4 Results for "redhat" Ordered By Relevance

RHEL (redhat) Install Manager

relevance: [2.49]
2007-11-26 Digg! icurtain Delcious icurtain
install package: yum -y install application_name (gentoo/ubunto)get package: apt-get application_name...

Enable Auto-Start SSH Redhat

relevance: [2.4]
2007-12-04 Digg! icurtain Delcious icurtain
chkconfig --add sshd chkconfig --level 35 sshd on /etc/rc.d/init.d/sshd start (just to start it up now)...

Exception creating identity: domainName

relevance: [2.29]
2008-02-13 Digg! icurtain Delcious icurtain
caused by: java.lang.RuntimeException: Exception creating identity: domainName Solution your computer can't find itself go to: etc/hosts make sure the loopback address refers to the name of the box you are running on ie 127.0.0.1 documentationServerBox localhost.localdomain loc...

Redhat Linux Network Config

relevance: [2.23]
2007-09-04 Digg! icurtain Delcious icurtain
Linux Redhat - when the network comes up it will try to execute all of the ifcfg* files in ### etc/sysconfig/network-scripts so create a new file ifcfg-eth01 for arguments sake and add: ### /etc/sysconfig/network-scripts/ifcfg-eth0:1 DEVICE=eth0:1 BOOTPROTO=static IPADDR=192.168.0.1 NETMA...