RHCE作业1

过程

[root@peach ~]# mount /dev/sr0 /mnt #挂载

[root@peach ~]# dnf install nginx -y #安装

[root@peach nginx]# systemctl stop firewalld #关闭防火墙

[root@peach nginx]# systemctl restart nginx #重启

[root@peach nginx]# setenforce 0 #关闭selinux

[root@peach nginx]# nmtui #写多IP

[root@peach nginx]# nmcli connection up ens160 #重启nmtui

[root@peach nginx]#vim /etc/nginx/conf.d/test_ip.conf #编辑

[root@peach nginx]# mkdir /test/{100,128,200} -pv #创建文件

[root@peach nginx]# echo this is 128 > /test/128/index.html

[root@peach nginx]# echo this is 100 > /test/100/index.html

[root@peach nginx]# echo this is 200 > /test/200/index.html #根据配置在主机创建数据文件

[root@peach nginx]# systemctl restart nginx #重启

验证

相关推荐
菜鸟xy..3 分钟前
windows server 2008 建立ftp服务器
运维·服务器
dzq19815 分钟前
Hexo提交部署命令与Git Bash Here控制终端中按下Ctrl+C无法中断hexo s的解决办法
运维·git·hexo·部署博客·hexo s·ctrl+c·源码推送
团儿.26 分钟前
KVM磁盘配置:构建高效虚拟环境的基石
linux·运维·centos·kvm·kvm磁盘
zhqh1001 小时前
在qemu-system上跑arm-Debian
linux·arm开发·debian
昨天今天明天好多天1 小时前
【Linux】Redis 部署
linux·redis·bootstrap
hanzhuhuaa1 小时前
Linux 查看 nginx 安装目录和配置文件路径
linux·nginx
CloudJourney2 小时前
初始Docker
运维·docker·容器
惊鸿一博2 小时前
linux_电脑一运行程序就死机怎么处理?
linux·运维·电脑
环能jvav大师2 小时前
使用Ubuntu系统+VS Code开发STC51单片机
linux·c语言·开发语言·单片机·嵌入式硬件·ubuntu
SG.xf2 小时前
Ansible
运维·ansible