zoukankan      html  css  js  c++  java
  • Debian /etc/apt/sources.list

    # Debian 源列表说明
    #
    # 本文以 wheezy 版本为例,使用时注意适当修改。
    # 同一仓库的官方主站和各镜像站点只可取其一,不可叠加。

    # ------------------------------------------------------------------------------
    # 主源
    # 必须,一般的包都从此获取。

    # 官方主站
    #deb http://ftp.debian.org/debian wheezy main contrib non-free
    #deb-src http://ftp.debian.org/debian wheezy main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian wheezy main contrib non-free
    deb-src http://mirrors.163.com/debian wheezy main contrib non-free

    # ------------------------------------------------------------------------------
    # 计划更新
    # 通常不必,发布小版本之前的测试库。该库包括所有的安全更新,有此则无需再设置安全
    # 更新源。

    # 官方主站
    #deb http://ftp.debian.org/debian wheezy-proposed-updates main contrib non-free
    #deb-src http://ftp.debian.org/debian wheezy-proposed-updates main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
    deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free


    # ------------------------------------------------------------------------------
    # 安全更新
    # 建议,若使用了计划更新源则无需此源。

    # 官方主站
    #deb http://security.debian.org/debian-security wheezy/updates main contrib non-free
    #deb-src http://security.debian.org/debian-security wheezy/updates main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
    deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free

  • 相关阅读:
    access数据库
    备份
    本机测试三级域名
    xp共享
    An error occurred on the server when processing the URL解决方法
    GridView导出Excel研究
    SQL触发器实例讲解1
    谈不上喜悦,算得上疲劳作战
    架构讨论
    梦——软件问题最终用硬件方式解决——跳出思维怪圈(原创)
  • 原文地址:https://www.cnblogs.com/babe/p/3783509.html
Copyright © 2011-2022 走看看