ubuntu安装及防火墙配置

1、系统安装:

https://jingyan.baidu.com/article/3c48dd348bc005e10be358eb.html

2、系统更新:

https://blog.csdn.net/ezhchai/article/details/80525207

3、系统下载地址:

https://releases.ubuntu.com/xenial/

4、ubuntu系统的防火墙相关:

https://blog.csdn.net/qq_36938617/article/details/95234909?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param

5、配置网络:

(1)

https://www.cnblogs.com/lishubin/p/11672037.html

https://blog.csdn.net/yangpf1910/article/details/96432979

  • ifconfig查看IP地址是否改过来,如若发现Ip地址重启网络不生效,在命令行执行

     ip addr flush dev eth0

          ifdown eth0

          ifup eth0

(2)配置虚拟网卡:

https://www.cnblogs.com/nulige/p/8979069.html

 6、 配置ssh远程连接

https://blog.csdn.net/zhe_csdn/article/details/90053018

7、yum与apt的区别与使用

https://blog.csdn.net/Lkeven/article/details/77100358

 8、安装docker

sudo apt install docker.io

使用docker 安装centos7镜像

https://www.runoob.com/docker/docker-install-centos.html

 9、Ubuntu16.04删除客人会话

https://blog.csdn.net/weixin_30415113/article/details/94965509

 10、ubuntu15系统使用root用户或者其它用户登录系统

https://blog.csdn.net/XiaoXiaoPengBo/article/details/78028134

 11、ubuntu安装tigervnc

https://jingyan.baidu.com/article/cbcede077f59bf02f40b4ddb.html

 12、ubuntu使用root用户无法ssh登录解决办法

https://jingyan.baidu.com/article/066074d615b8f4c3c31cb067.html

1

原文地址:https://www.cnblogs.com/yaok430/p/13744754.html