Mirror

  • Published on
    刚从 Rust.cc 日报看到的。欢呼ing! ## Crate.io Mirror `~/.cargo/config`: ```toml [source.crates-io] replace-with = 'rsproxy' [source.rsproxy] registry = "https://rsproxy.cn/crates.io-index" ``` Rustup Mirror `~/.zshrc` or `~/.bashrc`: ```shell export RUSTUP_DIST_SERVER="https://rsproxy.cn" export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup" ...
  • Published on
    ------------------------------------------------------------------------------------- # 老灯常用镜像源 ## Linux 镜像源 - 清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ - 中国科学技术大学开源软件镜像 https://mirrors.ustc.edu.cn/ - 上海交通大学 Linux 用户组 镜像源服务 https://mirrors.sjtug.sjtu.edu.cn/ > tuna 和 ustc 的源比较全面, 而 sjtug 的源相对来说比较少,比如 RHEL 系常用的 `epel` 和 `rpmfusion` 都没有。 ...