Want to share the specifics of your Linux system with someone else via the internet but don’t want to go through the trouble of searching for and typing in each detail one by one? Don’t worry; there’s a command-line program called Neofetch that will display all of the information you need right on the terminal.
In this lesson, we’ll go through the fundamentals of installing and using Neofetch. But, before we go any further, please in mind that this tutorial’s instructions and commands were tested on Ubuntu 20.04 LTS.
Here’s what the developer says
To download and install the tool on your system, run the following command:
sudo apt-get install neofetch
Once the tool is installed, you can simply run it using the following command:
neofetch
On one of my old Linux systems, the above command produced the following output:
The tool is highly customizable. “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,” the official documentation explains.
For precise details on how you can customize the information, the tool produces, head here.
The post How to get system-related information on the Linux command line with Neofetch appeared first on FAQforge.
At Canonical, the work of our teams is strongly embedded in the open source principles…
Welcome to the Ubuntu Weekly Newsletter, Issue 873 for the week of December 29, 2024…
Have WiFi troubles on your Ubuntu 24.04 system? Don’t worry, you’re not alone. WiFi problems…
The following is a post from Mark Shuttleworth on the Ubuntu Discourse instance. For more…
I don’t like my prompt, i want to change it. it has my username and…
Introduction: A Fragile Trust The Ruby ecosystem relies heavily on RubyGems.org as the central platform…