Remote
zhaolongkzz
LfD, HRI, RRC~
展开
-
远程remote 05——关闭ssh远程窗口,程序仍继续运行
https://www.cnblogs.com/quan-coder/p/9857883.html原创 2019-09-19 18:43:10 · 1901 阅读 · 0 评论 -
远程remote 04——ubuntu用户管理以及常用功能
Add users and change password修改远程登录前面的提示语:sudo vim /etc/update-motd.d/00-header# 添加到最后echo "\033[45;37m /*** Please read /home/README for more information~ ***/ \33[0m"...原创 2019-07-22 11:07:46 · 235 阅读 · 0 评论 -
远程remote 02——Vscode本地IDE访问远程服务器
Ubuntu配置vscode访问远端服务器1- SSH无密码登录远端服务器1. 自己电脑上生成SSH密钥和公钥2. 将公钥上传到服务器2- Vscode-insidervscode访问远端服务器1- SSH无密码登录远端服务器这里的设置方式和github上免密码上传文件是一个道理,处理方式也一样。1. 自己电脑上生成SSH密钥和公钥使用下面的ssh-keygen来生成RSA密钥和公钥。...原创 2019-05-24 20:17:21 · 1347 阅读 · 0 评论 -
远程remote 01——Ubuntu由ssh远程访问jupyter notebook
Ubuntu配置电脑 远程ssh访问jupyter notebook生成jupyter-notebook配置文件jupyter notebook --generate-config会有以下配置文件生成的提醒:Writing default config to: /home/computer_name/.jupyter/jupyter_notebook_config.生成需要的密码使用...原创 2019-01-24 18:03:16 · 438 阅读 · 0 评论