保姆级教程!甲骨文ARM DD成Debian10并升级内核成5.10

保姆级教程!甲骨文ARM DD成Debian10并升级内核成5.10

V+变量
2021-05-31 / 0 评论 / 6,158 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2021年05月31日,已超过1327天没有更新,若内容或图片失效,请留言反馈。

香喷喷的4核24G 100G。Debian10系统,内核版本5.10

分享一下操作流程,希望能够对mjj们有所帮助~

安装Debian 10

参考:https://www.vvars.com/package-tool/Oracle-oracle-ARM-reinstall-Debian-10.html

新建实例时选的 ubuntu 20.4,非 mini 版

用到的脚本来自

https://github.com/bohanyang/debi

  1. Download
    Download the script with curl:

curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh

chmod a+rx debi.sh

sudo ./debi.sh --architecture arm64 --user root --password password

设置默认root的密码为password,登陆成功之后记得自己输入passwd修改密码!!!

没报错的话继续运行:

sudo shutdown -r now

更新内核至5.10

参考:https://p3terx.com/archives/debian-linux-vps-server-wireguard-installation-tutorial.html

1、添加 back­ports 源

echo "deb http://deb.debian.org/debian $(lsb_release -sc)-backports main" | sudo tee /etc/apt/sources.list.d/backports.list
sudo apt update

uname -r

此时看到的版本应该是4.19的,为了之后安装warp方便,我们可以更新内核到新版,5.6以上就自带了wireguard了,现在最新的是5.10

sudo apt -t $(lsb_release -sc)-backports install linux-image-$(dpkg --print-architecture) linux-headers-$(dpkg --print-architecture) --install-recommends -y

安装完重启,执行 uname -r 命令,现在已经是5.10了。

PS:

1、安装宝塔面板,nginx和php可以选择编译安装,我一键安装会报错;

2、
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh

ARM适配的一些脚本,来源https://t.me/blueskyxnblog

3、Mac用户可以不用putty,用更简单的方法来登陆甲骨文,

参考:https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm

1

评论

博主关闭了当前页面的评论