标签:hub ror res index tps upd cto 更新 add
VirtualBox 6.0.4
debian-live-9.8.0-amd64-xfce.iso
ROM: 32G
RAM: 10.8G
CPU: 4
网络: 桥接网卡
https://lctt.github.io/LFS-BOOK/lfs-systemd/index.html
https://blog.51cto.com/9828355/2330677?source=dra
https://wenku.baidu.com/view/724ea118ff00bed5b9f31d92.html
# 设置 root 密码
sudo passwd
# 切换至 root
su
# 使用阿里源
cd /etc/apt
mv sources.list.d/base.list{,.bak}
vi sources.list
deb http://mirrors.aliyun.com/debian stretch main contrib non-free
deb-src http://mirrors.aliyun.com/debian stretch main contrib non-free
deb http://mirrors.aliyun.com/debian stretch-updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian stretch-updates main contrib non-free
deb http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-free
# 更新并下载 ssh
apt update && apt install ssh
# 配置 ssh
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
systemctl restart sshd
# 查看ip
ip addr
标签:hub ror res index tps upd cto 更新 add
原文地址:https://www.cnblogs.com/vzsh/p/10681631.html