Chinaunix首页 | 论坛 | 博客
  • 博客访问: 622739
  • 博文数量: 142
  • 博客积分: 116
  • 博客等级: 入伍新兵
  • 技术积分: 1445
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-28 08:37
文章分类

全部博文(142)

文章存档

2017年(7)

2016年(57)

2015年(48)

2014年(30)

我的朋友

分类: LINUX

2016-08-17 18:05:10

修改host名:
hostnamectl set-hostname myhost
(如果host名无法通过DNS解析的话,建议在/etc/hosts中设置。
因为一些服务器软件例如oracle,kafka都需要能解析本机域名。)

修改时区:
timedatectl set-timezone Asia/Shanghai

调整系统时间:
ntpdate 0.centos.pool.ntp.org

查看系统服务:
systemctl list-unit-files --type=service

禁止firewalld自动启动:
systemctl stop firewalld.service
systemctl disable firewalld.service

阅读(1525) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~