Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

ScreenFetch Fetch Linux System Information on Terminal with Distribution ASCI ...

$
0
0

by Magesh Maruthamuthu Published : September 30, 2016 | Last Updated: September 29, 2016

We can easily check the System information on windows PC by My Computer >> Right Click >> Properties but in linux Pc bit difficult to know all the information, even if we have GUI for that because it will provide very less info about computer, like that way screenfetch came to picture and providing detailed information about computer.

screenFetch is a bash script. It will auto-detect your distribution and display an ASCII art version of that distribution’s logo and some valuable information to the right. Everywhere we can see the ASCII art distribution logos screenshots nowadays. There are options to specify no ASCII art, colors, taking a screenshot upon displaying info, and even customizing the screenshot command.

What are the information ScreenFetch shows User Name Host Name OS with Code Name Installed Kernel Info System Uptime List of Installed Packages bash Shell Version System Resolution DE (Desktop Environment) WM (Window Manager) WM Theme GTK Theme Icon Theme Font CPU RAM Usage Install ScreenFetch on Linux

All the modern Linux distribution included screenfetch on official repository, so we can easily install with help of package manager.

[Install ScreenFetch upto Fedora 21]
$ sudo yum install screenfetch
[Install ScreenFetch on Fedora 22 and later]
$ sudo dnf install screenfetch

Our bad luck RHEL & CentOS system don’t have official & thrid party package for screenfetch. So the only option, manual installation. Just follow the below steps. Whoever want to install latest release, you can also try this method.

[Install ScreenFetch on CentOS/RHEL]
$ sudo curl -o /usr/local/bin/screenfetch https://raw.githubusercontent.com/KittyKatt/screenFetch/master/screenfetch-dev && sudo chmod +x /usr/local/bin/screenfetch For Debian/Ubuntu/LinuxMint $ sudo apt-get install screenfetch For Arch Linux based system $ sudo pacman -S screenfetch

Page 1 of 2 1 2


Viewing all articles
Browse latest Browse all 11063

Trending Articles