<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>neofetch Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/neofetch/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 14 Mar 2020 15:47:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Neofetch and Screenfetch on CentOS 8</title>
		<link>https://www.osradar.com/install-neofetch-screenfetch-centos-8/</link>
					<comments>https://www.osradar.com/install-neofetch-screenfetch-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 18 Mar 2020 23:44:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[neofetch]]></category>
		<category><![CDATA[screenfetch]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19050</guid>

					<description><![CDATA[<p>Sometimes we need basic information about a computer with Linux. Especially if the computer is not ours or we want to share certain features of it with the rest. I can imagine that for technical support. In desktop environments, there are several ways to do it using the graphical interface but today we will do [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-neofetch-screenfetch-centos-8/">Install Neofetch and Screenfetch on CentOS 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes we need basic information about a computer with Linux. Especially if the computer is not ours or we want to share certain features of it with the rest. I can imagine that for technical support. In desktop environments, there are several ways to do it using the graphical interface but today we will do it from the terminal. <strong>To do this we have to install Neofetch or Screenfetch and we will do it in CentOS 8.</strong></p>
<h2>Wait a minute, what are Neofetch and Screefetch?</h2>
<p>Both Neofetch and Screenfetch are tools written in bash language that allows showing in the terminal the basic information of the computer. Some of this information is related to the CPU, RAM, hard disk and so on.</p>
<p>Many times we can ask ourselves which is the utility of these tools. We must take into account that not always there are Linux computers that have graphic interfaces and then it becomes necessary to use some of these applications.</p>
<p>In question of functioning, both are practically the same, but Neofetch is a little more flexible in the configuration by means of a file that can manipulate everything. It is also possible to use another configuration file than the default one.</p>
<p>So today we will install them both on CentOS 8.</p>
<h2>Install Neofetch and Screenfetch on CentOS 8</h2>
<p>Let&#8217;s go to <a href="https://github.com/dylanaraps/neofetch" target="_blank" rel="noopener noreferrer">Neofetch</a> first. This one supports almost 150 operating systems so let&#8217;s imagine how well done it is. We also have the possibility to show the logo of our application in ASCII or a normal image.</p>
<p>Best of all, Neofetch has a package built for CentOS 8. This package is available in the EPEL repository, so let&#8217;s go for it.</p>
<p>Open a terminal session or connect to your server using SSH.</p>
<p>Then, add the EPEL repository, with the following command</p>
<pre>:~$ sudo dnf install epel-release
Last metadata expiration check: 0:02:49 ago on Sat Mar 14 10:29:06 2020.
Dependencies resolved.
=========================================================================================================================================================================
 Package                                     Architecture                          Version                                   Repository                             Size
=========================================================================================================================================================================
Installing:
 epel-release                                noarch                                8-5.el8                                   extras                                 22 k
Transaction Summary
=========================================================================================================================================================================
Install  1 Package
Total download size: 22 k
Installed size: 30 k
Is this ok [y/N]:</pre>
<figure id="attachment_19055" aria-describedby="caption-attachment-19055" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19055" src="https://www.osradar.com/wp-content/uploads/2020/03/1-8.png" alt="1.- Enable the EPEL repository on CentOS 8" width="1365" height="343" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-8.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/1-8-300x75.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-8-1024x257.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-8-768x193.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-8-696x175.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-8-1068x268.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19055" class="wp-caption-text">1.- Enable the EPEL repository on CentOS 8</figcaption></figure>
<p>There the process will start and when it is finished, you can install Neofetch:</p>
<pre>:~$ sudo dnf install neofetch</pre>
<figure id="attachment_19056" aria-describedby="caption-attachment-19056" style="width: 1364px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19056" src="https://www.osradar.com/wp-content/uploads/2020/03/2-9.png" alt="2.- Installing Neofetch on CentOS 8" width="1364" height="707" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-9.png 1364w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-768x398.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/2-9-810x420.png 810w" sizes="(max-width: 1364px) 100vw, 1364px" /><figcaption id="caption-attachment-19056" class="wp-caption-text">2.- Installing Neofetch on CentOS 8</figcaption></figure>
<p>And that&#8217;s it. It is ready to be used using the neofetch command.</p>
<pre>:~$ neofetch</pre>
<figure id="attachment_19057" aria-describedby="caption-attachment-19057" style="width: 889px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19057" src="https://www.osradar.com/wp-content/uploads/2020/03/3-9.png" alt="3.- Neofetch" width="889" height="397" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-9.png 889w, https://www.osradar.com/wp-content/uploads/2020/03/3-9-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-9-768x343.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-9-696x311.png 696w" sizes="(max-width: 889px) 100vw, 889px" /><figcaption id="caption-attachment-19057" class="wp-caption-text">3.- Neofetch</figcaption></figure>
<p>In the image above you will see all the information available to be shown. Remember that this is non-sensitive information.</p>
<p>The first time you run Neofetch the following configuration file is created:</p>
<pre>$HOME/.config/neofetch/config.conf</pre>
<p>You can modify it but be very careful.</p>
<p><strong>Now it&#8217;s Screenfetch&#8217;s turn</strong></p>
<p><a href="https://github.com/KittyKatt/screenFetch" target="_blank" rel="noopener noreferrer">Screenfetch</a> is not available in the <a href="https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/" target="_blank" rel="noopener noreferrer">EPEL</a> repository or in the CentOS 8 officers, but it is also quite easy to install.</p>
<p>First, let&#8217;s install <a href="https://www.osradar.com/install-the-latest-version-of-git-centos-8-rhel-oracle-linux/" target="_blank" rel="noopener noreferrer">Git</a> to clone the application&#8217;s repository.</p>
<pre>:~$ sudo dnf install git</pre>
<figure id="attachment_19058" aria-describedby="caption-attachment-19058" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19058" src="https://www.osradar.com/wp-content/uploads/2020/03/4-6.png" alt="4.- Install Git on CentOS 8" width="1365" height="706" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-6.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-1024x530.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-768x397.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-696x360.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-1068x552.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/4-6-812x420.png 812w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19058" class="wp-caption-text">4.- Install Git on CentOS 8</figcaption></figure>
<p>Now we can clone the repository and download the source code from Screenfetch.</p>
<pre>:~$ git clone git://github.com/KittyKatt/screenFetch.git screenfetch
Cloning into 'screenfetch'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 4101 (delta 14), reused 14 (delta 6), pack-reused 4074
Receiving objects: 100% (4101/4101), 4.33 MiB | 37.00 KiB/s, done.
Resolving deltas: 100% (2364/2364), done.</pre>
<figure id="attachment_19059" aria-describedby="caption-attachment-19059" style="width: 757px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19059" src="https://www.osradar.com/wp-content/uploads/2020/03/5-8.png" alt="5.- cloning the screenfetch repository" width="757" height="192" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-8.png 757w, https://www.osradar.com/wp-content/uploads/2020/03/5-8-300x76.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-8-696x177.png 696w" sizes="(max-width: 757px) 100vw, 757px" /><figcaption id="caption-attachment-19059" class="wp-caption-text">5.- cloning the screenfetch repository</figcaption></figure>
<p>This command will create a folder called screenfetch where the application will be.</p>
<p>Now copy the Screenfetch binary to the directory where the rest of the system binaries are. Then, assign permissions to it.</p>
<pre>:~$ sudo cp screenfeth/screenfetch-dev /usr/bin/screenfetch
:~$ sudo chmod +x /usr/bin/screenfetch</pre>
<p>Finally, run it:</p>
<pre>:~$ screenfetch</pre>
<figure id="attachment_19060" aria-describedby="caption-attachment-19060" style="width: 964px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19060" src="https://www.osradar.com/wp-content/uploads/2020/03/6-6.png" alt="6.- Screenfetch on CentOS 8" width="964" height="379" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-6.png 964w, https://www.osradar.com/wp-content/uploads/2020/03/6-6-300x118.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-6-768x302.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-6-696x274.png 696w" sizes="(max-width: 964px) 100vw, 964px" /><figcaption id="caption-attachment-19060" class="wp-caption-text">6.- Screenfetch on CentOS 8</figcaption></figure>
<p>As you see both are similar but now you have the opportunity to choose which one you stay with and which one suits you.</p>
<h2>Conclusion</h2>
<p>These tools that we sometimes consider so simple are the ones that end up solving serious problems in serious situations. With these two you can show basic information about the computer in almost any current operating system.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-neofetch-screenfetch-centos-8/">Install Neofetch and Screenfetch on CentOS 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-neofetch-screenfetch-centos-8/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Find out System Specs on Linux</title>
		<link>https://www.osradar.com/find-out-system-specs-on-linux/</link>
					<comments>https://www.osradar.com/find-out-system-specs-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 13:13:56 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[linux system information]]></category>
		<category><![CDATA[neofetch]]></category>
		<category><![CDATA[screenfetch]]></category>
		<category><![CDATA[system information]]></category>
		<category><![CDATA[system specs]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3865</guid>

					<description><![CDATA[<p>Linux is one of the most powerful OS, no doubt. However, it’s also the most confusing one of all. There are tons of things going on in it that can make things hard to understand, even harder to find out the proper one. System specification is one of those criteria that users find difficult to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/find-out-system-specs-on-linux/">Find out System Specs on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is one of the most powerful OS, no doubt. However, it’s also the most confusing one of all. There are tons of things going on in it that can make things hard to understand, even harder to find out the proper one. System specification is one of those criteria that users find difficult to explore. On other OS like Windows, there are simple ways for getting a full system specification but on Linux, it’s not so easy.</p>
<p>Today, let’s take a look at how to find out your system specifications on Linux system.</p>
<h3>Screenfetch and Neofetch</h3>
<p>These are 2 of the 3<sup>rd</sup>-party tools that we’ll be using today. As you’ve already guessed, these tools work as “system info” tools. They collect all the information about your system from various parts of your Linux system and compiles them into one place in a simplistic manner. These tools are able to show you additional information about your Linux kernel version, your OS version etc.</p>
<h3>Installing the tools</h3>
<p>These tools are already present in the repositories of all the major Linux distros. Run the command(s) according to your Linux distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install neofetch

sudo apt install screenfetch</pre>
<p><img loading="lazy" class="size-full wp-image-3868 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux.png" alt="" width="1185" height="406" srcset="https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux.png 1185w, https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux-768x263.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux-1024x351.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux-696x238.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/install-neofetch-linux-1068x366.png 1068w" sizes="(max-width: 1185px) 100vw, 1185px" /></p>
<p><img loading="lazy" class="size-full wp-image-3869 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu.png" alt="" width="1181" height="387" srcset="https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu.png 1181w, https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu-768x252.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu-1024x336.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu-696x228.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/install-screenfetch-ubuntu-1068x350.png 1068w" sizes="(max-width: 1181px) 100vw, 1181px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install neofetch

sudo apt-get install screenfetch</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install screenfetch</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install neofetch

sudo dnf install screenfetch</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S neofetch

sudo pacman -S screenfetch</pre>
<p>If your distro wasn&#8217;t included here, you have to build the tools from source. Build <a href="https://github.com/dylanaraps/neofetch/wiki/Installation#universal-install">Neofetch</a> and <a href="https://github.com/KittyKatt/screenFetch#others">Screenfetch</a>.</p>
<h3>Using the tools for seeing system specs</h3>
<p>After installation is complete, it’s time to see your system specs. Run the following command(s) in the terminal:</p>
<pre>neofetch

OR

screenfetch</pre>
<p>Here’s a sample screenshot of the Screenfetch tool.</p>
<p><img loading="lazy" class="size-full wp-image-3871 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot.png" alt="" width="1180" height="426" srcset="https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot.png 1180w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-300x108.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-768x277.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-1024x370.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-696x251.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-1068x386.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/screenfetch-screenshot-1163x420.png 1163w" sizes="(max-width: 1180px) 100vw, 1180px" /></p>
<p>Here’s a sample screenshot of the Neofetch tool.</p>
<p><img loading="lazy" class="size-full wp-image-3870 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot.png" alt="" width="1182" height="455" srcset="https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot.png 1182w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-300x115.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-768x296.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-1024x394.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-696x268.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-1068x411.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/neofetch-screenshot-1091x420.png 1091w" sizes="(max-width: 1182px) 100vw, 1182px" /></p>
<p>Note that after running the commands, the tools will take a few seconds to collect all the information.</p>
<p>Enjoy the awesome tools.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/find-out-system-specs-on-linux/">Find out System Specs on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/find-out-system-specs-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
