1.Ubuntu16.04联网

Ubuntu16.04首次安装无法连网,在命令行下ifconfig能够看到ip地址,不是默认的eth0,而是enps03XXX,然后ping 本机和ping 网关都能够 ping 通,但是sudo apt-get update无法更新,浏览器也无法上网。
解决方案:
在终端中输入ifconfig命令查看网卡名称(例如:enps03XXX),默认的为eth0,然后打开/etc/network/interfaces文件修改方式如下:
Ubuntu16.04首次安装无法连网和将桌面左侧任务栏移到屏幕底部
其中
enp0s3XXX是ifconfig显示出来的网卡,默认的是eth0或者其他
address:设置ip,host-only模式则网段注意保持一致
netmask:掩码
dns-nameserver:dns解析服务器,选择最近的。
gateway:配置网关
然后sudo /etc/init.d/networking restart,再试试。如果还是不行,就reboot,如此还是无效,我也不知道了,毕竟对系统还是菜鸟。

### 2.移动 Ubuntu16.04 桌面左侧任务栏到屏幕底部
在终端中输入命令:gsettings set com.canonical.Unity.Launcher launcher-position Bottom

相关文章:

  • 2021-06-13
  • 2022-02-07
  • 2021-07-05
  • 2022-12-23
  • 2021-11-16
  • 2021-07-24
  • 2021-11-20
  • 2021-04-15
猜你喜欢
  • 2021-12-12
  • 2022-02-21
  • 2021-05-11
  • 2022-12-23
相关资源
相似解决方案