部署
文章平均质量分 55
IPFSCZ_Yang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7搭建cobbler服务
一、关闭防火墙和selinux [root@localhost ~]# systemctl stop firewalld [root@localhost ~]# systemctl disable firewalld [root@localhost ~]# vi /etc/selinux/config [root@localhost ~]# getenforce Disabled 二、导入epel源 使用第 7 代企业版 Linux,可以通过这个链接获取 'epel-rel原创 2021-03-29 15:11:52 · 2549 阅读 · 1 评论 -
centOS7部署安装zabbix5.0
官网地址>> https://www.zabbix.com/download 可参考版本及安装步骤 1、搭建LAMP环境 [root@test ~]# yum install -y httpd mariadb-server mariadb php php-mysql php-gd libjpeg* php-ldap php-odbc php-pear php-xml php-xmlrpc php-mhash 2、查看软件版本 [root@test ~]# rpm -qa httpd原创 2021-03-19 16:35:08 · 765 阅读 · 0 评论 -
安装开源jumpserver全过程
环境 系统: centOS7以上版本 IP: 192.168.244.144 关闭 selinux 和防火墙和安装依赖包 准备 Python3 和 Python 虚拟环境 [root@jumpserver ~]# cat /etc/centos-release //查询版本 CentOS Linux release 7.9.2009 (Core) [root@jumpserver ~]# setenforce 0 //临时关闭selinux setenforce: SELinux i...原创 2021-03-18 13:03:14 · 1300 阅读 · 3 评论
分享