码迷,mamicode.com
首页 >  
搜索关键字:selinux 和iptables关闭    ( 2925个结果
如何分析SELINUX 问题并正确添加 sepolicy
第一步 确定问题是否与 SELINUX 相关,comand : adb shell setenforce 0(这一步需要 root) 关闭手机的 SELINUX 机制,如果问题还能复现,那么此问题就与 SELINUX 不相关,或者相关 但是还与别的机制相关,比如还与 Linux 自主访问控制(DAC ...
分类:系统相关   时间:2018-07-13 01:13:33    阅读次数:583
26期20180712 firewalld netfilter
 7月12日任务10.11 Linux网络相关10.12 firewalld和netfilter10.13 netfilter5表5链介绍10.14 iptables语法扩展(selinux了解即可)1. selinux教程  http://os.51cto.com/art/201209/355490.htm 
分类:Web程序   时间:2018-07-12 22:47:29    阅读次数:242
26期20180712 firewalld netfilter
 7月12日任务10.11 Linux网络相关10.12 firewalld和netfilter10.13 netfilter5表5链介绍10.14 iptables语法扩展(selinux了解即可)1. selinux教程  http://os.51cto.com/art/201209/355490.htm 
分类:Web程序   时间:2018-07-12 22:44:48    阅读次数:213
26期20180712 firewalld netfilter
 7月12日任务10.11 Linux网络相关10.12 firewalld和netfilter10.13 netfilter5表5链介绍10.14 iptables语法扩展(selinux了解即可)1. selinux教程  http://os.51cto.com/art/201209/355490.htm 
分类:Web程序   时间:2018-07-12 22:38:09    阅读次数:195
Keepalived实现双主模型的ipvs高可用集群
HA Cluster的配置前提: (1) 各节点时间必须同步; ntp, chrony (2) 确保iptables及selinux不会成为阻碍; (3) 各节点之间可通过主机名互相通信(对KA并非必须); 建议使用/etc/hosts文件实现; (4) 确保各节点的用于集群服务的接口支持MULTI ...
分类:其他好文   时间:2018-07-12 20:08:22    阅读次数:182
Cobbler安装
不知道写点什么,就这个吧~~~
分类:其他好文   时间:2018-07-10 19:16:07    阅读次数:139
配置iSCSI
搭建iscsi
分类:其他好文   时间:2018-07-10 17:48:23    阅读次数:161
Linux基础入门之单用户密码修改03
1.启动系统,并在选择第二个选项,按下e键进入编辑模式2.在Linux16/vmlinuz的行末编辑添加init=/sysroot/bin/sh3.按Ctrl+x启动shell4.挂载文件系统为可写模式:mount+oremount,rw/sysroot5.换根chroot/sysroot6.运行passwdroot,并按提示修改密码7.如果之前系统启用了selinux,必须运行以下命令,否则将无
分类:系统相关   时间:2018-07-09 00:34:16    阅读次数:227
配置yum源
1.首先关闭防火墙:systemctl stop firewalld systemctl disable firewalld SElinux关闭:vim /etc/selinux/config SElinux=enforcing--改为--disabled ip配置 需要为你的虚拟机配置好IP se ...
分类:其他好文   时间:2018-07-08 14:45:15    阅读次数:139
配置yum源并安装dhcp脚本
执行前提是: 关闭防火墙和selinux 配置好本机IP 配置本地原iso镜像文件 vim /etc/fstab写入: /dev/cdrom /mnt/cdrom iso9660 defaults loop 0 0 以下是脚本内容:#!/bin/shecho " 1. install dhcp 2. ...
分类:其他好文   时间:2018-07-08 14:44:37    阅读次数:254
2925条   上一页 1 ... 93 94 95 96 97 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!