Debian常用配置
这里以 Debian12 为例
修改国内源
1 | sed -i 's@//.*debian.org@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list |
配置网络
vim /etc/network/interfaces
固定 ip 配置
1 | auto enp0s3 |
DHCP 配置
1 | iface enp0s3 inet dhcp |
重启网络服务
1 | sudo systemctl restart networking.service |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 杂烩饭!
评论