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++
How to install WSL?How did I install WSL, and what errors did I encountered? 2021-10-21 #Linux #windows #WSL
Uninstall Vscode on macOSUninstall vscode and remove all vscode plugins and configs 2021-10-17 Code > vscode #macOS
Build your blog with hexo and deploy to GitHubBuild your blog with hexo and deploy it to GitHub Pages, which is completely free and easy to use. (This is my first tutorial post written in English.) 2021-10-11 Cross Platform > hexo #macOS #hexo
(macOS)VSCode运行调试C(++)的环境配置macOS 上配置VSCode的coderunner插件,及tasks和launch.json,来自动化编译、运行、调试单文件C/C++程序。 2021-10-10 Cross Platform > VSCode #C++ #macOS #VSCode