码迷,mamicode.com
首页 > 其他好文 > 详细

LFS8.4 遇到的问题

时间:2019-04-10 10:35:58      阅读:280      评论:0      收藏:0      [点我收藏+]

标签: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

LFS8.4 遇到的问题

标签:hub   ror   res   index   tps   upd   cto   更新   add   

原文地址:https://www.cnblogs.com/vzsh/p/10681631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!