mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#dmidecode

0 Beiträge0 Beteiligte0 Beiträge heute

Do not ask users to share the output of #dmidecode without strong need, as it contains data some people would prefer to keep privat (like serial numbers for board, chassis, …).

Instead tell them to share the output of the following command, which usually suffices (for example to generate #kernel quirks):

grep '' /sys/class/dmi/id/* 2>/dev/null

#NoteToSelf #LinuxKernel

[Edits: grep command updated after valid critique and good suggestions from @Aissen and @lkundrak]