<?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>system information Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/system-information/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:41:10 +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>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>
