From a64b8a4343ccf0c2aa66263aba048891603e51de Mon Sep 17 00:00:00 2001 From: colben Date: Sat, 24 Sep 2022 08:17:23 +0800 Subject: [PATCH] update --- config.toml | 4 ++-- content/post/bond.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index aa1da5c..d537baf 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ baseURL = "https://colben.cn/" languageCode = "en" defaultContentLanguage = "zh-cn" # en / zh-cn / ... (This field determines which i18n file to use) -#title = "Colben Notes" -title = "私人工作笔记" +title = "Colben Notes" +#title = "私人工作笔记" preserveTaxonomyNames = true enableRobotsTXT = true enableEmoji = true diff --git a/content/post/bond.md b/content/post/bond.md index 21be156..cde897c 100644 --- a/content/post/bond.md +++ b/content/post/bond.md @@ -112,7 +112,7 @@ categories: ["network"] ### 载入 bonding 模块,重启 network 服务 ```bash -modprob bonding +modprobe bonding systemctl restart network ```