
remote server
qq_28045135
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置vim
感谢夕小瑶大佬 set number set nocompatible filetype on set history=100 set undolevels=1000 "Lots and lots of undo set background=dark syntax enable syntax on imap { {}<ESC>i<CR><ESC>O imap ( ()<ESC>i imap [ []<ESC>i set ...原创 2020-05-15 17:51:22 · 200 阅读 · 0 评论 -
jupyter notebook 连接远程后台
参考该文: https://ljvmiranda921.github.io/notebook/2018/01/31/running-a-jupyter-notebook/ 对于aws的连接: 1. aws的ubuntu系统的用户名是ubuntu,参考:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html 2. aws的...原创 2020-03-15 08:17:12 · 280 阅读 · 0 评论