When Centos6.5 is installed, whether it is used as a learning server or as a server in a production scenario, we generally only need to install the following suggested package groups, the fewer services to install, the more secure the system is. You can install it later as needed.
When installing Centos 6.5, whether it is used as a learning server or as a server in a production scenario, we generally only need to install the following suggested package groups, the fewer services to install, the more secure the system is. You can install it later as needed.
When this interface appears, let's select the installation mode. Here we select "mizmizenow", that is, the custom installation of the selected package group. after this option is selected, all the operations above are invalid.
Click "Next"
The custom package group selection interface is displayed. here we will select the custom package group based on the following suggestions:
Summary:
We recommend that you install these packages when installing the system. This makes it much easier to install the system, but sometimes you forget to install some of the components, in this case, we can install the yum command after installing the system:
Yum groupinstall "package group name ":
yum groupinstall “Base”yum groupinstall“Compatibility libraries”yum groupinstall “DebugingTools”yum groupinstall “Dial-upNetworking Support”yum groupinstall “Hardwaremonitoring utilities”yum groupinstall “PerformanceTools”yum groupinstall “Developmenttools” |
In the root mode, you can directly install a required package group using the preceding commands in the linux command line.