relevance: [2.49]
2007-11-26
install package: yum -y install application_name
(gentoo/ubunto)get package: apt-get application_name...
relevance: [2.4]
2007-12-04
chkconfig --add sshd
chkconfig --level 35 sshd on
/etc/rc.d/init.d/sshd start (just to start it up now)...
relevance: [2.29]
2008-02-13
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...
relevance: [2.23]
2007-09-04
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...