You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested your code and wondered why no system info is showing for me, where a similar application does.
As it turns out both my Arch Desktop as well as my NixOs server both do not provide lshw and required su for dmidecode.
I tested your code and wondered why no system info is showing for me, where a similar application does.
As it turns out both my Arch Desktop as well as my NixOs server both do not provide lshw and required su for dmidecode.
As I was looking for replacing some C++ code, this is how my "reference" application does it:
https://github.com/FAForever/uid/blob/master/machine_info_linux.cpp
(in general it's parsing things individually from
/sys
files)The text was updated successfully, but these errors were encountered: