ssh-keygen 是什么?ssh-keygen可以用来生成ssh的秘钥和公钥。通常可以用来自动登录远程服务器,这样可以省去每次ssh时手动输入密码的麻烦;以及使用SSH协议访问git仓库。 2022-02-05 Cross Platform > ssh #Linux #ssh
[Lecture Notes] ShanghaiTech SI140 Probability and statisticsProbability & statistics (概率论与数理统计) lecture notes, ShanghaiTech SI140/Math1212, Fall 2021 2022-01-21 Lecture Notes #Lecture Notes #Math #Probability
vscode Remote-SSH如何保存密码自动登录远程服务器使用公钥登录服务器,并在vscode的remote ssh插件中保存服务器配置,省去每次连接服务器需要输入密码的麻烦 2022-01-17 Cross Platform > ssh #Linux #VSCode #ssh
How to allow hexo render LaTeX formulas correctlyInserting LaTeX formulas in your hexo blog and render it correctly, using KaTeX renderer. 2022-01-16 Cross Platform > hexo #hexo #LaTeX
Algorithm templates (C++模板)Some algorithm implementation and c++ code snippets here 2021-11-11 Algorithm #C #C++