一、更改ssh端口 1、更改sshd配置文件 echo Port 4000 >>/etc/ssh/sshd_config 2、关闭selinux setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config 3、配置防…
下载方式:centos 的官网下载地址 http://isoredirect.centos.org/centos/8/isos/x86_64/ 如果觉得速度慢,也可也去阿里云镜像里下载 http://mirrors.aliyun.com/centos/7.7.1908/isos/x86_64/ 镜像名称 说明 CentOS-7-x86_64-DVD…
这次找到两个方法,不过第一个方法是2010年,10年前的。。暂未知道还能不能用。 方法一: 来自http://blog.chinaunix.net/uid-23298526-id-2432295.html 制作能自动安装的CentOS镜像文件,步骤如下: #mkdir -pv iso/CentOS 先建立CentOS目录 #touch packag…