systemctlstopfirewalld\\关闭selinux防火墙setenforce0\\关闭selinux模式yuminstall-ysamba\\安装Samba服务vi/etc/samba/smb.conf#把里面内容全部删除添加以下内容[global]#全局配置,对所有人都有影响workgroup=SAMBA#定义工作组security=user#定义安全验证的方式#安全认证有以下方
分类:
其他好文 时间:
2019-04-04 00:01:13
阅读次数:
261
在Linux下搭建共享的步骤:1.首先确认搭建smb(共享)服务器的IP地址、关闭防火墙、关闭selinux;联网情况下就不需要搭建yum仓库,也不需要挂载系统盘2.搭建yum仓库如果yum仓库第一次配置错误,使用yumcleanall命令清空yum缓存3.挂载系统盘,安装Samba(共享)服务这是一些比较常用的选项,就不一一列举了接下在samba服务器上创建用户、目录接下来创建samba账号(前
分类:
系统相关 时间:
2019-04-03 16:25:26
阅读次数:
230
安装前准备: iptables -L iptables -F systemctl stop firewalld systemctl disable firewalld vim /etc/selinux/config setsebool -P ftpd_disable_trans 1 安装步骤: yu ...
分类:
其他好文 时间:
2019-04-03 10:54:01
阅读次数:
177
Redhat 7.0 x86.64yum仓库网络yum源ping baidu.com #确保网络正常yum update #升级系统yum install openssh #用于ssh远程(非必须)vim /etc/selinux/config selinux=disabled #selinux设置 ...
分类:
系统相关 时间:
2019-04-03 09:38:33
阅读次数:
214
本文收录在Linux运维企业架构实战系列 环境准备 系统:CentOS 7 IP:192.168.10.101 关闭selinux 和防火墙 一、准备 Python3 和 Python 虚拟环境 1、安装依赖包 [root@centos7-1 opt]# yum -y install wget sq ...
分类:
其他好文 时间:
2019-04-01 15:30:05
阅读次数:
167
文章目录环境准备配置本地域名解析关闭selinux安装ntp服务安装管理端安装Mysql数据库安装服务端RPM:初始化CloudStack数据库:初始化cloudstack管理服务器安装系统虚拟机安装Agent端创建Zone(资源域)本文以4.11.1.0版本为例,使用的hypervisor类型为K ...
分类:
其他好文 时间:
2019-04-01 01:13:02
阅读次数:
331
当我们执行cobbler check时,出现这种错误:httpd does not appear to be running and proxying cobbler, or SELinux is in the way. 具体情况: ttpd does not appear to be runnin ...
分类:
移动开发 时间:
2019-03-29 20:48:57
阅读次数:
217
IP要能ping通 关闭防火墙 [root@localhost tdd] systemctl stop firewalld [root@localhost tdd] systemctl disable firewalld [root@localhost tdd] vim /etc/selinux/c ...
分类:
系统相关 时间:
2019-03-28 21:46:52
阅读次数:
517
1、CentOS下重置root密码 2、关闭防火墙 service iptables stop chkconfig iptables 3、修改主机名 4、强制关闭selinux安全子系统 5、安装依赖包(执行此项时可重开会话执行其他配置) yum -y install gcc gcc-c++ mak ...
分类:
数据库 时间:
2019-03-28 20:36:38
阅读次数:
234
一,关闭selinux和iptables[root@linux-node2~]#systemctlstopfirewalld.service[root@linux-node2~]#setenforce0setenforce:SELinuxisdisabled二,安装Zabbixrpm包仓库[root@linux-node2~]#rpm-vhihttp://repo.zabbix.com/zabbi
分类:
其他好文 时间:
2019-03-27 15:37:46
阅读次数:
181