答案1
这取决于网络速度。要亲自检查镜像的速度,您可以运行
curl -s http://mirrors.ubuntu.com/mirrors.txt | xargs -n1 -I {} sh -c 'echo `curl -r 0-102400 -s -w %{speed_download} -o /dev/null {}/ls-lR.gz` {}' |sort -g -r
该命令取自@Kandy 的答案https://askubuntu.com/a/719551/1107236
这取决于网络速度。要亲自检查镜像的速度,您可以运行
curl -s http://mirrors.ubuntu.com/mirrors.txt | xargs -n1 -I {} sh -c 'echo `curl -r 0-102400 -s -w %{speed_download} -o /dev/null {}/ls-lR.gz` {}' |sort -g -r
该命令取自@Kandy 的答案https://askubuntu.com/a/719551/1107236