-
如何在 Centos7 中使用阿里云的yum源
服务器2019-04-22
Centos切换到国内yum源后更新会快很多,这里为大家介绍下如何切换到阿里云的yum源...
-
CentOS7 启用root用户
服务器2018-11-29
编辑 /etc/gdm/custom.conf 文件,具体如下所示: 在daemon选项中修改AutomaticLoginEnable=true,AutomaticLogin=root 如果daemon下为空则添加: AutomaticLoginEnable=true AutomaticLogin=root 如: [daemon] AutomaticLoginEnable=true AutomaticLogin=root .
-
CentOS7使用firewalld打开关闭防火墙与端口
服务器2017-10-24
CentOS7使用firewalld打开关闭防火墙与端口.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体...
-
CentOS7 常用命令集合
服务器2017-09-23
常用命令 文件与目录操作 命令 解析 cd /home 进入 ‘/home’ 目录 cd .. 返回上一级目录 cd ../.. 返回上两级目录