<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Linux tips from IBM</title>
	<atom:link href="http://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Tue, 21 Apr 2026 12:02:34 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-1670003</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 10 Feb 2020 12:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-1670003</guid>
		<description><![CDATA[A cool wallpaper for Unix and Unix-like oses. Download big version https://i.imgur.com/LDLEvTc.jpg via https://www.reddit.com/r/unixporn/comments/f1mb2g/oci_made_a_wallpaper_with_the_unix_logo_and/]]></description>
		<content:encoded><![CDATA[<p>A cool wallpaper for Unix and Unix-like oses. Download big version <a href="https://i.imgur.com/LDLEvTc.jpg" rel="nofollow">https://i.imgur.com/LDLEvTc.jpg</a> via <a href="https://www.reddit.com/r/unixporn/comments/f1mb2g/oci_made_a_wallpaper_with_the_unix_logo_and/" rel="nofollow">https://www.reddit.com/r/unixporn/comments/f1mb2g/oci_made_a_wallpaper_with_the_unix_logo_and/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-1667390</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 12 Jan 2020 22:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-1667390</guid>
		<description><![CDATA[Maze Solving Via Text Editing
https://hackaday.com/2020/01/12/maze-solving-via-text-editing/

Linux scripters usually know about sed — the stream editor. It has a simple job: transform text as it whizzes from input to output. So if you wanted to solve a maze, this wouldn’t be the tool you’d think to use, right? Well, if you were [xsot], you’d disagree.

You build a maze using spaces for empty space and # for walls. There’s an S to mark the start position and an E to mark the end. Of course, the maze can also contain newlines. The sed script does an amazing job of solving the problem.

sed maze solver 
https://gist.github.com/xsot/99a8a4304660916455ba2c2c774e623a]]></description>
		<content:encoded><![CDATA[<p>Maze Solving Via Text Editing<br />
<a href="https://hackaday.com/2020/01/12/maze-solving-via-text-editing/" rel="nofollow">https://hackaday.com/2020/01/12/maze-solving-via-text-editing/</a></p>
<p>Linux scripters usually know about sed — the stream editor. It has a simple job: transform text as it whizzes from input to output. So if you wanted to solve a maze, this wouldn’t be the tool you’d think to use, right? Well, if you were [xsot], you’d disagree.</p>
<p>You build a maze using spaces for empty space and # for walls. There’s an S to mark the start position and an E to mark the end. Of course, the maze can also contain newlines. The sed script does an amazing job of solving the problem.</p>
<p>sed maze solver<br />
<a href="https://gist.github.com/xsot/99a8a4304660916455ba2c2c774e623a" rel="nofollow">https://gist.github.com/xsot/99a8a4304660916455ba2c2c774e623a</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-1666636</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 05 Jan 2020 10:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-1666636</guid>
		<description><![CDATA[https://www.cyberciti.biz/faq/linux-run-a-command-with-a-time-limit/]]></description>
		<content:encoded><![CDATA[<p><a href="https://www.cyberciti.biz/faq/linux-run-a-command-with-a-time-limit/" rel="nofollow">https://www.cyberciti.biz/faq/linux-run-a-command-with-a-time-limit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebeca Sepulveda</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-946140</link>
		<dc:creator><![CDATA[Rebeca Sepulveda]]></dc:creator>
		<pubDate>Tue, 19 Aug 2014 07:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-946140</guid>
		<description><![CDATA[I&#039;m still learning from you, but I&#039;m making my way to the top as well. I certainly love reading all that is posted on your blog.Keep the posts coming. I liked it!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m still learning from you, but I&#8217;m making my way to the top as well. I certainly love reading all that is posted on your blog.Keep the posts coming. I liked it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakisha Vinegar</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9670</link>
		<dc:creator><![CDATA[Lakisha Vinegar]]></dc:creator>
		<pubDate>Sat, 29 Jun 2013 18:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9670</guid>
		<description><![CDATA[There are quite a few Recruiting Agents who have a pool of financial experts. These experts not just stay-put of the laws from the financial practices, but also hold track of all of the ability changes that take in place during the financial vineyard.]]></description>
		<content:encoded><![CDATA[<p>There are quite a few Recruiting Agents who have a pool of financial experts. These experts not just stay-put of the laws from the financial practices, but also hold track of all of the ability changes that take in place during the financial vineyard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shops</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9669</link>
		<dc:creator><![CDATA[shops]]></dc:creator>
		<pubDate>Tue, 14 May 2013 23:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9669</guid>
		<description><![CDATA[You made some respectable points there. I seemed on the internet for the problem and found most individuals will go along with along with your website.]]></description>
		<content:encoded><![CDATA[<p>You made some respectable points there. I seemed on the internet for the problem and found most individuals will go along with along with your website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonita Panko</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9668</link>
		<dc:creator><![CDATA[Tonita Panko]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 23:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9668</guid>
		<description><![CDATA[Outstanding post, you have pointed out some superb details, I as well conceive this is a very excellent website.]]></description>
		<content:encoded><![CDATA[<p>Outstanding post, you have pointed out some superb details, I as well conceive this is a very excellent website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boda 2012</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9667</link>
		<dc:creator><![CDATA[boda 2012]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 14:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9667</guid>
		<description><![CDATA[Needed to write you that very small word to finally give thanks yet again for all the awesome strategies you have featured at this time. It was quite tremendously open-handed with you to allow unhampered exactly what a lot of folks would have supplied as an e book to generate some cash on their own, precisely considering the fact that you might well have done it if you ever desired. These concepts in addition worked to become a great way to know that other people online have the identical zeal just as my very own to understand great deal more on the topic of this problem. I am sure there are thousands of more fun times ahead for individuals that view your site.]]></description>
		<content:encoded><![CDATA[<p>Needed to write you that very small word to finally give thanks yet again for all the awesome strategies you have featured at this time. It was quite tremendously open-handed with you to allow unhampered exactly what a lot of folks would have supplied as an e book to generate some cash on their own, precisely considering the fact that you might well have done it if you ever desired. These concepts in addition worked to become a great way to know that other people online have the identical zeal just as my very own to understand great deal more on the topic of this problem. I am sure there are thousands of more fun times ahead for individuals that view your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marianna Hopfensperger</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9666</link>
		<dc:creator><![CDATA[Marianna Hopfensperger]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 15:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9666</guid>
		<description><![CDATA[It is not just every day to discover these a great friend who web sites such quality things.]]></description>
		<content:encoded><![CDATA[<p>It is not just every day to discover these a great friend who web sites such quality things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rca 46la45rq battery</title>
		<link>https://www.epanorama.net/blog/2010/01/24/linux-tips-from-ibm/comment-page-1/#comment-9665</link>
		<dc:creator><![CDATA[rca 46la45rq battery]]></dc:creator>
		<pubDate>Fri, 16 Mar 2012 00:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=932#comment-9665</guid>
		<description><![CDATA[Inteligent people know there&#039;s an Illuminati. Even more inteligent people know that in order to rise to power in the illuminati, you have to sacrifice humans to the devil. How many did Justin Bieber have to sacrifice to become as big as he is today?]]></description>
		<content:encoded><![CDATA[<p>Inteligent people know there&#8217;s an Illuminati. Even more inteligent people know that in order to rise to power in the illuminati, you have to sacrifice humans to the devil. How many did Justin Bieber have to sacrifice to become as big as he is today?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
