WebCal
Ctrl K

指南

Accelerating Access to Academic Resources

指南整合常見問題支援
定價部落格
快速開始Top-Up and BillingAccelerating Access to Academic ResourcesQuick StartIntroductionMaintenance and TroubleshootingNetwork
平台資訊JetBrain ProjectorTmpWebCal Scholars Program @2026Introduction to the Public Beta/Suqian Zone AAbout UsCopying Data Between InstancesAnalysis of Server Performance MetricsTidal Computing PowerLoad Balancing
國產晶片Using Huawei MindIEHuawei Ascend NPUMooreThread GPU
環境設定CUDA/cuDNNMinicondaPython3.XInstalling DependenciesOverviewImages
企業進階功能Flexible DeploymentElastic Deployment Release NotesBest Practices for Elastic DeploymentPerformance Metrics Monitoring
容器實例JupyterLabRemote SSH ConnectionSave the imageScaling ConfigurationMulti-machine, multi-GPU parallel processingDaemonOverviewChange the billing methodMigration Example (Same Region)Migration ExamplesRemote DesktopReset the system
如何選擇 GPUGPU SelectionPerformance Testing
資料Upload DataDownload DataPublic DataPublic Cloud Storage (Highly Recommended)Compression / DecompressionFile StorageLocal data diskOverview
最佳實務FileZillaGitGromacsHuggingFaceKataGoLinux BasicsMPIOpenCLPyCharm Remote DevelopmentR (RStudio) InstallationSSH TunnelTensorBoardRemote Development with VSCodeVisdomVulkanXShellOpen PortsWeChat MessagesPerformanceExpose multiple servicesMoney-Saving TipsComputation Precision IssuesSoftware Sources

快速開始

Accelerating Access to Academic Resources

2026/07/3096762 次瀏覽

Public Services

Click to visit the website, where you’ll find detailed tutorials.

GitHub: https://ghproxy.link/ (Click to view the currently available domain address, then click the address to navigate to the documentation)

HuggingFace Mirror: https://hf-mirror.com/

WebCal Built-in Services

Disclaimer: Due to slow network speeds on GitHub and Hugging Face for academic use, the following accelerated proxy is provided to facilitate users’ access to these resources for academic purposes. No guarantee of stability is provided. Furthermore, this accelerated service may be suspended at any time in the event of malicious attacks or similar incidents.

The following are URLs for academic resources that can be accessed with accelerated access:

  • github.com
  • githubusercontent.com
  • githubassets.com
  • huggingface.co

If using in a terminal:

source /etc/network_turbo

If using in a Notebook:

import subprocess
import os

result = subprocess.run('bash -c "source /etc/network_turbo && env | grep proxy"', shell=True, capture_output=True, text=True)
output = result.stdout
for line in output.splitlines():
    if '=' in line:
        var, value = line.split('=', 1)
        os.environ[var] = value

Disable Academic Acceleration. If you no longer need it, we recommend disabling Academic Acceleration, as it may have some impact on normal network traffic.

unset http_proxy && unset https_proxy

Speed Comparison

Acceleration not used:

image-20220902184957292

Using Acceleration:

image-20220902185038755

下一篇Performance Testing
WebCal文件返回指南