码迷,mamicode.com
首页 >  
搜索关键字:selinux。    ( 2925个结果
centos6.5下postgres-XC集群安装与配置(两台)
一、系统环境系统平台:centos6.5postgres-XC版本:pgxc-v1.2.1.tar.gz防火墙关闭selinux设置SELINUX=disabled主机名IP地址角色端口nodename数据目录postgresql01172.16.0.134GTM6666gtm/gtmCoordinator1921coord1/coordinator/cd1Coordinator1925coord2/coordinator/cd2postgres..
分类:其他好文   时间:2015-07-29 06:35:18    阅读次数:126
oracle traffic director安装
网络拓扑otdadmin192.168.3.101node1192.168.3.201node2192.168.3.202virtualip192.168.3.200系统版本;olinux6.4关闭防火墙chkconfigiptablesoff serviceiptablesstop关闭selinux vim/etc/selinux/config selinux=disabledinit6配置dnsvim/etc/hosts192.168.3.101otdadmin192.1..
分类:数据库   时间:2015-07-28 14:53:57    阅读次数:496
3.2.用户空间客体管理器
SELinux体系结构的一个非常强大的特征就是,它不仅能应用到用户空间资源也能应用到内核资源。的确,他来源于对微内核的研究,在微内核中,大多数资源都是被用户空间服务器管理的。在Linux中能够对资源进行强制访问控制的用户空间服务器的例子有X服务和数据库服务。这些服务器都提供强制安全所能提供的抽象资源。这一节提到了两种SELinux体系结构支持的用户空间服务器。3.2.1 内核对用户空间客体管理器的支...
分类:其他好文   时间:2015-07-28 10:52:19    阅读次数:134
LAMP编译安装
运行ntsysv,开启以下服务:atdcrondirqbalancemicrocode_ctlnetworksendmailsshdsyslog关闭SElinux修改/etc/selinux/config文件中的SELINUX=为disabled更换163,sohu下载源mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.oldcd/etc/yum.repos.d/wgetw..
分类:其他好文   时间:2015-07-27 16:46:49    阅读次数:165
centos6.5安装pxe
Kickstart-Serverip:192.168.137.188 关闭selinux setenforce0 关闭防火墙 serviceiptablesstop 安装dhcp 1.配置dhcp服务器 yuminstalldhcp 修改dhcpd.conf文件 vim/etc/dhcp/dhcpd.conf ddns-update-styleinterim; ignoreclient-updates; allowbooting; allowbootp; subnet19..
分类:其他好文   时间:2015-07-27 16:42:30    阅读次数:154
centos6.5 x86_64下yum安装lnmp+phpmyadmin(2)
平台:centos6.5 x86_64最小化安装 上篇是安装的php、mysql版本有点老,安装个版本新一点的,尝尝鲜。^_^ 1,关闭SElinux vi /etc/selinux/config 将SELINUX=enforcing改为SELINUX=disabled reboot 2,添加yum源 vi...
分类:Web程序   时间:2015-07-27 00:42:27    阅读次数:206
2.0-密钥验证
1.首先用puttygen生成公钥和私钥,保存私钥在本地,并加上密码。2.然后在/root创建目录.ssh并在.ssh下创建文件authorized_keys文件3.修改目录权限700文件权限6004.关闭防火墙setenforce0(临时关闭)永久关闭在/etc/selinux/config修改SELINUX=disabled清空iptables-F(临时清空..
分类:其他好文   时间:2015-07-27 00:32:33    阅读次数:127
centos6.5 x86_64下yum安装lnmp+phpmyadmin
平台:centos6.5 x86_64 1,关闭SElinux vi /etc/selinux/config 将SELINUX=enforcing改为SELINUX=disabled reboot 2,添加yum源 rpm -Uvh http://mirrors.yun-idc.com/epel/6/x86_64/epel-release-6-8.noarch.rpm ...
分类:Web程序   时间:2015-07-25 23:08:13    阅读次数:383
keepalived高可用反向代理的nginx
实验系统: (1)CentOS 6.6_x86_64; (2)共有三台主机,本实验以ip地址来命名主机,即131主机、132主机、133主机。实验前提:防火墙和selinux都关闭,主机之间时间同步实验软件:nginx-x86_64-1.6.2 keepalived-x86_64-1.2.13...
分类:其他好文   时间:2015-07-25 13:41:06    阅读次数:111
Linux Kernel系列 - 黄牛X内核代码凝视
Hanks.Wang - 专注于操作系统与移动安全研究。Linux-Kernel/SELinux/SEAndroid/TrustZone/Encription/MDM Mail -byhankswang@gmail.com牛X的内核代码凝视大牛的代码质量高稳定性好,并且逻辑清晰易读性比較强,今天看....
分类:系统相关   时间:2015-07-24 22:21:19    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!