zoukankan      html  css  js  c++  java
  • ubuntu mirror

    # apt-mirror configuration file
    ## The default configuration options (uncomment and change to override)
    set base_path      /srv/data/apt-mirror/ubuntu
    set mirror_path    $base_path/mirror
    set skel_path      $base_path/skel
    set var_path       $base_path/var
    
    ## set defaultarch  <running host architecture>
    set nthreads     20
    set _tilde       0
    set defaultarch amd64
    
    ## mirror sources
    #ubuntu14.04
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
    
    #ubuntu15.10
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ wily main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ wily-security main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ wily-updates main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ wily-proposed main restricted universe multiverse
    deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ wily-backports main restricted universe multiverse
    
    ## Cleaner configuration example
    # set cleanscript $var_path/clean.sh
    # Cleaning section
    clean https://mirrors.tuna.tsinghua.edu.cn/ubuntu
    
  • 相关阅读:
    easypoi添加下拉预选值
    java启动项目字符编码和配置文件的字符编码问题
    leetcode
    leetcode
    leetcode
    leetcode
    事务的隔离级别- 极客时间()
    数据库的事务
    SQL中的视图(极客时间)
    SQL中的连接(极客时间)
  • 原文地址:https://www.cnblogs.com/DevOpsTechLab/p/10784371.html
Copyright © 2011-2022 走看看