Archives For November 30, 1999

For those want to check PC hardware specs in Linux, CPU-X is a good choice for user switching from Microsoft Windows.

It’s a free open-source system profiling and monitoring application, that looks quite similar to CPU-Z for Windows. With it, you can check your CPU specification, vendor, codename, clocks, and L1/L2/L3 caches.

It also shows the motherboard manufacturer, model, BIOS brand and version, etc. As well, it shows graphic card vendor, driver, GPU chip, and basic operating system up-time, and monitor memory usage for you.

Benchmark is also available for running in either single or multiple cores. However, it does not provide a list of other CPU scores to compare with.

How to Install CPU-X in Linux:

The software is available in the official repositories of Ubuntu, Fedora, Debian Linux. User may simply search for and install it via your system package manager.

For Ubuntu user, simply search for and install it in Ubuntu Software:

CPU-X in Ubuntu repository is a little old. For the latest version with bug-fixes and updated database. Go download the “AppImage” from releases page:

Then, right-click on it and go ‘Properties’ to enable executable permission. And, finally click run the AppImage to launch the tool.

neofetch ubuntu

NeoFetch, the cross-platform command-line system information tool, has reached the major 2.0 release. Here’s how to install it in Ubuntu 16.04, Ubuntu 16.10, and other releases higher than Ubuntu 12.04.

    Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ascii file of your choice. The main purpose of neofetch is to be used in screenshots to show other users what OS/Distro you’re running, what Theme/Icons you’re using and etc.

    Neofetch is highly customizable through the use of commandline flags or the user config file. There are over 50 config options to mess around with and there’s the print_info() function and friends which let you add your own custom info.

Neofetch 2.0 is the biggest release in a long time. The majority of the script has been rewritten, restructered and cleaned up. Every function and variable name follows a proper naming scheme and a large number of bugs were fixed.

  • New Operating System support: ChaletOS, DracOS, Haiku, GNU Hurd, Korora, Netrunner, Pardus, iPhone 7 and 7 plus.
  • ASCII art handling written.
  • Now display your OS’s ascii logo if the distro’s logo isn’t found
  • Wallpaper support for Cinnamon desktop.
  • Added support for HyperTerm
  • Prefer dedicated GPU over integrated GPU in Linux.
  • Improved documentation & wiki
  • More and more.

NeoFetch

How to Install NeoFetch 2.0 in Ubuntu:

For Ubuntu 12.04, Ubuntu 14.04, …, up to Ubuntu 17.04, the new release has been made into this PPA repsitory.

Run below commands one by one in terminal (Ctrl+Alt+T) to add the PPA to your system and install NeoFetch 2.0:

sudo add-apt-repository ppa:dawidd0811/neofetch

sudo apt update 

sudo apt install neofetch

Or directly download the “neofetch_2.0-1ubuntu1_all.deb” package from the link below and click install via Ubuntu Software:

Download NeoFetch 2.0 (.deb)