写在前边的话
资源每次都要搜,太麻烦,记录一下就好。寻找历史版本的同学请收好
Anaconda
python开发,离开了conda,就没了灵魂。各大历史版本
Index of /https://repo.anaconda.com/archive/
Pycharm
python开发最好用的IDE吧,欢迎找茬。
各大历史版本
Pytorch
ZOTERO
阴差阳错,只能使用ubuntu系统办公,阅读文献真是愁,没了endnote的庇护,只能用zotero了。
okular
ubuntu下文献阅读器,比较好用了。
sudo apt-get install okular
使用方法,主要是F6功能键。
NVIDIA家族
we are 伐木类
cuda CUDA Toolkit Archive | NVIDIA Developer
cudnn cuDNN Archive | NVIDIA Developer
tensorrt https://developer.nvidia.cn/nvidia-tensorrt-download
flameshot 截图
随时随地,想截就截
安装
sudo apt-get install flameshot
启动
flameshot gui
或者自行设置快捷键 ctrl shift A
参考 Ubuntu下截图工具推荐_康娜喵的博客-优快云博客_ubuntu截图工具
PIP 国内源
(a)Linux下,修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹)
内容如下:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
(b) windows下,直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,然后新建文件pip.ini,即 %HOMEPATH%\pip\pip.ini,在pip.ini文件中输入以下内容(以豆瓣镜像为例):
[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host = pypi.douban.com