Update the link for set up name of net work

This commit is contained in:
2025-02-21 17:01:43 -05:00
parent b4389fa27b
commit 6956c3559a
2 changed files with 7 additions and 23 deletions
-16
View File
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>10.21.1</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<copyLibs>true</copyLibs>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<option name="locations">
<list>
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
</list>
</option>
</component>
</project>
+7 -7
View File
@@ -2,10 +2,10 @@
最近在对公司的 Linux 服务器进行一些初始化的安装和配置工作。对一个新的机器可能遇到的问题还比较多,先记录下来供以后参考。
| 配置内容 | 内容链接 |
|------------------------|------------------------------------------------|
| 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 |
| Linux 中安装 nginx | https://www.isharkfly.com/t/linux-nginx/13951 |
| 配置内容 | Ubuntu | REL |
|------------------------|------------------------------------------|------------------------------------------------|
| 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/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 |