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_03_25.md Normal file
View File

@@ -0,0 +1,12 @@
- dpkg install weixin error #linux
- https://askubuntu.com/questions/1241362/fix-package-post-installation-script-subprocess-returned-error-exit-status-10-fo
- ```zsh
sudo rm /var/lib/dpkg/info/libpaper1*
sudo dpkg --configure -D 777 libpaper1
sudo apt -f install
```
- ```zsh
sudo apt autoremove weixin
sudo dpkg -i weixin
```
- [[Java8实战]]