Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | centos [2025/07/21 08:28] (current) – steve | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== CentOS ====== | ||
| + | * [[CentOS Apache]] | ||
| + | * [[CentOS Bare Stack]] | ||
| + | * [[CentOS Deployment]] | ||
| + | * [[CentOS Networking]] | ||
| + | * [[CentOS Kickstart]] | ||
| + | * [[CentOS HortonWorks]] | ||
| + | * [[CentOS PHP]] | ||
| + | * [[CentOS Salt]] | ||
| + | * [[CentOS Xen]] | ||
| + | * [[Horton Works]] | ||
| + | * [[Linux ISOs]] | ||
| + | |||
| + | === Software === | ||
| + | |||
| + | * [[chkconfig]] | ||
| + | * [[rpm]] | ||
| + | * [[yum]] | ||
| + | |||
| + | == What repositories are used by default? == | ||
| + | |||
| + | ^ repo id ^ repo name ^ | ||
| + | | base | CentOS-5 - Base | | ||
| + | | extras | CentOS-5 - Extras | | ||
| + | | updates | CentOS-5 - Updates | | ||
| + | |||
| + | == How to edit repositories == | ||
| + | |||
| + | == Notes == | ||
| + | |||
| + | Some times yum looks for perl URI, but can't find it. Here is a workaround: | ||
| + | |||
| + | < | ||
| + | wget http:// | ||
| + | rpm -Uvh perl-URI-1.35-3.noarch.rpm | ||
| + | </ | ||
| + | |||
| + | ==== Network Install ==== | ||
| + | |||
| + | Server: mirrors.kernel.org | ||
| + | |||
| + | Path: | ||
| + | |||
| + | For CentOS 6: | ||
| + | |||
| + | Path: http:// | ||
| + | |||
| + | If you want to do a text install, add '' | ||
| + | |||
| + | ==== Basics ==== | ||
| + | |||
| + | < | ||
| + | yum update | ||
| + | yum -y install screen yum-utils yum-protect-packages yum-protectbase | ||
| + | </ | ||
| + | |||
| + | ==== Services ==== | ||
| + | |||
| + | == See running services == | ||
| + | |||
| + | < | ||
| + | |||
| + | == Manage a service == | ||
| + | |||
| + | < | ||
| + | |||
| + | == Manage service configurations == | ||
| + | |||
| + | See ''/ | ||
| + | |||
| + | == Add, remove a service from startup == | ||
| + | |||
| + | ncurses interface | ||
| + | |||
| + | < | ||
| + | |||
| + | manually | ||
| + | |||
| + | < | ||
| + | chkconfig --add < | ||
| + | chkconfig --del < | ||
| + | </ | ||
| + | |||
| + | == Create my own service to run at startup == | ||
| + | |||
| + | Add it in / | ||
| + | |||
| + | ==== System ==== | ||
| + | |||
| + | == Install development tools == | ||
| + | |||
| + | < | ||
| + | yum groupinstall ' | ||
| + | </ | ||
| + | |||
| + | == Edit environment variables == | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | == Edit cron jobs == | ||
| + | |||
| + | < | ||
| + | |||
| + | == Send outgoing email == | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Helpful Links ==== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||