摘要: # 关闭iptables iptables -F # 清空防火墙规则 systemctl stop firewalld # 关闭防火墙服务 systemctl disable firewalld # 禁止防火墙开机自启 # 关闭selinux 1.打开文件vim /etc/selinux/config 2.临时修改selinux,临时关闭 getenforce ... 阅读全文
posted @ 2019-07-06 22:10 xuqidong 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 237 mkdir -p /temp/oldboy/python/{egon,lqz,xqd} 238 cd / 239 tree temp 240 find / -type f -name ifc* 241 find /etc/ -type f -name ifc* 242 ifconfig 243 cat /etc/tmp 244 cat /et... 阅读全文
posted @ 2019-07-06 19:07 xuqidong 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1.解决python编译安装所需的软件依赖 2.下载python3源码包 3.进入python3源码文件夹 4.进行编译安装 5.进入python36源码目录,检查bin目录 6.配置python3的环境变量 7.安装django,运行django 阅读全文
posted @ 2019-07-06 00:21 xuqidong 阅读(190) 评论(0) 推荐(0) 编辑