白嫖甲骨文 终身免费服务器以及DD系统 升内核 安宝塔 配WARP
这个我的账号不知道怎么只能开2台 1H1G的 有人说可以开3台 但是韩国的还行 大家可以选择韩国chunsheng节点的机器
首先 安装操作系统为 ubuntu 20.4
密匙登录 登录完可以用不着这个玩意了
安装 Debian 10(来自:https://github.com/bohanyang/debi)
1 安装依赖环境
apt-get update -y && apt-get install -y xz-utils openssl gawk file
2 下载运行脚本
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
./debi.sh –cdn –network-console –ethx –bbr –user root –password 123456
123456可以替换为自己的root密码 省的进去再改
3 没有报错重启等待10分钟以后再连接(如果提示密码不对就是没有DD完,等就行。)
shutdown -r now
更新内核至5.10
apt-get install wget
apt-get update && apt-get install -y lsb-release && apt-get clean all && apt update
apt -t $(lsb_release -sc)-backports install linux-image-$(dpkg –print-architecture) linux-headers-$(dpkg –print-architecture) -y
reboot
uname -r
现实5.10就正常了
卸载老的内核
dpkg -l|grep linux-image | awk ‘{print $2}’
apt remove –purge linux-image-4.19.0-16-arm64
update-grub2
reboot
安装宝塔
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
安装好后 清除手机绑定
sed -i “s|if (bind_user == ‘True’) {|if (bind_user == ‘REMOVED’) {|g” /www/server/panel/BTPanel/static/js/index.js
rm -rf /www/server/panel/data/bind.pl
部署WARP(升级完内核再操作!)(其实我觉得这玩意没什么用 NETFLIX上没什么好看的)
apt update && apt install curl lsb-release -y && echo “deb http://deb.debian.org/debian $(lsb_release -sc)-backports main” | tee /etc/apt/sources.list.d/backports.list && apt update && apt install net-tools iproute2 openresolv dnsutils -y && apt install wireguard-tools –no-install-recommends && curl -fsSL git.io/wgcf.sh | bash && wgcf register && wgcf generate && sed -i ‘/0.0.0.0/d’ ./wgcf-profile.conf && sed -i ‘s/engage.cloudflareclient.com/162.159.192.1/g’ ./wgcf-profile.conf && sed -i ‘s/1.1.1.1/168.126.63.2,8.8.8.8,208.67.222.222/g’ ./wgcf-profile.conf && cp wgcf-profile.conf /etc/wireguard/wgcf.conf && systemctl start wg-quick@wgcf && systemctl enable wg-quick@wgcf && grep -qE ‘^[ ]*label[ ]*2002::/16[ ]*2’ /etc/gai.conf || echo ‘label 2002::/16 2’ | tee -a /etc/gai.conf