Skip to content

Commit

Permalink
Update articles
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Apr 14, 2024
1 parent bf441d3 commit 9940348
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions source/_posts/Fail2ban-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- 服务器
- 部署
- Fail2ban
- 安全
---

![Fail2ban](fail2ban.webp)
Expand Down
7 changes: 4 additions & 3 deletions source/_posts/Hexo-blog-deployment-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ date: 2023-12-26 23:18:38

如果你是 Linux / Mac 用户,那么通过发行版的 **包管理器** 即可安装。

如果你是 Windows 用户,那么可以通过 [Nodejs 官网](https://nodejs.org/en/download) 下载安装 Nodejs,Git 可以通过 [Git 官网](https://git-scm.com/downloads) 下载安装。
如果你是 Windows 用户,那么可以通过 [Nodejs 官网](https://nodejs.org/en/download) 下载安装 Nodejs,Git 可以通过 [Git 官网](https://git-scm.com/downloads) 下载安装,并配置好对应的 Nodejs 环境变量


安装完毕后,输入以下命令检验是否安装成功:
```bash
node -v
npm -v
git -v
git --version
```

### 0.2 配置 Git
Expand All @@ -45,6 +45,7 @@ git -v
```bash
git config --global user.name "用户名"
git config --global user.email 邮箱
git config --global init.defaultBranch main
```

执行以下命令检验是否配置成功:
Expand Down Expand Up @@ -79,7 +80,7 @@ ssh-keygen -t ed25519 -C "[email protected]"
```bash
npm install hexo-cli -g
```
Linux 可能需要 sudo 权限来执行上述命令。
Linux 可能需要 sudo 权限来执行上述命令,Windows 可能需要管理员权限来执行上述命令

安装完毕后,输入以下命令检验是否安装成功:
```bash
Expand Down
1 change: 1 addition & 0 deletions source/_posts/How-to-Deploy-a-new-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- SSH
- ufw
- Fail2ban
- 安全
abbrlink: 4cde56ee
date: 2024-03-01 22:25:20
---
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Vaultwarden-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date: 2024-04-13 13:11:03
tags:
- Vaultwarden
- Bitwarden
- 部署
- 安全
---

![bitwarden](apps-combo-logo.webp)
Expand Down Expand Up @@ -63,7 +65,7 @@ sudo docker-compose up -d

![登陆](vault-login.webp)

创建一个账号,然后你就可以在各个平台上使用 Bitwarden 客户端了。电脑上推荐使用浏览器插件,手机上推荐使用官方客户端。注意在登陆的时候要选择 `自定义服务器`,输入你的域名即可
创建一个账号,然后你就可以在各个平台上使用 Bitwarden 客户端了。电脑上推荐使用浏览器插件,手机上推荐使用官方客户端。注意在登陆的时候要选择 `自托管`,输入你的 `服务器 URL` 即可

![登陆选择](login.webp)

Expand Down

0 comments on commit 9940348

Please sign in to comment.