Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/CPAN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CPAN

## 地址

<https://mirrors.ustc.edu.cn/CPAN/>

## 使用说明

若你以前从未使用过 CPAN,请在命令行下运行 cpan
Expand Down
4 changes: 4 additions & 0 deletions docs/CRAN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CRAN

## 地址

<https://mirrors.ustc.edu.cn/CRAN/>

## 使用说明

在第一次执行 `install.packages("xxx")` 时会弹出窗口让你选择镜像,此时选择 China (Hefei) 即可。
Expand Down
33 changes: 33 additions & 0 deletions docs/adoptium.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Adoptium

## 地址

<https://mirrors.ustc.edu.cn/adoptium/>

## Windows/macOS 用户

Check failure on line 7 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Headings should be surrounded by blank lines

docs/adoptium.md:7 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Windows/macOS 用户"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md022.md
通过以下链接打开下载页面,选择所需的版本,下载独立安装包。

https://unicom.mirrors.ustc.edu.cn/adoptium/releases/

Check failure on line 10 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Bare URL used

docs/adoptium.md:10:1 MD034/no-bare-urls Bare URL used [Context: "https://unicom.mirrors.ustc.ed..."] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md034.md

## Debian/Ubuntu 用户

首先请安装依赖:
```shell

Check failure on line 15 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

docs/adoptium.md:15 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
sudo apt-get update && sudo apt-get install -y wget apt-transport-https
```

然后信任 GPG 公钥:
```shell

Check failure on line 20 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

docs/adoptium.md:20 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo tee /etc/apt/keyrings/adoptium.asc
```

随后执行以下命令来添加 apt 存储库:
```shell

Check failure on line 25 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

docs/adoptium.md:25 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://mirrors.ustc.edu.cn/adoptium/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
```

Check failure on line 27 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

docs/adoptium.md:27 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
再执行
```shell

Check failure on line 29 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Fenced code blocks should be surrounded by blank lines

docs/adoptium.md:29 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
sudo apt-get update
```

之后可以使用 `apt-get install temurin-<version>-jdk` 安装软件包,例如 `temurin-17-jdk` 和 `temurin-8-jdk`。

Check failure on line 33 in docs/adoptium.md

View workflow job for this annotation

GitHub Actions / build

Files should end with a single newline character

docs/adoptium.md:33:91 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md047.md
4 changes: 2 additions & 2 deletions docs/aosp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ chmod a+x ~/bin/repo

## 初始同步

第一次同步数据量特别大,如果网络不稳定,中间失败就要从头再来了。所以我们提供了打包的 AOSP 镜像,为一个 tar 包,截至 20243 月约 80G(注意磁盘格式需要能够支持大文件)。这样就可以通过 HTTP(S) 的方式下载,支持断点续传。该 tar 包为定时从 [TUNA](https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly/) 下载。
第一次同步数据量特别大,如果网络不稳定,中间失败就要从头再来了。所以我们提供了打包的 AOSP 镜像,为一个 tar 包,截至 20258 月约 90G(注意磁盘格式需要能够支持大文件)。这样就可以通过 HTTP(S) 的方式下载,支持断点续传。该 tar 包为定时从 [TUNA](https://mirrors.tuna.tsinghua.edu.cn/aosp-monthly/) 下载。

下载地址:<https://mirrors.ustc.edu.cn/aosp-monthly/>。**请注意对比 checksum。**
下载地址:<https://mirrors.ustc.edu.cn/aosp-monthly/aosp-latest.tar>,**请注意对比 [checksum](https://mirrors.ustc.edu.cn/aosp-monthly/aosp-latest.tar.md5)。**

解压、修改配置并同步:

Expand Down
4 changes: 2 additions & 2 deletions docs/github-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

## 相关链接

AdoptOpenJDK 官网
Adoptium 官网

: <https://adoptopenjdk.net/>
: <https://adoptium.net/>

Rufus 官网

Expand Down
4 changes: 3 additions & 1 deletion docs/linux.git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Linux 内核源码

其 Git 仓库的链接为 `https://mirrors.ustc.edu.cn/linux.git`。
## 地址

<https://mirrors.ustc.edu.cn/linux.git>

## 断点续传

Expand Down
2 changes: 1 addition & 1 deletion docs/openeuler.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ x86_64, aarch64

## 收录版本

20.03-LTS, 20.09, 21.03, 21.09, 22.03-LTS, 22.09, 23.03, 23.09, 24.03-LTS, 24.09
20.03-LTS, 20.09, 21.03, 21.09, 22.03-LTS, 22.09, 23.03, 23.09, 24.03-LTS, 24.09, 25.03

## 使用说明

Expand Down
2 changes: 2 additions & 0 deletions docs/tailscale.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tailscale

## 地址

<https://mirrors.ustc.edu.cn/tailscale/>

## 收录版本
Expand Down
2 changes: 1 addition & 1 deletion docs/termux-its-pointless.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 地址

<https://mirrors.ustc.edu.cn/termux-its-pointless>
<https://mirrors.ustc.edu.cn/termux-its-pointless/>

## 说明

Expand Down
2 changes: 1 addition & 1 deletion docs/termux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 地址

<https://mirrors.ustc.edu.cn/termux>
<https://mirrors.ustc.edu.cn/termux/>

## 说明

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ nav:
- rust-static.md
- stackage.md
- 软件镜像:
- adoptium.md
- anaconda.md
- ceph.md
- CPAN.md
Expand Down
Loading