It's a linux(ubuntu) terminal based computer application to generate computer hardware information and save those information to a text file.
- FLTK Version: 1.3
- UI Used: FLUID (Fast Light User Interface Design)
- Environment: Linux(Ubuntu)
- Programming Language used: C/C++
As I already said it's a terminal based application, so you have to run it from linux terminal. Let's start-
- First of all, let's download the binary application using the following command line:
wget https://github.com/imShakil/PCiNooB/releases/latest/download/PCiNooB
- Give permission to run this file:
chmod +x PCiNooB
- Finally, run the application as below:
./PCiNooB
That's all. It will run and save some hardware information to a external txt file.