Ubuntu Server 设置静态ip

编辑网络配置文件 nano /etc/netplan/50-cloud-init.yaml

保存,应用设置 netplan apply

阅读全文

Ubuntu Server 设置全局代理脚本

新建脚本文件

输入以下内容

阅读全文

Ubuntu Server APT 代理设置

编辑apt配置文件

增加自定义代理

保存退出即生效

阅读全文

Ubuntu Server 启用 root 账户

在安装 Ubuntu Server 时无法启用 root 账户,只能创建一个非 root 账户。
在安装后如何启用 root 账户?

阅读全文