Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 396 Bytes

File metadata and controls

25 lines (20 loc) · 396 Bytes

HotLinux

个人常用的Linux操作

1.关闭Centos7防火墙

systemctl stop firewalld #暂时关闭  
systemctl disable firewalld #禁止开机启动  

2.关闭Selinux

vi /etc/sysconfig/selinux  
改#SELINUX=enforcing  
为SELINUX=disabled  
执行:setenforce 0  
查看:getenforce  

3.安装mongo

https://github.com/BoolWang/PythonMongo