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 #重启

验证

相关推荐
HPC_fac130520678169 分钟前
以科学计算为切入点:剖析英伟达服务器过热难题
服务器·人工智能·深度学习·机器学习·计算机视觉·数据挖掘·gpu算力
yaoxin5211231 小时前
第二十七章 TCP 客户端 服务器通信 - 连接管理
服务器·网络·tcp/ip
内核程序员kevin1 小时前
TCP Listen 队列详解与优化指南
linux·网络·tcp/ip
sinat_384241095 小时前
使用 npm 安装 Electron 作为开发依赖
服务器
朝九晚五ฺ6 小时前
【Linux探索学习】第十四弹——进程优先级:深入理解操作系统中的进程优先级
linux·运维·学习
自由的dream6 小时前
Linux的桌面
linux
xiaozhiwise6 小时前
Makefile 之 自动化变量
linux
Kkooe7 小时前
GitLab|数据迁移
运维·服务器·git
久醉不在酒7 小时前
MySQL数据库运维及集群搭建
运维·数据库·mysql