Showing posts with label linux kernel. Show all posts
Showing posts with label linux kernel. Show all posts

Wednesday, February 19, 2014

I-Nex, an app that displays the hardware information

0 comments

I-Nex, an app that displays the hardware information

I-Nex is a structured program that shows you a simple computer information in detail, which is similar to the program CPU-Z on the windows; program displays all the hardware informations of your computer, including the name of the system and kernel version.

To install the I-Nex on Ubuntu, open the terminal and run the following commands :

sudo add-apt-repository ppa: nemh/gambas3 && sudo add-apt-repository ppa: i-nex-development-team/stable && sudo apt-get update && sudo apt-get-y install i-nex

     
Read more...

Monday, February 10, 2014

How to Check Kernel version and other related information in Linux

0 comments

How to Check Kernel version and other related information in Linux

uname command with the -a option gives an output of some system information, including machine name, kernel name and version, and a few other details.

For example :

04:58 pm nec ~
┗$ uname -a
Linux amz 3.10.27-1-MANJARO #1 SMP Thu Jan 16 20:54:40 UTC 2014 i686 GNU/Linux



     
Read more...