网络正常的情况下,执行如下命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 安装好后,重启一下服务 bt restart ...
分类:
系统相关 时间:
2020-07-02 11:57:30
阅读次数:
118
在使用 yum 安装 nginx 后可能会出现配置完成后却无法访问的问题,查看 audit.log 会发现类似于以下的错误信息 出现此问题的原因是 SELinux 基于最小权限原则默认拦截了 Nginx 的请求,SELinux 是 Linux 的安全子系统,提供更安全的访问控制,许多运维人员嫌麻烦可 ...
分类:
系统相关 时间:
2020-07-02 00:22:50
阅读次数:
89
####ansible 使用剧本一键安装mysql 这里使用的没有联网安装 自己准备了安装包以及依赖关系(安装包都是放在了/sof,yum可以多个共存) `` [root@localhost ~]# createrepo //sof [root@localhost ~]# ls //sof [roo ...
分类:
数据库 时间:
2020-07-01 22:18:59
阅读次数:
105
是因为服务器系统为64位,但是交叉编译工具链是32位。 重装glibc yum install glibc.i686 遇到报错 There was a problem importing one of the Python modulesrequired to run yum. The error ...
分类:
系统相关 时间:
2020-07-01 20:42:43
阅读次数:
89
#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:
Web程序 时间:
2020-07-01 20:32:05
阅读次数:
238
docker: https://www.cnblogs.com/qjfoidnh/p/12685060.html 在Linux中使用selenium(环境部署) 1、安装chrome 用下面的命令安装Google Chrome yum install https://dl.google.com/li ...
分类:
系统相关 时间:
2020-07-01 20:23:28
阅读次数:
58
virtualenv -p /usr/local/bin/python2.7 2env Running virtualenv with interpreter /usr/local/bin/python2.7Traceback (most recent call last): File "/usr/ ...
分类:
编程语言 时间:
2020-07-01 19:57:57
阅读次数:
64
服务器环境要求CentOS6.964bit下载脚本文件并安装wgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/install_rtc_sip.shwgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/python_install.sh#yum-yinstalldos2unix#d
分类:
Web程序 时间:
2020-07-01 17:31:07
阅读次数:
77
crmsh又称crm,是用于配置和管理的Pacemaker命令行界面 官网:http://crmsh.github.io 配置yum源 在/etc/yum.repos.d目录下vim新建Stable.repo,写入以下内容: [network_ha-clustering_Stable] name=S ...
分类:
其他好文 时间:
2020-07-01 17:25:09
阅读次数:
102
查看你得python版本 如果你得python版本太低(2.7以下)不能使用Django (我是这样,所以要先查看你的python版本) (如果python的版本太低)如下升级方法: 一.配置yum源(用来下载python3) 1.先配置yum源: 下载yum仓库的配置文件 wget -O /etc ...
分类:
其他好文 时间:
2020-07-01 14:11:54
阅读次数:
55