
lightsail开启ipv6
lightsail自动获取了ipv6但是不能直接用,还需要一些设置。开始首先看一下网卡ip addr网卡eth0内发现有 IPv6 inet6 2406:xxxxxxxxxxxxx::/128用p...
lightsail自动获取了ipv6但是不能直接用,还需要一些设置。开始首先看一下网卡ip addr网卡eth0内发现有 IPv6 inet6 2406:xxxxxxxxxxxxx::/128用p...
二、客户端1、创建共享目录mkdir /data/share-file2、挂载目录mount 192.168.1.1:/data/nfs-share /data/share-...
后台插件进不去是因为无法xiuno的服务器,xiuno官方服务器已经关闭,导致整个插件管理页面都打不开那么怎么办呢?解决方案:打开根目录/model/plugin.func.php 然后在第74行和第75行,前面加 ...
编译php扩展遇到的问题configure.ac:3: error: Autoconf version 2.68 or higher is requiredphpize出现以下问题解决方案:Autoconf需要更高版...
据业务的特殊需求,有些服务器可能禁止外部ping请求。可以使用以下命令来快速实现:1.关闭ping请求sysctl -w net.ipv4.icmp_echo_ignore_all=1sysctl -p2.开启pin...