I always wanted to know if the LINUX has any about page for the system information like the Windows does or even the Mac does for that matter. In case of new Windows 10 it seems like they have added all of that information into the settings page. And that about information about system and the computer information can be accessed that way.
In case of Ubuntu there is one command line tool that you can use. It is known as the screenfetch.
You can install screenfetch using apt tool.
sudo apt install screenfetch
And then open the terminal again. And now you can just type in the command.
screenfetch
This should give you the output like shown below.
Cool isn't it? I just love how the Linux is now maturing and making things lot better as the time goes ahead.
I learned something new today and thought of sharing with you.