当前位置:网站首页>[daily office][ssh]cheatsheet
[daily office][ssh]cheatsheet
2022-08-04 06:32:00 【xcy6666】
ssh mount fs
https://askubuntu.com/questions/412477/mount-remote-directory-using-ssh
https://linuxize.com/post/how-to-use-sshfs-to-mount-remote-directories-over-ssh/
remotely execute cmd
ssh [email protected]${target} "mkdir -p ~/ws/update_kernel/"
ssh -t [email protected]${target} "cd ~/ws/update_kernel/ ; sudo dpkg -i ${header}; sudo dpkg -i ${image} ; sudo dpkg -i ${libc}; sudo update-grub"
边栏推荐
猜你喜欢
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
第三章 标准单元库(上)
MOOSE平台使用入门攻略——如何运行官方教程的例子
第二章 STA相关概念
第三章 标准单元库(下)
No matching function for call to ‘RCTBridgeModuleNameForClass‘
LeetCode_Nov_3rd_Week
No matching function for call to 'RCTBridgeModuleNameForClass'
MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
第一章 绪论
随机推荐
file permission management ugo
target has libraries with conflicting names: libcrypto.a and libssl.a.
CSDN spree -- college round table spree
Completely remove MySQL tutorial
LeetCode_Nov_3rd_Week
亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错
C语言静态变量static的分析
(导航页)OpenStack-M版-双节点手工搭建-附B站视频
CSDN大礼包--高校圆桌派大礼包
强化学习中,Q-Learning与Sarsa的差别有多大?
MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
[开发杂项][VS Code]remote-ssd retry failed
中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
LeetCode_Dec_1st_Week
机器学习——分类问题对于文字标签的处理(特征工程)
Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
集合---ArrayList的底层
深度学习理论 —— 初始化、参数调节
Deep learning, "grain and grass" first--On the way to obtain data sets