
软件安装配置
lsslws
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos 安装 codeblocks
1 安装gcc g++yum install gccyum install gcc-c++2 安装 gtk2yum install gtk2*3 安装 wxGTXyum install wxGTX4 解压后 双击即可运行 ,codeblocks-13.12-1.el6.x86_64.rpm 安装主体功能,后面的几个安装插件等5 Terminal to launch console progra原创 2016-06-27 22:43:04 · 369 阅读 · 0 评论 -
Install CUDA 10.0.130 on Ubuntu 18.04
Install CUDA 10.0.130 on Ubuntu 18.04Install CUDA "dependencies"There are a few dependencies that are good to install first since they don’t always get pulled along with a CUDA install from the “de...原创 2019-01-04 16:25:04 · 2721 阅读 · 0 评论 -
Set jupyter remote access
Generate ~/.jupyter/jupyter_notebook_config.pyjupyter notebook --generate-configif you log in as root , you need add --allow-rootjupyter notebook --generate-config --allow-configManually gene...原创 2019-01-04 16:42:23 · 268 阅读 · 0 评论