戴尔服务器安装Ubuntu

前端之家收集整理的这篇文章主要介绍了戴尔服务器安装Ubuntu前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

其他步骤同安装centos7.3差不多

现在只写不同的地方

进bios关闭 secure boot

远程连接需要安装ssh

apt-get install openssh-server

关于源的配置,如果老报不识别

可以用电脑cmd,ping一下地址,得到ip,把ip和地址配到服务器hosts里

允许root用户远程

vim /etc/ssh/sshd_config

注释掉 PermitRootLogin without-password,添加PermitRootLogin yes
原文链接:https://www.f2er.com/ubuntu/349549.html

猜你在找的Ubuntu相关文章