Debian 系统配置 IPv6 网络 0 By 董德多 on 2022年12月12日 Linux 编辑网络配置文件 /etc/network/interfaces 新增内容 iface ens3 inet6 static address 2001:4860:4860:1111/112 gateway 2001:4860:4860::1 dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844 重新载入网络配置 /etc/init.d/networking reload Debian ipv6
Linux系统无法解压过大的zip文件的解决办法(warning [xxx.zip]: xxx extra bytes at beginning or within zipfile (attempting to process anyway) error [templets.zip]: start of central directory not found; zipfile corrupt. (please check that you have transferred or created the zipfile in the appropriate BINARY mode and that you have compiled UnZip properly) Linux By 董德多