Files
script/bash/README.md
牡蛎 aa0d9f5057 refactor(bash): 更新系统清理脚本并增加 NAS 系统保护措施
- 在 README.md 中添加关于 NAS 系统不适用的警告
- 在 clean.sh 脚本中增加 NAS 系统检测和确认步骤
- 优化脚本结构,增加警告提示和确认操作
- 更新脚本中的注释和输出信息,提高用户体验
2025-06-02 18:15:37 +08:00

47 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Bash
## Linux
### 初始化脚本
```bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/init.sh | bash
```
进行的操作有:
1. 更换软件源为 `清华大学源`
2. 更换DNS为 `114.114.114.114``223.5.5.5`
3. 设置时区 `Asia/Shanghai` 和时间同步
```bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/init-ali.sh | bash
```
进行的操作有:
1. 更换软件源为 `阿里云源`
2. 更换DNS为 `114.114.114.114``223.5.5.5`
3. 设置时区 `Asia/Shanghai` 和时间同步
### 系统清理脚本
> [!CAUTION]
>
> **删库警告**
>
> 该脚本不适合 NAS 系统使用,部分 NAS 的磁盘挂载点在 `/tmp` 目录下,该脚本会清理掉 NAS 的数据。
```bash
curl -sSL https://i.sugarscat.cn/me/script/-/raw/main/bash/clean.sh | bash
```
进行的操作有:
1. 显示系统信息
2. 清理旧的内核包和残留的配置文件
3. 清理 /tmp 目录下的临时文件
4. 清理 APT 缓存目录 /var/cache/apt/archives
5. 清理用户缓存目录 ~/.cache
6. 清理 systemd 日志 /var/log/journal