Ubuntu/Debian 使用ntpdate同步网络时间之前在一篇博客有提到过玩客云的armbian安装青龙面板在玩客云上使用青龙面板:拉取镜像docker pull whyour/qinglong:2.10.13创建容器docker run -tid --name qinglong -p 5700:5700 --restart always w…
Debian/Ubuntu 放行端口安装iptables(通常系统都会自带,如果没有就需要安装)apt-get update apt-get install iptables例如要放行8888端口iptables -I INPUT -p tcp --dport 8888 -j ACCEPT然后保存放行规则iptables-save设置完就已经放行了…
Debian / Ubuntu安装v2rayAv2rayA 的功能依赖于 V2Ray 内核,因此需要安装内核。安装 V2Ray 内核V2Ray 的官方脚本V2Ray 安装参考:https://github.com/v2fly/fhs-install-v2rayv2rayA 提供的镜像脚本(推荐)curl -Ls https://mirrors.v2…