提高一些链接的下载速度


做记录用

#cuda下载

  1. https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run
    1. 将其中的.nvidia.com改为.. .cn ..即可,并将链接复制到浏览器,由浏览器托管下载
  2. sudo sh cuda_12.1.1_530.30.02_linux.run

#git clone

#搜索IP地址

https://www.ipaddress.com/ github.global.ssl.fastly.net 随便挑一个 image github.com image

#修改host

  1. 打开hosts文件
  • Windows上的hosts文件路径在C:/WindowsSystem32/driversetchosts
  • Linux的hosts文件路径在:sudo vim /etc/hosts
  1. append files

151.101.1.194 github.global-ssl.fastly.net 140.82.112.4 github.com

  1. 刷新DNS

sudo systemd-resolve --flush-caches

#还是慢

用镜像gitee吧