MJJ出征
9.39K subscribers
5.65K photos
3.1K videos
36 files
6.64K links
Download Telegram
#Debian DD网络重装
(该死的Vir默认镜像是坏的建议自己动手D最佳)
#点击VPS Control Panel进去面板重装默认选“AlmaLinux 8.3 (64-Bit)”

#然后进入SSH后更新下
yum update

#DD网络重装个Debian 9,端口22,密码password
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
sudo ./debi.sh --cdn --network-console --ethx --bbr --user root --password password --version 9
sudo shutdown -r now
#DD网络重装个Debian 10,端口22,密码password
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
sudo ./debi.sh --cdn --network-console --ethx --bbr --user root --password password --version 10
sudo shutdown -r now
#DD网络重装个Debian 11,端口22,密码password
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
sudo ./debi.sh --cdn --network-console --ethx --bbr --user root --password password --version 11
sudo shutdown -r now

2min左右就可以的
Github #virmach #virdd
Forwarded from Solidot
RISC-V 成为 Debian 官方支持架构

2023-07-24 13:40 by 千与千寻

64 位 RISC-V(riscv64)成为 Debian 官方支持架构,而代号为 Trixie 的 Debian 13 预计将是第一个支持 riscv64 的版本。Debian 12 在 2023 年 6 月 10 日发布,Debian 13 随后进入了开发阶段。开发者表示,目前还处于早期阶段,riscv64 相关源代码库基本还是空的,他们的下一步计划是构建一个包含 90 个软件包的最小集。

https://lists.debian.org/debian-riscv/2023/07/msg00053.html

#Debian
10🥰1