美文网首页工作需要的技能
国内网络慢,推荐阿里云镜像站下载

国内网络慢,推荐阿里云镜像站下载

作者: 4ea0af17fd67 | 来源:发表于2020-02-06 20:33 被阅读0次

    镜像站

    https://developer.aliyun.com/mirror/

    域名解析DNS

    Linux 服务器上快速配置阿里巴巴 OPSX DNS 服务
    编辑文件 "/etc/resolv.conf",根据情况修改文件内容。

    互联网上的服务器
    只需要添加以下两行:

    nameserver 223.5.5.5
    nameserver 223.6.6.6
    

    网络授时NTP


    Linux 服务器上快速配置阿里巴巴 OPSX NTP服务
    编辑文件 "/etc/ntp.conf",根据情况修改文件内容为:

    互联网上的服务器:

    driftfile  /var/lib/ntp/drift
    pidfile   /var/run/ntpd.pid
    logfile /var/log/ntp.log
    restrict    default kod nomodify notrap nopeer noquery
    restrict -6 default kod nomodify notrap nopeer noquery
    restrict 127.0.0.1
    server 127.127.1.0
    fudge  127.127.1.0 stratum 10
    server ntp.aliyun.com iburst minpoll 4 maxpoll 10
    restrict ntp.aliyun.com nomodify notrap nopeer noquery
    

    下载操作系统镜像

    https://developer.aliyun.com/mirror/

    相关文章

      网友评论

        本文标题:国内网络慢,推荐阿里云镜像站下载

        本文链接:https://www.haomeiwen.com/subject/orouxhtx.html