摘要: sudo dpkg-reconfigure gdm3 阅读全文
posted @ 2019-06-21 16:03 MoonXu 阅读(5438) 评论(0) 推荐(0)
摘要: 启动按shfit (或者ctl shift f1) 然后光标在第一行按e 倒数第二行末尾添加quiet splash $vt_handoff 3 然后按CTRL+X或F10引导系统,启动之后就是命令行模式了 阅读全文
posted @ 2019-06-21 10:39 MoonXu 阅读(2695) 评论(0) 推荐(0)
摘要: sudo vi /etc/network/interfaces 2 auto lo 3 iface lo inet loopback auto eth0iface eth0 inet dhcp 4 auto ens33 5 iface ens33inet static 6 address 192.1 阅读全文
posted @ 2019-06-21 09:50 MoonXu 阅读(328) 评论(0) 推荐(0)