initial commit

This commit is contained in:
Lostecho
2024-09-02 11:53:36 +08:00
commit cbac0ab8dd
565 changed files with 17862 additions and 0 deletions

12
journals/2023_04_10.md Normal file
View File

@@ -0,0 +1,12 @@
- wsl更改默认用户 #linux
- ```
Arch.exe config --default-user 用户
```
- arch初始化密钥环 #linux
- ```
[user@PC-NAME]$ sudo pacman-key --init
[user@PC-NAME]$ sudo pacman-key --populate
[user@PC-NAME]$ sudo pacman -Syy archlinux-keyring
```