SSH访问多服务的最佳实践
SSH访问多服务的最佳实践
我们为了解决每次都需要输入密码,而且需要记住服务IP
1、本地生成一对
$ ssh-keygen -t rsa
$ cd
$ ls .ssh
2、记忆服务器地址
$ cd
$ cd .ssh
$ touch config
$ vim config
=======================
Host name1 …
专注于数字孪生及工业软件SaaS的研发
我们为了解决每次都需要输入密码,而且需要记住服务IP
1、本地生成一对
$ ssh-keygen -t rsa
$ cd
$ ls .ssh
2、记忆服务器地址
$ cd
$ cd .ssh
$ touch config
$ vim config
=======================
Host name1 …
第一季全5讲预告:
1) 第一讲:临渊羡鱼,仿真改变世界 3月11日
2) 第二讲:维谷叩天,仿真困局求解 3月24日
3) 第三讲:苦旅破晓,仿真体系修炼 5月18日
4) 第四讲:云桥飞架,仿真生态衍进
5) 第五讲:天路漫漫, …
https://flutter.dev/
https://flutter.cn/

图来自于B站 https://b23.tv/phOC9m
https://zhuanlan.zhihu.com/p/112431369
https://labuladong.gitbook.io/algo/
https://github.com/labuladong/fucking-algorithm
https://plausible.io/
https://linuxhandbook.com/plausible-deployment-guide/
Singularity用于GUI应用的容器发布是非常方便的,另外一个场景是拥有HPC MPI并行计算求解器发布。
参考: https://sylabs.io/guides/3.8/admin-guide/installation.html
=====Ubuntu 系统=====
$ sudo …
1、安装
Ubuntu
$ sudo apt install python3 python3-pip
$ pip install cheat
Centos
$ yum install python python-pip
$ pip install cheat
2、使用
$ cheat tar
$ cheat -l //查询哪些命 …
Super+D 显示桌面
Super+L 锁屏
Ctrl+Alt+T 快速打开终端
Ctrl+1 切换到工作区1 [设置中自定义的快捷键]
Ctrl+2 切换到工作区2 [设置中自定义的快捷键]
Ctrl+3 切换到工作区3 [设置中自定义的快捷键]
Super + 1 窗口移动到工作区1[设置中自定义的快捷键]
Super + 2 窗口移动到工作 …
sudo apt install …