From 99425c632b47a4aa411f327bcb0e4d97eccf38be Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 25 Mar 2025 10:52:45 -0400 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=A4=87=E4=BB=BD=E5=92=8C=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devops/os/linux.md | 14 +++++++------- programming-language/java/_README.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devops/os/linux.md b/devops/os/linux.md index 10e3611..2463a67 100644 --- a/devops/os/linux.md +++ b/devops/os/linux.md @@ -2,10 +2,10 @@ 最近在对公司的 Linux 服务器进行一些初始化的安装和配置工作。对一个新的机器可能遇到的问题还比较多,先记录下来供以后参考。 -| 配置内容 | Ubuntu | REL | -|------------------------|------------------------------------------|------------------------------------------------| -| Linux 安装 NTP 时间服务器 | https://www.isharkfly.com/t/ubuntu/16971 | https://www.isharkfly.com/t/linux-ntp/10441 | -| Firewall-cmd 安装和配置开放端口 | | https://www.isharkfly.com/t/firewall-cmd/13715 | -| Linux 设置主机名 | https://www.isharkfly.com/t/ubuntu/16970 | https://www.isharkfly.com/t/linux/15230 | -| Linux 安装 httpd 服务器 | | https://www.isharkfly.com/t/linux-httpd/15231 | -| Linux 中安装 nginx | | https://www.isharkfly.com/t/linux-nginx/13951 | +| 配置内容 | Ubuntu | REL | +|------------------------|--------------------------------------------------|------------------------------------------------| +| Linux 安装 NTP 时间服务器 | https://www.isharkfly.com/t/ubuntu/16971 | https://www.isharkfly.com/t/linux-ntp/10441 | +| Firewall-cmd 安装和配置开放端口 | | https://www.isharkfly.com/t/firewall-cmd/13715 | +| Linux 设置主机名 | https://www.isharkfly.com/t/ubuntu/16970 | https://www.isharkfly.com/t/linux/15230 | +| Linux 安装 httpd 服务器 | | https://www.isharkfly.com/t/linux-httpd/15231 | +| Linux 中安装 nginx | https://www.isharkfly.com/t/ubuntu-nginx/16722/2 | https://www.isharkfly.com/t/linux-nginx/13951 | diff --git a/programming-language/java/_README.md b/programming-language/java/_README.md index 5c42937..9e1b15e 100644 --- a/programming-language/java/_README.md +++ b/programming-language/java/_README.md @@ -12,7 +12,7 @@ Java 的配置比较复杂,同时还有比较复杂的编译和集成工具, ### 安装 任何语言或者程序在使用之前都需要先配置环境,在这个页面我们主要对 Java 环境配置的内容进行总结。 -- [Windows 环境下安装 Oracle JDK](https://www.ossez.com/t/windows-oracle-jdk/7254) +- [Windows 环境下安装 Oracle JDK](https://www.isharkfly.com/t/windows-oracle-jdk/7254) ## 配置环境 * [Java 在 Windows 10 中配置环境变量](https://www.ossez.com/t/java-windows-10/13675) \ No newline at end of file