2 articles
Saturday, May 14, 2022
-bash: dig: command not found solution Because the dig component is not installed in the system, the following is the installation method debian/ubunt...
-bash: dig: command not found的解决方法 因为dig组件没有安装在系统,下面是安装方法 debian/ubuntu系统 apt install dnsutils centos/fedora系统 yum install bind-utils Arch Linux系统 pac...