在 Rocky Linux 9 上搭建企业内部 DNS 服务器可以使用 BIND(Berkeley Internet Name Domain),这是一个广泛使用的 DNS 服务器软件。以下是详细的步骤: 准备: DNS服务器ip地址:192.168.1.10 需要解析的服务器地址:192.168.1.20 1. 更新系统 首先,确保系统是最新的: sudo dnf update -y 2. 安装
下面是一个示例脚本,它使用 ifconfig 命令获取系统的 IP 地址: #!/bin/bash # Store the output of the ifconfig command in a variable ifconfig_output=$(ifconfig) # Extract the IP address using grep and cut ip_address=$(echo "$i
mkdir kms cd kms wget https://github.com/Wind4/vlmcsd/releases/download/svn1113/binaries.tar.gz tar -xf binaries.tar.gz cd binaries/Linux/intel/static cp vlmcsd-x64-musl-static /usr/sbin/vlmcsd vlmcs