Files
script/bash/README.md
牡蛎 c208fdfab8 refactor: 更新脚本下载链接为新的 GitLab 地址
- 将 Gitee 上的脚本下载链接替换为 GitLab 上的最新链接
- 更新了多个文件中的 curl 命令以使用新的 URL
- 此更改统一了脚本的来源,便于维护和更新
2025-06-01 21:06:21 +08:00

41 lines
923 B
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` 和时间同步
### 系统清理脚本
```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