当前位置:网站首页>[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"
边栏推荐
- Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
- 管道重定向
- LeetCode_Nov_4th_Week
- An abstract class, internal classes and interfaces
- DRA821 环境搭建
- FAREWARE ADDRESS
- LeetCode_22_Apr_4th_Week
- The Unity of ML - agents interpret parameter Settings
- 2020-03-27
- 度量学习(Metric learning、损失函数、triplet、三元组损失、fastreid)
猜你喜欢

LeetCode_Dec_1st_Week

LeetCode_Dec_3rd_Week

基于BiGRU和GAN的数据生成方法

MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程

MNIST Handwritten Digit Recognition - Building a Perceptron from Zero for Two-Classification

数据库的简述与常用操作指南

打金?工作室?账号被封?游戏灰黑产离我们有多近

题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据

Copy攻城狮的年度之“战”|回顾2020

arm learning-1-development board
随机推荐
Introduction to Convolutional Neural Networks
[日常办公][杂项][vscode]tab space
MOOSE平台使用入门攻略——如何运行官方教程的例子
[开发杂项][VS Code]remote-ssd retry failed
[开发杂项][编辑器][代码阅读]ctags&vim
EL表达式
基于BiGRU和GAN的数据生成方法
Deep Learning Theory - Initialization, Parameter Adjustment
MNIST手写数字识别 —— 图像分析法实现二分类
MNIST手写数字识别 —— 从零构建感知机实现二分类
LeetCode_Nov_3rd_Week
[CV-Learning] Linear Classifier (SVM Basics)
多层LSTM
arm-2-基础阶段
CSDN大礼包--高校圆桌派大礼包
MySQL批量修改时间字段
管道重定向
The Unity of ML - agents interpret parameter Settings
MNIST手写数字识别 —— 从感知机到卷积神经网络
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错