<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Linux Stall</title>
	<atom:link href="https://www.linuxstall.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.linuxstall.com</link>
	<description>A place for all your Linux needs</description>
	<lastBuildDate>Fri, 31 Jul 2020 17:40:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.1</generator>
<site xmlns="com-wordpress:feed-additions:1">31418132</site>	<item>
		<title>Port Forwarding in OpenSSH</title>
		<link>https://www.linuxstall.com/port-forwarding-in-openssh/</link>
					<comments>https://www.linuxstall.com/port-forwarding-in-openssh/#respond</comments>
		
		<dc:creator><![CDATA[Chankey Pathak]]></dc:creator>
		<pubDate>Sat, 25 Jul 2020 08:32:53 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">http://www.linuxstall.com/?p=2076</guid>

					<description><![CDATA[Port Forwarding is commonly considered a firewall bypassing technique. Usually, it enables hosts which are outside an intranet to access a specified port of a specified host inside the intranet. It could also be used to access web site, which is banned by a local network firewall. It is useful in various circumstances such as [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.linuxstall.com/port-forwarding-in-openssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2076</post-id>	</item>
		<item>
		<title>Softlinks vs. Hardlinks: A Quick Explanation</title>
		<link>https://www.linuxstall.com/softlinks-vs-hardlinks-a-quick-explanation/</link>
					<comments>https://www.linuxstall.com/softlinks-vs-hardlinks-a-quick-explanation/#respond</comments>
		
		<dc:creator><![CDATA[Chankey Pathak]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 11:01:29 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[softlink]]></category>
		<guid isPermaLink="false">http://www.linuxstall.com/?p=2062</guid>

					<description><![CDATA[I got this question in an email the other day, and I realized it&#8217;s something many people might be unfamiliar with. In Linux, there are two types of file links, hardlinks and softlinks. Here, I&#8217;ll give a quick explanation of what these types of links are, and when you should use them. What is a [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.linuxstall.com/softlinks-vs-hardlinks-a-quick-explanation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2062</post-id>	</item>
		<item>
		<title>Drastically Speed up your Linux System with Preload</title>
		<link>https://www.linuxstall.com/drastically-speed-up-your-linux-system-with-preload/</link>
					<comments>https://www.linuxstall.com/drastically-speed-up-your-linux-system-with-preload/#respond</comments>
		
		<dc:creator><![CDATA[Chankey Pathak]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 10:19:23 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.linuxstall.com/?p=2056</guid>

					<description><![CDATA[Introduction Preload is an “adaptive readahead daemon” that runs in the background of your system, and observes what programs you use most often, caching them in order to speed up application load time. By using Preload, you can put unused RAM to good work, and improve the overall performance of your desktop system. Installation Installing [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.linuxstall.com/drastically-speed-up-your-linux-system-with-preload/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2056</post-id>	</item>
		<item>
		<title>Identifying and Resolving IP Address Conflicts with Linux</title>
		<link>https://www.linuxstall.com/identifying-and-resolving-ip-address-conflicts-with-linux/</link>
					<comments>https://www.linuxstall.com/identifying-and-resolving-ip-address-conflicts-with-linux/#respond</comments>
		
		<dc:creator><![CDATA[Chankey Pathak]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 09:27:18 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<guid isPermaLink="false">http://www.linuxstall.com/?p=2045</guid>

					<description><![CDATA[One of the most frustrating problems a network administrator can come across is an IP address conflict, when two or more machines on a network try to use the same IP. The result is typically that some packets on the network go to one machine, and some packets go to the other – leading to [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.linuxstall.com/identifying-and-resolving-ip-address-conflicts-with-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2045</post-id>	</item>
		<item>
		<title>Microsoft releases ProcMon (Process Monitor) utility for Linux</title>
		<link>https://www.linuxstall.com/microsoft-releases-procmon-process-monitor-utility-for-linux/</link>
					<comments>https://www.linuxstall.com/microsoft-releases-procmon-process-monitor-utility-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[Chankey Pathak]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 17:29:30 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ProcMon]]></category>
		<guid isPermaLink="false">http://www.linuxstall.com/?p=2039</guid>

					<description><![CDATA[Microsoft has released a 1.0 Preview of ProcMon (Process Monitor) for Linux. The company has published the source code for this program on GitHub under the MIT license. Previously, the ProcMon utility was available only for Windows and was part of Sysinternals, a set of free programs for administering and monitoring computers running this operating system. ProcMon for Linux allows developers to monitor [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.linuxstall.com/microsoft-releases-procmon-process-monitor-utility-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2039</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 3/141 objects using disk
Lazy Loading (feed)
Minified using disk
Database Caching using disk (Request-wide modification query)

Served from: www.linuxstall.com @ 2021-04-28 12:14:00 by W3 Total Cache
-->