当前位置:网站首页>Some commands for remote work
Some commands for remote work
2022-06-26 08:57:00 【Caicai azhuang】
List of articles
git To configure
git config --global user.name “usrname”
git config --global user.email “[email protected]”
ssh-keygen -C “[email protected]” -t rsa
cd ~/.ssh
cat id_rsa.pub
ssh Password free login
The above generated id_rsa.pub copy to ssh Server's ~/.ssh/authorized_keys:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected] The server IP
sshfs Mapping remote directories
sshfs [email protected]:path localpath -o allow_other
linux Remote control of other hosts
xfreerdp -u usrname -d domain -x 0 -p pwd -g 1440x820 ip
vscode ssh Failure
边栏推荐
- Record the problem yaml file contains Chinese message 'GBK' error
- 【程序的编译和预处理】
- 多台三菱PLC如何实现无线以太网高速通讯?
- Leetcode: array fast and slow pointer method
- Line detection_ nanyangjx
- Recovering the system with Clonezilla USB disk
- How to correctly PIP install pyscipopt
- Backward usage
- 编程训练7-日期转换问题
- Playing card image segmentation
猜你喜欢

Reverse crawling verification code identification login (OCR character recognition)

Digital image processing learning (II): Gaussian low pass filter

Remote centralized control of distributed sensor signals using wireless technology

关于极客时间 | MySQL实战45讲的部分总结

Transformers loading Roberta to implement sequence annotation task

直播回顾 | smardaten李鸿飞解读中国低/无代码行业研究报告:风向变了

Data warehouse (1) what is data warehouse and what are the characteristics of data warehouse

Relationship extraction --tplinker

【程序的编译和预处理】

Yolov5进阶之五GPU环境搭建
随机推荐
VS2005 project call free() compiled with static libcurl library reported heap error
上下架和橱窗推荐如何设置,优化过程需要注意的地方
多台三菱PLC如何实现无线以太网高速通讯?
反爬之验证码识别登录 (OCR字符识别)
Yolov5进阶之三训练环境
HDU - 6225 Little Boxes(__int128的使用)
Tensorboard
读书笔记:SQL 查询中的SQL*Plus 替换变量(DEFINE变量)和参数
Record the problem yaml file contains Chinese message 'GBK' error
Segmentation of structured light images using segmentation network
Drawing with MATLAB (1)
Relationship extraction -- casrel
2021 software university ranking crawler program
keras_ Callback function summary
Yolov5进阶之一摄像头实时采集识别
Use of PCL
Stanford doggo source code study
1.17 daily improvement of winter vacation learning (frequency school and Bayesian school) and maximum likelihood estimation
Digital image processing learning (II): Gaussian low pass filter
Parameter understanding of quad dataloader in yolov5