非root用户在每条命令前加 sudo
配置静态IP地址
vi /etc/network/interfaces
内容如下:
auto eth0 ##应该是启用第一块网卡的意思
ifconf eth0 inet static
address 192.168.0.2 ##IP地址
netmask 255.255.255.0 ##子网掩码
gateway 192.168.0.1 ##网关
配置DNS
vi /etc/resolv.conf
增加内容:
nameserver 61.177.7.1
配置网关
route add default gw 192.168.0.1
重新启动网络配置
/etc/init.d/networking restart
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100576.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...