当前位置:网站首页>[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"
边栏推荐
- MNIST handwritten digit recognition, sorted by from two to ten
- The Unity of ML - agents interpret parameter Settings
- No matching function for call to 'RCTBridgeModuleNameForClass'
- [开发杂项][编辑器][代码阅读]ctags&vim
- 深度学习理论 —— 初始化、参数调节
- LeetCode_Nov_3rd_Week
- LeetCode_Nov_3rd_Week
- Code to celebrate the Dragon Boat Festival - Zongzi, your heart
- (导航页)OpenStack-M版-双节点手工搭建-附B站视频
- Windows10重置MySQL用户密码
猜你喜欢
随机推荐
LeetCode_Dec_2nd_Week
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
LeetCode_Nov_2nd_Week
Design and implementation of legal aid platform based on asp.net (with project link)
A code example of the PCL method in the domain of DG (Domain Generalization)
C语言静态变量static的分析
代码庆端午--粽你心意
LeetCode_22_Apr_4th_Week
深度学习理论——过拟合、欠拟合、正则化、优化器
MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
文件权限管理 ugo
数据库的简述与常用操作指南
C语言数组的深度分析
浅谈游戏音效测试点
CAS无锁队列的实现
An abstract class, internal classes and interfaces
Rules.make - suitable for viewing in edit mode
lstm pipeline 过程理解(输入输出)
LeetCode_22_Apr_2nd_Week
Completely remove MySQL tutorial