WARP为服务器添加IPv4/IPv6网络
1 | wget -N https://cdn.jsdelivr.net/gh/fscarmen/warp/menu.sh && bash menu.sh |
WireGuard 网络接口数据,查看 wg
1 | wget -N https://cdn.jsdelivr.net/gh/fscarmen/warp/menu.sh && bash menu.sh |
WireGuard 网络接口数据,查看 wg
Centos安装命令:
1 | yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh |
1 | <!-- more --> |
卸载命令
1 | wget http://download.bt.cn/install/bt-uninstall.sh |
bt工具箱 ,7.7.0版去强登后ssl申请好像有点问题,进去输入10降到7.6.0,输入3和1,去除强登
1 | wget -O btpanel_tools.sh https://download.btpanel.cm/tools/btpanel_tools.sh && bash btpanel_tools.sh |
Centos/Debian/Fedora:
1 | wget -O install.sh http://www.aapanel.com/script/install-en.sh && bash install.sh |
Ubuntu:
1 | wget -O install.sh http://www.aapanel.com/script/install-ubuntu-en.sh && sudo bash install.sh |
1 | iptables -I INPUT -p tcp --dport 80 -j DROP |
ipV6
1 | ip6tables -I INPUT -p tcp --dport 80 -j DROP |
firewall版本:
1 | firewall-cmd --permanent --remove-port=80/tcp |
1 |
|
CentOS系统执行以下命令安装:
1 | yum install screen |
Debian/Ubuntu系统执行以下命令安装:
1 | apt-get install screen |
如何使用screen命令
首先创建screen会话,执行以下命令:
1 | screen -S lnmp |
萌咖脚本(debian10):
1 | 全自动安装默认 |
1 | # 全自动安装Ubuntu 16.04 x64: |
1 | apt-get update |
1 | cat |
https://cdn.jsdelivr.net/gh/用户名/仓库名@版本号/ 即可访问你的内容了!
如本文示例:https://cdn.jsdelivr.net/gh/malaohu/jscdn@1.0/
AdGuardHome
表示对以下设置的所有server发起查询#选择回应最快的一条作为查询结果返回
1 | all-servers |
安装AdGuardHome
1 | wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz |
下面是控制服务可能需要的其他命令。
1 | ./AdGuardHome -s uninstall- 卸载 AdGuard 家庭服务。 |