小编use*_*750的帖子

如何理解lspci树格式?

我使用戴尔 G3 3579 运行 lspci -tvv 命令。

这是输出:

-[0000:00]-+-00.0  Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers
           +-01.0-[01]----00.0  NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
           +-02.0  Intel Corporation Device 3e9b
           +-04.0  Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem        
           +-08.0  Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
           +-12.0  Intel Corporation Cannon Lake PCH Thermal Controller
           +-14.0  Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller
           +-14.2 …
Run Code Online (Sandbox Code Playgroud)

linux pci-express pci drivers

9
推荐指数
1
解决办法
9453
查看次数

locale-gen 在 Linux 中生成什么?

在我的理解中,语言环境只是一组指示系统语言和区域的环境变量。但在我们使用它之前,我们需要编辑locale.gen文件以指示您要使用的区域设置,然后运行locale-gen命令。那么它有什么locale-gen作用呢?生成什么数据local-gen?Linux 如何使用这些数据?

linux locale

7
推荐指数
1
解决办法
4095
查看次数

如何在 Linux 中检查程序使用的是 Wayland 还是 X11?

Linux中是否有命令可以判断程序是否使用Wayland、Xorg或Xwayland?

linux xorg wayland

5
推荐指数
1
解决办法
4498
查看次数

“scope”在 ip route 中有什么作用,为什么需要在 Linux 中设置静态路由?

如果我想用静态路由规则替换默认的 dhcp 路由规则,我必须添加规则ip route add scope link dev eth0。否则我会得到一个错误:“Nexthop has a invalid gateway”。

以下是我的问题:
Q1:ip route 中的“scope link”是什么意思?
Q2:为什么要从dhcp规则改成静态规则?

networking linux iproute2 routing-table

4
推荐指数
1
解决办法
6485
查看次数