深度学习服务器从零到一
硬件配置选择
系统搭建
ubuntu16.04 64位
Cuda10 cudnn
ssh搭建
静态ip
ip冲突
teamviewer解决方案
jupyter
c.NotebookApp.ip='*'
c.NotebookApp.password = u'密文'
c.NotebookApp.open_browser = False
c.NotebookApp.port =8888
root@DLserver:~/Documents/koko# sudo jupyter notebook [C 11:57:31.423 NotebookApp] Running as root is not recommended. Use –allow-root to bypass. root@DLserver:~/Documents/koko# sudo jupyter notebook –allow-root
root登陆
挂载硬盘
https://blog.csdn.net/u012150360/article/details/81333051
UUID=678c32b6-10eb-4bc4-8b03-b7ad0b737cef /home/dl_server/Load ext4 defaults,errors=remount-ro 0 1
https://cndaqiang.github.io/2017/10/11/ubuntu-disk/