Projekt

Allgemein

Profil

Config hardwareinfo » Historie » Version 3

Jeremias Keihsler, 19.04.2019 13:40

1 1 Jeremias Keihsler
h1. How To Get Hardwareinfo
2
3
h2. Requirements
4
5
To configure InitTab you will need the following:
6
* a installed and supported operating system (e.g. CentOS)
7
* root-access
8
9
h2. Preliminary Note
10
11
h2. helpful commands
12
13
<pre><code class="bash">
14
lspci
15
lshw
16 3 Jeremias Keihsler
hwinfo
17 1 Jeremias Keihsler
cat /proc/cpuinfo
18
cat /proc/devices
19
cat /proc/meminfo
20
dmesg
21
dmidecode
22
dmidecode -t0
23
dmidecode -t1
24
</code></pre>