服务器安装centos7

  • Post author:
  • Post category:其他


1.	开机F12   U盘启动
2.	Install CentOS 7
Test this media & install CentOS 7
Troubleshooting -->
选择第一个,按下e进入编辑模式
setparams 'Install CentOS 7'
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet
        initrdefi /images/pxeboot/initrd.img

3.	黄色部分:x20x86_64改为x20x8
4.	 Ctrl+x
5.	语言选择中文,时区选择上海 
6.	分区选择自定义分区,选择标准分区
7.	swap,8G一般为内存的2倍
8.	/boot,本机设置为1G
9.	/boot/efi,本机设置为400M。
10.	/ ,空
11.	设置网络连接和主机名
12.	开始安装
13.	设置root密码
14.	root登录
15.	vim /etc/ssh/sshd_config
16.	打开以下几项配置:
17.	# 端口
18.	Port 22
19.	# 监听地址
20.	ListenAddress 0.0.0.0
21.	ListenAddress ::
22.	# 允许Root登录
23.	PermitRootLogin yes
24.	# 开启用户密码验证
25.	PasswordAuthentication yes
26.	3 重启sshd服务 systemctl restart sshd 



版权声明:本文为zhidongxv原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。