Saturday, June 15, 2013

How to display lots of system info about your Linux Machine

Commands to show lots of info about your Linux system.

$ cat /etc/*release

$ cinnamon --version


$ uname -a 

$ lscpu 

$ ifconfig -a 

$ dpkg --list | more

No comments:

Post a Comment