1、安装clash https://app.chongjin01.icu/Linux/

dpkg出现依赖错误,使用sudo apt install -f

2、安装QQ https://im.qq.com/linuxqq/index.shtml

3、安装vscode https://diraw.top/2025/04/04/CS/Linux/2/

4、安装flameshot https://github.com/flameshot-org/flameshot

设置-键盘-快捷键,命令为flameshot gui

5、安装输入法

SunPinYin:sudo apt-get install ibus-sunpinyin

6、安装anaconda https://www.anaconda.com/download/success

记得最后把conda添加到环境变量,如果忘了话执行:eval "$(/home/diraw/anaconda3/bin/conda shell.bash hook)"

镜像源:

pip:pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

conda:注:由于更新过快难以同步,我们不同步pytorch-nightly,pytorch-nightly-cpu,ignite-nightly这三个包。

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux-64/
conda config --set show_channel_urls yes

7、安装cuda驱动 https://diraw.top/2025/04/05/CS/Linux/5/

8、安装google浏览器 https://www.google.com/chrome/?platform=linux