| Page | Description | Tags |
|
Create your own local CentOS mirror.
See the following documentation:
* <http://www.centos.org/modules/tinycontent/index.php?id=22>
* <http://www.centos.o… |
CentOS |
|
Frequently used tasks:
rpm
Query what packages are installed:
rpm -qa | sort
Query when they were installed:
rpm -qa -last | tac
Query an RPM file w… |
CentOS |
|
chkconfig - updates and queries runlevel information for system services. See man chkconfig(8) for the details.
Check your current configuration:
chkconfig … |
CentOS |