搜索内容

包含标签:cat 的文章
  • 配置时间服务器ntp
    Linux命令

    配置时间服务器ntp

    
    yum -y install ntp
    systemctl status ntpd.service    #查看服务状态
    systemctl enable ntpd.service   #开机自启动
    systemctl start ntpd.service
    WangGaoli 2017年6月11日
  • ping unknown host 解决办法
    Linux命令

    ping unknown host 解决办法

    如果ping命令返回如下错误,那主要的可能性就是系统的DNS设置有误。

    # ping www.sina.com.cn
    ping: unknown host www.sina.com.cn
    WangGaoli 2017年5月8日