zoukankan      html  css  js  c++  java
  • ubuntu 20.04 source mirror(aliyun)

    x64

    deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
    

    arm64

    deb http://mirrors.aliyun.com/ubuntu-ports/ focal main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu-ports/ focal main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu-ports/ focal-security main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu-ports/ focal-security main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu-ports/ focal-updates main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu-ports/ focal-updates main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu-ports/ focal-proposed main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu-ports/ focal-proposed main restricted universe multiverse
    
    deb http://mirrors.aliyun.com/ubuntu-ports/ focal-backports main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu-ports/ focal-backports main restricted universe multiverse
    
  • 相关阅读:
    html设置360兼容/极速模式
    es查询备忘录
    TypeError: __init__() got an unexpected keyword argument 'strict'
    pandas处理csv
    scrapy中cookie处理
    滑动验证码破解(一)
    python 自定义属性访问 __setattr__, __getattr__,__getattribute__, __call__
    数据库的增删改、单表查询
    库的操作,表的操作,数据类型,完整性约束
    Mysql常用命令(二)
  • 原文地址:https://www.cnblogs.com/myesn/p/15076010.html
Copyright © 2011-2022 走看看