Files
docs-isharkfly-com/devops/os/linux.md
T

12 lines
810 B
Markdown
Raw Normal View History

2024-01-09 12:29:54 -05:00
# RHEL 安装后初始化
2024-01-08 21:37:27 -05:00
2024-01-09 12:29:54 -05:00
最近在对公司的 Linux 服务器进行一些初始化的安装和配置工作。对一个新的机器可能遇到的问题还比较多,先记录下来供以后参考。
2024-01-08 21:37:27 -05:00
2024-01-09 12:29:54 -05:00
| 配置内容 | 内容链接 |
|------------------------|------------------------------------------------|
| Linux 安装 NTP 时间服务器 | https://www.isharkfly.com/t/linux-ntp/10441 |
| Firewall-cmd 安装和配置开放端口 | https://www.isharkfly.com/t/firewall-cmd/13715 |
| Linux 设置主机名 | https://www.isharkfly.com/t/linux/15230 |
| Linux 安装 httpd 服务器 | https://www.isharkfly.com/t/linux-httpd/15231 |
2024-02-03 00:39:56 -05:00
| Linux 中安装 nginx | https://www.isharkfly.com/t/linux-nginx/13951 |