Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
tutorial:adm:server_preparation_tmp [2020/03/10 09:55]
urbanl created
tutorial:adm:server_preparation_tmp [2020/03/10 10:00]
urbanl [Instalation and software configuration]
Line 47: Line 47:
 When installing to centos8, check and install these packages: When installing to centos8, check and install these packages:
 <code> <code>
 +# check installed packages. It's recommanded to have them installed.
 yum list installed  net-tools nano wget  vim-enhanced bzip2 bash-completion lsof zip unzip psmisc policycoreutils-python-utils yum list installed  net-tools nano wget  vim-enhanced bzip2 bash-completion lsof zip unzip psmisc policycoreutils-python-utils
 +# other recommended packages installation
 yum install -y mc haveged nmap screen sysstat telnet OpenSMTPD yum install -y mc haveged nmap screen sysstat telnet OpenSMTPD
 </code> </code>