How do I know what in my box that I used.(linux)

- We can start with command:
>>> lspci
That's list all PCI devices, But we can advance it by
>>> lspci -v

- We can see cpuinfo
>>> cat /proc/cpuinfo

and guess what!!! we have
>>> lshw
but you have to use super-user for running it.

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade