摘要: Linux配置网卡、创建用户赋予sudo权限、互信息等基本操作: 配置网卡: 编辑网卡配置文件(例如eth0):sudo nano /etc/network/interfaces 添加配置,如静态IP: iface eth0 inet static address 192.168.1.100 net 阅读全文
posted @ 2025-03-16 12:47 小前端攻城狮 阅读(36) 评论(0) 推荐(0)