Difference between revisions of "ESXi, CentOS, Ubuntu, Docker"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 6: | Line 6: | ||
  chkconfig --del httpd  |   chkconfig --del httpd  | ||
| − |    yum -y install openssh-  | + |    yum -y install which openssh-clients nano rsync unzip net-tools NetworkManager-tui \  | 
| + | sysstat openssh-clients perl-core libaio nmap-ncat libstdc++.so.6 wget tar    | ||
| + | |||
| + |   dnf --enablerepo=epel -y install sshpass  | ||
Revision as of 15:52, 11 March 2021
Useful Commands
chkconfig --add httpd chkconfig httpd on
chkconfig httpd off chkconfig --del httpd
yum -y install which openssh-clients nano rsync unzip net-tools NetworkManager-tui \
sysstat openssh-clients perl-core libaio nmap-ncat libstdc++.so.6 wget tar
dnf --enablerepo=epel -y install sshpass