Header Editor ``` https://azurezeng.github.io/static/HE-GoogleRedirect.json https://www.azurezeng.com/static/HE-GoogleRedirect.json ``` 随手发现 2024-03-29 评论 245 次浏览
code-server 配置文件保存 comfig.yaml ``` bind-addr: 127.0.0.1:8080 auth: password password: 823 cert: false user-data-dir: /home/code_data ``` ``` ~/code-server-4.21.1-linux-amd64/bin/code-server --config /home/aistudio/code-server-4.21.1-linux-amd64/config.yaml ``` 随手发现 2024-03-08 评论 226 次浏览
wget aria2c apt update && apt install openssl ca-certificates wget "http://" --no-check-certificate apt -y install aria2 aria2c --console-log-level=error -c -x 16 -s 16 -k 1M http://abc/a.zip -d ~/home -o a.zip 随手发现 2024-03-07 评论 252 次浏览
获得当前环境 ``` wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ``` 随手发现 2024-03-07 评论 276 次浏览