System information tool written in gambas3, python, bash
Go to file
Tomasz Przybył f944bb6f69 .gitmodules: fix libcpuid url
GH https://github.com/eloaders/I-Nex/issues/20
2016-08-17 23:16:57 +02:00
Database Add Celeron T3000 Support and some fixes 2015-12-08 22:11:35 +01:00
I-Nex Merge pull request #23 from alphastar868/centos 2016-08-17 20:39:35 +02:00
JSON Add Experimental decode-dimms as i-nex-dimms 2014-08-22 15:26:17 +02:00
SIV New pci, usb, pnp database. SIV http://rh-software.com/ 2014-09-05 11:13:50 +02:00
Scripts Try fix Makefile:76: polecenia dla obiektu 'install-scripts' nie powiodły się 2014-07-01 11:33:51 +02:00
changelogs 7.4.0 Stable 2014-08-13 13:52:54 +02:00
debian Update control 2016-08-14 16:44:36 +02:00
dists Update i-nex.spec 2016-08-17 13:09:09 -04:00
docs Fixes copyright install 2014-07-15 20:41:42 +02:00
manpages Use Wildcards fo install manpages and pastebinit conf files 2014-02-23 14:31:12 +01:00
pastebin.d Changing Permission for files 2014-07-19 14:23:32 +02:00
pixmaps Fix pixmaps dir 2014-07-01 00:07:02 +02:00
.bzrignore Add the request of the Hebrew translators, remove the he.po file and add it to the ignore list. 2012-02-15 10:11:12 -05:00
.gitmodules .gitmodules: fix libcpuid url 2016-08-17 23:16:57 +02:00
Makefile New pci, usb, pnp database. SIV http://rh-software.com/ 2014-09-05 11:13:50 +02:00
README.md Update README.md 2016-08-14 15:57:09 +02:00
UDPATECPUDB Add script to update cpudb 2014-06-25 21:52:03 +02:00
i-nex.mk New pci, usb, pnp database. SIV http://rh-software.com/ 2014-09-05 11:13:50 +02:00
i2c_smbus.rules Add Experimental decode-dimms as i-nex-dimms 2014-08-22 15:26:17 +02:00
mkrelease mkrelease: fix typo 2016-06-29 22:20:07 +02:00
pastebinit Update Pastebinit to 1.4 2014-06-11 14:49:27 +02:00
pastebinit.xml Update Pastebinit to 1.4 2014-06-11 14:49:27 +02:00
release.conf Downgrade pastebinit script 2012-12-14 11:25:53 +01:00
requirements.md requirements.md: fix libcpuid url 2016-08-17 23:14:45 +02:00

README.md

I-Nex: System and Hardware information tool

logo logo

Homepage

I-Nex is an application that gathers information for hardware components available on your system and displays it using an user interface similar to the popular Windows tool CPU-Z.

I-Nex can display information for the following components: CPU, GPU, Motherboard, Sound, Hard disks, RAM, Network and USB as well as some system info like the hostname, Linux distribution and version, Xorg, GCC, GLX versions and Linux Kernel info.

Besides being able to display hardware information, I-Nex can also generate an advanced report for which you can select what to include and optionally send the report to a service such as Pastebin (and others). It also features an option to take a screenshot of the I-Nex window directly from the application.

The difference between I-Nex and the other hardware information GUI tools available for Linux is that the information is better organized and is displayed faster (than lshw-gtk for instance). Also, the hardware information is presented in a way thats easier to understand than other such tools.

Tested on

Dependencies

  • Gambas3
    • gambas3-runtime (>= 3.8.4)
    • gambas3-gb-image (>= 3.8.4)
    • gambas3-gb-qt4 (>= 3.8.4)
    • gambas3-gb-form (>= 3.8.4)
    • gambas3-gb-desktop (>= 3.8.4)
    • gambas3-gb-form-stock (>= 3.8.4)
  • libc6
  • libcpuid
  • libx11 libxext libgl1-mesa libglu1-mesa
    • libX11
    • libGL
    • libxcb
    • libdl
    • libglapi
    • libXext
    • libXdamage
    • libXfixes
    • libX11-xc
    • libxcb-glx
    • libxcb-dri2
    • libXxf86vm
    • libpthread
    • libXau
  • libprocps
    • libprocps3-dev, libprocps4-dev, libprocps-dev, libprocps0-dev, libproc-dev

Build in Ubuntu

Adding required repositories:

sudo add-apt-repository ppa:nemh/gambas3 &&\
sudo add-apt-repository ppa:i-nex-development-team/libcpuid11

Installing dependencies:

sudo apt-get install \
debhelper devscripts python python-all python-dev python-all-dev pkg-config dpkg-dev libcpuid11-dev \
lsb-release libprocps3-dev libprocps0-dev libproc-dev libx11-dev libxext-dev libgl1-mesa-dev \
libglu1-mesa-dev gambas3-dev gambas3-gb-image gambas3-gb-qt4 gambas3-gb-form gambas3-gb-desktop \
gambas3-gb-form-stock imagemagick git

Downloading sources

git clone https://github.com/eloaders/I-Nex.git

Build DEB package from sources:

cd ./I-Nex && \
fakeroot debian/rules build && \ 
fakeroot debian/rules binary && \
cd .. && \
sudo dpkg -i ./i-nex*.deb