摘要: ## 1.以前的网络配置 ubuntu系统里通常在`/etc/network/interfaces`里配置好IP等信息 interfaces文件配置内容大概如下: ``` auto enp0s3 iface enp0s3 inet static address 10.0.2.15 netmask 2 阅读全文
posted @ 2023-09-02 20:55 莱纳你坐啊 阅读(24476) 评论(6) 推荐(2)
摘要: 1.`lsb_release -a` ``` ubuntu@ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 2 阅读全文
posted @ 2023-09-02 19:54 莱纳你坐啊 阅读(97) 评论(0) 推荐(0)