repo id | repo name |
---|---|
base | CentOS-5 - Base |
extras | CentOS-5 - Extras |
updates | CentOS-5 - Updates |
Some times yum looks for perl URI, but can't find it. Here is a workaround:
wget http://mirror.centos.org/centos/5/os/i386/CentOS/perl-URI-1.35-3.noarch.rpm rpm -Uvh perl-URI-1.35-3.noarch.rpm
Server: mirrors.kernel.org
Path: centos/5/os/i386
For CentOS 6:
Path: http://archive.kernel.org/centos-vault/6.6/os/x86_64/
If you want to do a text install, add text
to the boot options from the SYSLINUX menu.
yum update yum -y install screen yum-utils yum-protect-packages yum-protectbase
service --status-all | less
service <name> [start|stop|status|restart]
See /etc/sysconfig
ncurses interface
ntsysv
manually
chkconfig --add <service> chkconfig --del <service>
Add it in /etc/init.d, make it executable, then chkconfig service on
yum groupinstall 'Development Tools'
Edit /etc/environment
crontab -e
echo <message> | mailx -s <subject> <address>