当前位置:网站首页>[日常办公][ssh]cheatsheet
[日常办公][ssh]cheatsheet
2022-08-04 05:31: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"
边栏推荐
- Attention Is All You Need(Transformer)
- MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
- Copy Siege Lion 5-minute online experience MindIR format model generation
- The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation
- MFC读取点云,只能正常显示第一个,显示后面时报错
- 深度学习理论 —— 初始化、参数调节
- 多层LSTM
- FAREWARE ADDRESS
- 【论文阅读】TransReID: Transformer-based Object Re-Identification
- 【论文阅读】Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identificatio
猜你喜欢
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
Copy Siege Lion 5-minute online experience MindIR format model generation
剪映专业版字幕导出随笔
典型CCN网络——efficientNet(2019-Google-已开源)
DRA821 环境搭建
tensorRT教程——tensor RT OP理解(实现自定义层,搭建网络)
Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
Golang环境变量设置(二)--GOMODULE&GOPROXY
语音驱动嘴型与面部动画生成的现状和趋势
Copy攻城狮的年度之“战”|回顾2020
随机推荐
Unity ML-agents 参数设置解明
TensorFlow: tf.ConfigProto() and Session
MNIST手写数字识别 —— 从零构建感知机实现二分类
打金?工作室?账号被封?游戏灰黑产离我们有多近
【论文阅读】Mining Cross-Image Semantics for Weakly Supervised Semantic Segmentation
How to get started with MOOSE platform - an example of how to run the official tutorial
CSDN大礼包--高校圆桌派大礼包
MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
典型CCN网络——efficientNet(2019-Google-已开源)
[CV-Learning] Semantic Segmentation
光条中心提取方法总结(一)
卷积神经网络入门详解
Introduction to Convolutional Neural Networks
题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据
Comparison of oracle's number and postgresql's numeric
[CV-Learning] Linear Classifier (SVM Basics)
BatchNorm&&LayerNorm
Data reading in yolov3 (1)
光条提取中的连通域筛除
Qt日常学习