CPUID

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: CPUID

Post by Husse »

The Device manager gives a lot of info, but I can't see that you can export it to a file

Code: Select all

cat /proc/*
gives more info than you need

Code: Select all

dmesg
gives a lot of useful info
but

Code: Select all

sudo lshw
gives you a nice overview
also

Code: Select all

sudo biosdecode
The output of the terminal is very easy to copy to a textfile
As you see I don't have a GUI application in the list. If you want to find one try to google

Code: Select all

hardware info linux
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Beginner Questions”