Here’s how to obtain your computer’s system and hardware information on Windows and Linux systems.
Windows
(1) Open Control Panel >> System and Security >> System
(2) Run ‘
system information
’ from windows’ search bar
- This will open the application and will show your machine’s hardware and software details
Linux
Operating system and version
cat /etc/*release
CPU or processor
lscpu
## or ##
cat /proc/cpuinfo
Memory
free
## or ##
cat /proc/meminfo