Skip to content

Commit

Permalink
发布博客,时间:2024/11/18 19:45:42
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Nov 18, 2024
1 parent 4174be6 commit d267a13
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Linux系统/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Linux系统
- [ubuntu桌面](./ubuntu桌面/)
- [SSH设置远程电脑免密连接脚本](./SSH设置远程电脑免密连接.md)
- [debian系暂停内核更新](./debian系暂停内核更新.md)
- [迁移docker目录/var/lib/docker/](./迁移docker目录.md)
- [ubuntu桌面](./ubuntu桌面/)
- [linux centos系统pyinstaller打包环境准备](./linux系统pyinstaller打包环境准备.md)
- [Linux系统中su-用户和su的区别](./Linux系统中su-用户和su的区别.md)
- [Linux系统中.bash_rc和.bash_profile的区别](./Linux系统中.bash_rc和.bash_profile的区别.md)
Expand Down
1 change: 1 addition & 0 deletions docs/Linux系统/ubuntu桌面/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ubuntu桌面
- [ubuntu24.04-zip中文报错解决](./ubuntu24.04-zip中文报错解决.md)
- [ubuntu gnome切换kde](./ubuntu切换kde.md)
- [ubuntu卸载nautils](./ubuntu卸载nautils.md)
- [ubuntu24.04断网排查和修复](./ubuntu断网排查.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/Linux系统/ubuntu桌面/ubuntu24.04-zip中文报错解决.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ubuntu24.04-zip中文报错解决


## 报错信息

```shell
*** buffer overflow detected ***: terminated
```

## 解决办法

降级安装旧版的zip包即可

```shell
sudo apt install zip=3.0-12build2
```

0 comments on commit d267a13

Please sign in to comment.