一、在Linux中截图和连接网络的方法
1.截图方法:Applications–>System tools–>settings–>Keyboard–>Shortcuts–>Screenshots–>save a screenshot of an area of pictures–>设置快捷键
如何在Linux中截图和连接网络的方法

如何在Linux中截图和连接网络的方法
如何在Linux中截图和连接网络的方法
例如:设置F12为快捷键,按F12即可区域截图

2.如何在Linux系统里连接网络

(1)route -n 查看网络
(2) 连接wifi 输入密码
(3)route -n 再次查看网络是否多一个自己的
把之前默认的删除,
(4)cd /etc/sysconfig/network-scripts/切换到该目录下
如果有route -br0,删掉;如果没有肯定在ifcfg-br0,删掉里边Gateway0,reboot后重启就可以连接网络。
如何在Linux中截图和连接网络的方法
查看是否有Gateway0注释掉
如何在Linux中截图和连接网络的方法
查看是否有Gateway0注释掉
如何在Linux中截图和连接网络的方法
关闭wifi图标:systemctl stop NetworkManager.service
开启wifi图标:systemctl start NetworkManager.service

相关文章:

  • 2021-05-10
  • 2021-04-07
  • 2021-09-12
  • 2022-01-21
  • 2021-11-27
  • 2021-09-10
  • 2021-06-30
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2021-09-01
  • 2022-02-07
  • 2021-09-03
  • 2021-08-07
相关资源
相似解决方案