132 甲骨文ARM DD Debian10 安装宝塔

warning: 这篇文章距离上次修改已过1203天,其中的内容可能已经有所变动。
阿里云2核2G3M不限新老用户99元(续费同价)
华为新用户2核1G2M1年29元(首年特惠/年抛)
服务器9.9元/年(10个固定IPV6可当挂机宝)
免费GPT3.5,也有收费的GPT-4
免费CDN带WAF防火墙不限流量


安装依赖

apt-get update -y && apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

下载脚本

curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh

运行脚本

以下命令选项开启了 BBR;设置了网卡名称形式是 eth0 而不是 ens3 这种;如果不是 ARM 架构,还可以添加 –cloud-kernel 使用轻量版内核;ws@wscc为默认密码可以修改

./debi.sh --cdn --network-console --ethx --bbr --user root --password ws@wscc #ws@wscc为默认密码可以修改成你自己的

没有报错执行下方重启代码,等待5分钟以后再连接

shutdown -r now

更新内核至5.10

#安装依赖
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

宝塔安装说明

正常安装debian的宝塔脚本即可

注意安装软件的版本选择

其他版本可能装不上,为了少走弯路,推荐我已经成功安装的版本

极速安装

  • Nginx - Tengine
  • Mysql 5.6
  • PHP 7.4
本文地址:https://wangsheng.cc/post/132.html

打赏名单

不分博文,不定期整理近期数据,感谢各位打赏,如有需求请在扫码后的备注填写

网名 打赏金额(元) 网名 打赏金额(元)
火舞艳阳☀ 50 *帆(喝奶茶) 7
*宇 1 杨*8 5
乖乖鲁 1 linyi 2
*人 2 a*9 1
张九今 500
none
最后修改于:2022年01月02日 19:14

评论已关闭