码迷,mamicode.com
首页 >  
搜索关键字:SELinux Sandbox    ( 3327个结果
centos7源码安装Nginx
1、安装前准备工作下载Nginx源码包,官网下载会有很多版本,注意版本号,偶数为稳定版,奇数为开发实验版下载地址:http://nginx.org/en/download.html2、安装编译环境、创建安装目录和用户yum-yinstallgccgcc-c++pcre-develzlib-develmkdir/usr/local/nginx1.18useradd-Mnginx-s/sbin/nol
分类:其他好文   时间:2020-12-16 12:25:44    阅读次数:4
tomcat
tomcat介绍 tomcat部署 版本tomcat9.0 关闭防火墙,SElinux java环境安装 jdk环境:openjdk、官方jdk [root@vm5 ~]# yum -y install java-11-openjdk java-11-openjdk-devel [root@vm5 ...
分类:其他好文   时间:2020-12-03 11:58:12    阅读次数:5
gitlab
gitlab介绍 gitlab部署 centos8 关闭防火墙、SElinux gitlab建议在纯净的服务器上部署(因为部署时会安装很多软件,可能影响原服务器上安装的软件) 安装yum源 [root@vm5 yum.repos.d]# yum -y install epel-release ... ...
分类:其他好文   时间:2020-12-01 11:57:47    阅读次数:3
cobbler
cobbler介绍 cobbler服务端部署 环境描述 关闭防火墙/SElinux 主机 ip地址 服务 角色 vm2(centos7) 192.168.225.128 cobbler,httpd,tftp 服务端 下载软件 配置yum源 [root@vm2 yum.repos.d]# curl - ...
分类:其他好文   时间:2020-12-01 11:57:15    阅读次数:4
ELK集群搭建(2)
ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:其他好文   时间:2020-12-01 11:46:16    阅读次数:2
Linux 平台 KingBase ES V8 单实例 安装手册 详细截图版
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:系统相关   时间:2020-12-01 11:45:15    阅读次数:10
构建 Samba 文件共享服务器
环境: 根据公司的信息化建设要求,需要在局域网内部搭建一台文件服务器,以便于对文件的集中管理和备份。考虑到服务器的运行效率及稳定性、安全性问题,选择在 CentOS 7 操作系统中构建 Samba 服务器,以提供文件资源共享服务。 需求概述: 1,在 /var/share/ 目录中建立三个子目录 p ...
分类:其他好文   时间:2020-11-26 15:16:00    阅读次数:40
ansible自动化安装及部署httpd
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:Web程序   时间:2020-11-26 14:48:24    阅读次数:9
ansible自动化安装及部署httpd
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:Web程序   时间:2020-11-26 14:48:12    阅读次数:11
centos 7.6 忘记root密码
按e进入编辑页面 在LANG=en_US.UTF-8 后面添加 rw single init=/bin/bash ctrl+x 组合键重启,通过passwd重置root密码 如果开启了SELinux,执行命令touch /.autorelabel命令 输入exec /sbin/init命令重启系统 ...
分类:其他好文   时间:2020-11-25 12:22:45    阅读次数:5
3327条   上一页 1 2 3 4 5 6 ... 333 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!