-
关闭图形界面
# 命令模式 systemctl set-default multi-user.target # 图形模式 systemctl set-default graphical.target
-
配置yum源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo yum makecache
-
关闭防火墙
systemctl stop firewalld & systemctl disable firewalld
-
关闭swap
# 临时关闭 swapoff -a # 永久关闭 /etc/fstab,找到swap,注释重启 或 sed -i '/ swap / s/^/#/' /etc/fstab
-
关闭安全组
setenforce 0
- docker和docker-compose(略)
相关文章
- 04-05dask.distributed搭建分布式计算环境
- 04-05在具有Nginx和Gunicorn的生产环境中,使用unix套接字或tcp绑定它们是否更好?
- 04-05Flask_环境部署(十六)
- 04-05BUAA OS实验环境配置指南-2020年版
- 04-05python学习(一):环境安装及HelloWorld
- 04-05PIXhawk4飞控学习笔记(一)开发环境
- 04-05Windows 环境下 QGroundControl 4.0 地面站二次开发环境搭建
- 04-05咸鱼K210体验笔记—环境配置及固件安装
- 04-05M1 Dock智能硬件环境搭建(MaixPy安装及使用)
- 04-05工作流—activiti7环境搭建