DEV Community

Cover image for Pretty System Specs
skino
skino

Posted on

4

Pretty System Specs

Intro

One thing i spotted when i started using Tech Twitter was people would post screenshots of there system specifications in terminals with pretty logos etc and i wanted to know how it was all done!...... its actually SUPER simple.

NeoFetch

NeoFetch is a free, easy to install application which gathers system information and prints it to the terminal in a "pretty way". It pulls together all of your system information and strips out the crap and displays it in a way that doesnt hurt the brain....

Installation

Installing NeoFetch is as easy as typing the following two commands....



sudo add-apt-repository ppa:dawidd0811/neofetch



Enter fullscreen mode Exit fullscreen mode

and



sudo apt update && sudo apt install neofetch



Enter fullscreen mode Exit fullscreen mode

this add the official NeoFetch PPA to your ubuntu installation and means you will always get the most up to date version.

after that simply type neofetch in your terminal and you will get a screenshot like below.

Another app you can use is screenfetch which does near enough the exact same thing!.

Install it with the following command:



sudo apt install screenfetch



Enter fullscreen mode Exit fullscreen mode

and then just type screenfetch in your terminal to get your system specs like below.

Well thats going to do it today hope this quick blog post will be of interest and help you out. as a side note you can also get Screenfetch for MacOS.

Raspada-Blog

I post on my blog primarily and share the posts via API, please check out Raspada-Blog for more posts and information. If you have any questions please message me on twitter or use my website contact form.

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay