Skip to content

Commit

Permalink
Update _config.fluid.yml and articles
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Apr 3, 2024
1 parent a361218 commit 6d7aece
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ about:
banner_mask_alpha: 0.3
avatar: /images/avatar.webp
name: "Fluid"
intro: "A boring person"
intro: "An Arch Linux user, GNU/Linux and FOSS enthusiast."
# 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class,添加 `qrcode` 后,图标不再是链接而是悬浮二维码
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, The icon is no longer a link, but a hovering QR code
icons:
Expand Down
3 changes: 2 additions & 1 deletion source/_posts/New-Installation-of-Archlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Ventoy 启动后,选择你下载的 Archlinux 镜像文件,然后启动。
### 开发环境
- `gcc`(C/C++), `python`:是 Archlinux 默认内置的,不需要额外安装。`core`
- `jdk21-openjdk`:openjdk 21,Java 开发环境,LTS 版本。`extra`
- `go`:Go 语言编译工具。`extra`
- `nodejs-lts-iron`:Node.js 20,LTS 版本。`extra`
- `npm`, `yarn`, `pnpm`: Node.js 包管理工具。`extra`

Expand All @@ -168,7 +169,7 @@ Ventoy 启动后,选择你下载的 Archlinux 镜像文件,然后启动。
- `typos`:拼写检查工具。`extra`

### 休闲娱乐办公
- `linuxqq`:Linux 上的 QQ 客户端,现在是用 electron 写的,好看。`aur`
- `linuxqq-nt-bwrap`:Linux 上的 QQ 客户端,现在是用 electron 写的,好看。`aur`
- `wechat-universal-bwrap`:微信终于有了 Linux 非 wine 的好用版本,但功能还是有点少,慢慢加功能吧。`aur`
- `google-chrome`:谷歌浏览器,`aur`。你也可以选择开源的 `chromium``extra`
- `onlyoffice-bin`:开源的办公软件,支持云协作。`aur`
Expand Down
31 changes: 26 additions & 5 deletions source/_posts/Recording-the-Good-Life-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ date: 2024-04-02 19:01:33
3 月是个忙碌且紧张焦虑的月份,备考、写论文、参加招聘会、投简历,很多事情堆压让我感到异常疲惫、精神紧绷,整个人也不太好。
但是,3 月份终于结束了,4 月已至,我也在昨天好好放松了一下,开始新的篇章。

### 一曲高歌一樽酒,一人独钓一江秋。

![考完试的天空](sky.webp)

![考完试吃的晚饭](dinner1.webp)
![隆江猪脚饭](dinner1.webp)

![炫火锅](hoot-pot.webp)

坐飞机所见,云层很美,心情也很好。
---

### 去留无意,望天上云卷云舒。

坐飞机所见的白雪皑皑的云层,云层很美,心情也很好。

![云层](sky1.webp)
![云层](sky2.webp)
Expand All @@ -26,25 +32,40 @@ date: 2024-04-02 19:01:33

<video width="100%" height="100%" src="output.webm" controls></video>
<video width="100%" height="100%" src="output2.webm" controls></video>
<br>

有时候不禁在想,李白要是坐了飞机,看到这样的云层,会不会写出更加气势磅礴的诗句呢?

这是玉皇大帝的宫殿吗?这是神仙的仙界吗?如果他们真的存在,那他们现在在哪?

---

### 山随平野尽,江入大荒流。

江边的风景也很美。
![江景](river1.webp)
![江景](river2.webp)
![江景](river3.webp)

<br>
欲穷千里目,更上一层楼。果然是有道理的。

---

### 金樽清酒斗十千,玉盘珍羞直万钱。

和同学炫烧烤,吃得很爽。很久没有这样胃口好放开吃过了。战斗,爽!

这家自助烧烤 食材好,分量足,种类多,肉非常鲜美,吃起来嘎嘎香,我们去的时候没什么人,服务员还一直在旁边帮忙烤烧烤,真是非常顶级的体验。

![烧烤](BBQ1.webp)
![烧烤](BBQ2.webp)
![烧烤](BBQ4.webp)
![烧烤](BBQ6.webp)
![烧烤](BBQ7.webp)
![烧烤](BBQ8.webp)

---

<br><br>
### 君子以遏恶扬善,顺天休命。

周处除三害,很有意思,难得在内地看到这种类型的片子,电影引用古文典故,结合黑帮复仇、犯罪动作、暴力美学。

Expand Down
10 changes: 2 additions & 8 deletions source/_posts/Using-mariadb-on-ArchLinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,9 @@ sudo lsattr -d /var/lib/mysql
sudo pacman -S mariadb
```

我们在安装信息中可以看到:
```bash
:: You need to initialize the MariaDB data directory prior to starting
the service. This can be done with mariadb-install-db command, e.g.:
# mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
```

## 2. 初始化数据库
所以我们需要初始化数据库:

根据安装提示,我们在使用前还需初始化数据库:
```bash
sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
```
Expand Down

0 comments on commit 6d7aece

Please sign in to comment.