SuikaEd Blog

Mac终端常用命令(更新中)

Word count: 57Reading time: 1 min
2024/03/01

1. 生成ssh

1
2
3
//生成ssh
ssh-keygen -t rsa
//再到/home文件里,shift+command+。显示隐藏文件,找到.ssh文件

2. Hexo常用命令

1
2
3
4
5
6
7
8
//页面生成
hexo g

//页面预览
hexo s

//页面部署
hexo d

(持续更新)