CentOS/RHEL Minimize installation and install setup configuration tool

  

In RHEL/CentOS, it is very convenient to use the setup configuration tool to configure many key configuration items such as network, firewall, service, etc. It is very convenient to use, but after minimizing installation The tool is not installed by default. The command prompt is as follows:
1 2 [root@localhost ~]# setup -bash: setup:commandnot found

This requires us to install it manually, as follows:

#Installing the setup main tool
1 [root@localhost ~]#yum install setuptool


#Installing the system service management tool in the setup
1 [root@localhost ~]#yum install ntsysv


#Install firewall settings in firewall and setup
1 [root@localhost ~]#yum install iptables system-config-securitylevel-tui

​​< Br>

#Install the network settings in the setup
1 [root@localhost ~]#yum install system-config-network-tui

​​

#Install the keyboard and time zone settings in Setup (Note: There are a lot of associated packages, it is recommended not to install because of the time zone keyboard Using the command line configuration is also very simple, once the settings are generally not required to change):
1 [root@localhost ~]#yum install system-config-keyboard


Run setup again after completion Command, as shown:

Copyright © Windows knowledge All Rights Reserved