差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:commands:hardware [2020/08/04 08:58] – ともやん | linux:commands:hardware [2024/04/13 03:59] (現在) – [Ethernet / Wifi カード情報ぼ表示 [lspci | grep -i net]] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== ハードウェア関連 ====== | ====== ハードウェア関連 ====== | ||
| 行 284: | 行 256: | ||
| </ | </ | ||
| - | ==== VGA カード情報ぼ表示 [lspci | grep -i vga] ==== | + | ==== VGA カード情報の表示 [lspci | grep -i vga] ==== |
| < | < | ||
| $ lspci | grep -i vga | $ lspci | grep -i vga | ||
| 行 291: | 行 263: | ||
| </ | </ | ||
| - | ==== Ethernet / Wifi カード情報ぼ表示 [lspci | grep -i net] ==== | + | ==== Ethernet / Wifi カード情報の表示 [lspci | grep -i net] ==== |
| < | < | ||
| $ lspci | grep -i net | $ lspci | grep -i net | ||