Ubuntu20.04安装docker
输入以下命令: #使用 apt-get 进行安装 # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common # …
输入以下命令: #使用 apt-get 进行安装 # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common # …
Ubuntu 20.04的网络接口配置默认使用NetPlan,这个新工具取代了以前用于配置Ubuntu网络接口的静态接口(/etc/network/interfaces)文件。现在必须使用/etc/netplan/*.yaml来配置Ubuntu的网络接口。 所以在digitalocean配置静态ip应该修改/etc/netplan/00-cloud-init.yaml文件(这里文件开头的00可能有变化) # This is the network config written by ‘subiquity’ network: ethernets: ens3: addresses: – 0.0.0.0/24 #你的ipv4地址/子网掩码 – …
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh) https://github.com/lmc999/RegionRestrictionCheck