
学习
苟比麻花腾
中国上海市海淀区
展开
-
5分钟内完成zabbix5.0安装工作
最小化安装一台dnf -y install vimsystemctl stop firewalld.servicesystemctl disable firewalld.servicesetenforce 0vim /etc/selinux/config #SELINUX=disabledrpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpmdnf clean a原创 2020-09-07 21:02:54 · 324 阅读 · 0 评论 -
安装DOCKER
https://developer.aliyun.com/mirror/原创 2020-08-21 19:39:42 · 106 阅读 · 0 评论 -
傻瓜版nginx安装步骤
验证nginx是否正常运行[root@localhost 2-7]# netstart -tnlp | grep : 80[root@localhost 2-7]# curl localhost/index.htmlcurl: (7) Failed connect to localhost:80; 拒绝连接1、下载网址:http://nginx.org/en/download.html2、安装安装nginx依赖的包(1)gcc安装nginx需要先将官网下载的源码进行编.原创 2020-07-23 23:06:42 · 237 阅读 · 0 评论