<?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 Archives | Ros&#039; Rants</title>
	<atom:link href="https://rosrants.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosrants.com/tag/linux/</link>
	<description>I blog, therefore I am.</description>
	<lastBuildDate>Wed, 10 Feb 2016 15:20:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://rosrants.com/wp-content/uploads/2016/12/cropped-profile-560x560-1-32x32.png</url>
	<title>linux Archives | Ros&#039; Rants</title>
	<link>https://rosrants.com/tag/linux/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">74311559</site>	<item>
		<title>Intro to cron / crontab</title>
		<link>https://rosrants.com/intro-cron-crontab/</link>
					<comments>https://rosrants.com/intro-cron-crontab/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Fri, 05 Dec 2014 01:50:02 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reference]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=396</guid>

					<description><![CDATA[<p>I have a network share I am hosting on a linux NAS in my house. There are a couple of annoyances with Apple lusers leaving .DS_Store files all over the network share, and messed up permissions on the files people upload to the share. Solution? Learnt about cron and set up a couple of jobs&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/intro-cron-crontab/" class="more-link">Read more <span class="screen-reader-text">Intro to cron / crontab</span></a></p>
<p>The post <a href="https://rosrants.com/intro-cron-crontab/">Intro to cron / crontab</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/intro-cron-crontab/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">396</post-id>	</item>
		<item>
		<title>Want to know what dd is doing?</title>
		<link>https://rosrants.com/want-to-know-what-dd-is-doing/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Tue, 01 Oct 2013 18:12:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=11</guid>

					<description><![CDATA[<p>From another terminal type kill -USR1 $pid, where pid=`pidof dd`. This causes dd to spit out data speeds and amounts transferred so far. you might wrap it up in something like:   pid=`pidof dd`  while [[ -d /proc/$pid ]];  do kill -USR1 $pid &#38;&#38; sleep 5;  done Apparently pidof is deprecated or something?? If you&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/want-to-know-what-dd-is-doing/" class="more-link">Read more <span class="screen-reader-text">Want to know what dd is doing?</span></a></p>
<p>The post <a href="https://rosrants.com/want-to-know-what-dd-is-doing/">Want to know what dd is doing?</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>	</item>
		<item>
		<title>Bricked my Galaxy Note (Soft Brick Phew!)</title>
		<link>https://rosrants.com/bricked-my-galaxy-note-soft-brick-phew/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Sun, 23 Jun 2013 18:33:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=13</guid>

					<description><![CDATA[<p>Very intense day today as I luckily only soft bricked my GT-N7000. Got stuck in bootloop after an unsuccessful rom upgrade when returning to nandroid backup. And no i didn&#8217;t use stupid stock ICS kernel. Reflashed stock rom with Odin and it decided to fail :-O, redid it and felt very lucky when it worked!&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/bricked-my-galaxy-note-soft-brick-phew/" class="more-link">Read more <span class="screen-reader-text">Bricked my Galaxy Note (Soft Brick Phew!)</span></a></p>
<p>The post <a href="https://rosrants.com/bricked-my-galaxy-note-soft-brick-phew/">Bricked my Galaxy Note (Soft Brick Phew!)</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13</post-id>	</item>
		<item>
		<title>Netgear ReadyNAS NV+ V2 (RND4000)</title>
		<link>https://rosrants.com/netgear-readynas-nv-v2-rnd4000/</link>
					<comments>https://rosrants.com/netgear-readynas-nv-v2-rnd4000/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Wed, 15 Aug 2012 16:13:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=18</guid>

					<description><![CDATA[<p>Just bought one of these for €200. It&#8217;s a compromise on price performance. I wanted 1 gigabit read/write, but would have to shell out a lot more to approach these figures. The unit looks good. As you may have read in other reviews the drive bays are way too accessible and easy to take out.&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/netgear-readynas-nv-v2-rnd4000/" class="more-link">Read more <span class="screen-reader-text">Netgear ReadyNAS NV+ V2 (RND4000)</span></a></p>
<p>The post <a href="https://rosrants.com/netgear-readynas-nv-v2-rnd4000/">Netgear ReadyNAS NV+ V2 (RND4000)</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/netgear-readynas-nv-v2-rnd4000/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18</post-id>	</item>
		<item>
		<title>Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</title>
		<link>https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Wed, 01 Aug 2012 23:49:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=19</guid>

					<description><![CDATA[<p>***just found this post in my drafts folder on blogger, a little out of date at this point as i wrote it at least 1.5 years ago*** 1) don&#8217;t use 64-bit unless you have more than 3.5 GB of RAM installed. more trouble than it&#8217;s worth. 2) to change minimize, maximize, close window buttons from&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips/" class="more-link">Read more <span class="screen-reader-text">Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</span></a></p>
<p>The post <a href="https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips/">Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19</post-id>	</item>
		<item>
		<title>Just got a Samsung Galaxy Note GT-N7000 !!</title>
		<link>https://rosrants.com/just-got-a-samsung-galaxy-note-gt-n7000/</link>
					<comments>https://rosrants.com/just-got-a-samsung-galaxy-note-gt-n7000/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Wed, 02 May 2012 13:16:00 +0000</pubDate>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=24</guid>

					<description><![CDATA[<p>Just received this by courier! Fantastic, it&#8217;s huge! Right hand side is level with a UK / IRL size electricity plug.&#38;lt;p&#38;gt;right hand side &#38;lt;/p&#38;gt;</p>
<p>The post <a href="https://rosrants.com/just-got-a-samsung-galaxy-note-gt-n7000/">Just got a Samsung Galaxy Note GT-N7000 !!</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/just-got-a-samsung-galaxy-note-gt-n7000/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">24</post-id>	</item>
		<item>
		<title>Dennis Ritchie is dead. Long live UNIX and C!</title>
		<link>https://rosrants.com/dennis-ritchie-is-dead-long-live-unix-and-c/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:44:00 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=32</guid>

					<description><![CDATA[<p>Sad news and no fanfare for the passing of this s/w giant =( Father Of C And UNIX, Dennis Ritchie, Passes Away At Age 70</p>
<p>The post <a href="https://rosrants.com/dennis-ritchie-is-dead-long-live-unix-and-c/">Dennis Ritchie is dead. Long live UNIX and C!</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32</post-id>	</item>
		<item>
		<title>&#8220;C Programming in Linux&#8221; by David Haskins. An alternative to &#8220;The C Programming Language&#8221; by Kernighan and Ritchie</title>
		<link>https://rosrants.com/alternative-to-the-c-programming-language-by-kernighan-and-ritchie/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Thu, 17 Feb 2011 15:41:00 +0000</pubDate>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=47</guid>

					<description><![CDATA[<p>I found this great book for learning C. Lesson 1 is the usual &#8220;hello world&#8221; console app, but literally the next example dives into using it as a CGI script. It teaches all the usual C console output stuff, but concentrates on web programming with C and apache web server. This is great, as the&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/alternative-to-the-c-programming-language-by-kernighan-and-ritchie/" class="more-link">Read more <span class="screen-reader-text">&#8220;C Programming in Linux&#8221; by David Haskins. An alternative to &#8220;The C Programming Language&#8221; by Kernighan and Ritchie</span></a></p>
<p>The post <a href="https://rosrants.com/alternative-to-the-c-programming-language-by-kernighan-and-ritchie/">&#8220;C Programming in Linux&#8221; by David Haskins. An alternative to &#8220;The C Programming Language&#8221; by Kernighan and Ritchie</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">47</post-id>	</item>
		<item>
		<title>Put Archlinux on my eee pc 901</title>
		<link>https://rosrants.com/put-archlinux-on-my-eee-pc-901/</link>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 03:21:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=52</guid>

					<description><![CDATA[<p>I decided to wipe eeebuntu 8.04 from my eee pc 901. I have put on archlinux which turns out to be great! you have a lot more control of ur installation with archie, and i&#8217;ve gone for a very lightweight approach to suit my netbook. No desktop environment, just using openbox window manager, and carefully&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/put-archlinux-on-my-eee-pc-901/" class="more-link">Read more <span class="screen-reader-text">Put Archlinux on my eee pc 901</span></a></p>
<p>The post <a href="https://rosrants.com/put-archlinux-on-my-eee-pc-901/">Put Archlinux on my eee pc 901</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">52</post-id>	</item>
		<item>
		<title>Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</title>
		<link>https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips-2/</link>
					<comments>https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips-2/#comments</comments>
		
		<dc:creator><![CDATA[mcmonkeys1]]></dc:creator>
		<pubDate>Wed, 29 Sep 2010 10:36:00 +0000</pubDate>
				<category><![CDATA[Ref]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://rosrants.com/?p=60</guid>

					<description><![CDATA[<p>1) don&#8217;t use 64-bit unless you have more than 3.5 GB of RAM installed. more trouble than it&#8217;sworth. 2) to change minimize, maximize, close window buttons from left side to right side of top of window: run gconf-editor and go to /apps/metacity/general/button_layoutchange from &#8220;close,minimize:&#8221; to &#8220;menu:minimize,maximize,close&#8221; 3) get the win key working: run gconf-editor and&#8230; </p>
<p><span class="icon-wrapper icon-wrapper-round"><svg class="icon icon-next" aria-hidden="true" role="img"><use xlink:href="https://rosrants.com/wp-content/themes/some/assets/images/svg-icons.svg#icon-next"></use></svg></span><a href="https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips-2/" class="more-link">Read more <span class="screen-reader-text">Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</span></a></p>
<p>The post <a href="https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips-2/">Ubuntu 10 (Lucid Lynx) Linux Post-Install Set Up Tips</a> appeared first on <a href="https://rosrants.com">Ros&#039; Rants</a>.</p>
]]></description>
		
					<wfw:commentRss>https://rosrants.com/ubuntu-10-lucid-lynx-linux-post-install-set-up-tips-2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>	</item>
	</channel>
</rss>
