<?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>ditoinfo in english &#187; linux</title>
	<atom:link href="http://danteregis.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://danteregis.com</link>
	<description>talking about programming and computer stuff</description>
	<lastBuildDate>Tue, 09 Jun 2009 21:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scrolling on GNU Screen</title>
		<link>http://danteregis.com/2009/06/scrolling-on-gnu-screen/</link>
		<comments>http://danteregis.com/2009/06/scrolling-on-gnu-screen/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:57:13 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://danteregis.com/?p=99</guid>
		<description><![CDATA[Interesting tip for those using GNU Screen. If you need to scroll up and see output already hidden from the screen, just press
Ctrl + A , [
This will get you into &#8220;copy mode&#8221;. I didn&#8217;t look around for how to actually copy, but you can scroll with the arrow keys.
To get out of copy mode, [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting tip for those using GNU Screen. If you need to scroll up and see output already hidden from the screen, just press</p>
<p>Ctrl + A , [</p>
<p>This will get you into &#8220;copy mode&#8221;. I didn&#8217;t look around for how to actually copy, but you can scroll with the arrow keys.</p>
<p>To get out of copy mode, just press &#8220;[&#8221; again.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2009/06/scrolling-on-gnu-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notebook HD problems with linux</title>
		<link>http://danteregis.com/2007/11/notebook-hd-problems-with-linux/</link>
		<comments>http://danteregis.com/2007/11/notebook-hd-problems-with-linux/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 04:44:08 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/11/17/notebook-hd-problems-with-linux/</guid>
		<description><![CDATA[This post has alerted me of a big problem on laptop HDs that apparently happens to Linux users (according to other post from this same author, Vista has the same issue). It seems that the power-saving technologies keep telling the hard drive heads to sleep, while Linux keeps telling the drive to read or write [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tsukasa.jidder.de/blog/2007/11/02/cant-use-linux-on-my-laptop/">This post</a> has alerted me of a big problem on laptop HDs that apparently happens to Linux users (according to <a href="http://tsukasa.jidder.de/blog/2007/11/05/bla/">other post</a> from this same author, Vista has the same issue). It seems that the power-saving technologies keep telling the hard drive heads to sleep, while Linux keeps telling the drive to read or write something down. This wake-sleep-wake process consumes the life-time of the drivers to the point of failling hardware within an year. <br />The current workaround is to shutdown power management to hard disks with hdparm &#8220;hdparm -B 254 /dev/sda&#8221; (or /dev/hda, depending on your configuration).<br />More detailed info can be found on <a href="https://launchpad.net/bug59695.html">Ubuntu Bug at Launchpad</a>.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/11/notebook-hd-problems-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to tell which Linux distro you are using?</title>
		<link>http://danteregis.com/2007/08/how-to-tell-which-linux-distro-you-are-using/</link>
		<comments>http://danteregis.com/2007/08/how-to-tell-which-linux-distro-you-are-using/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 18:53:36 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/08/21/how-to-tell-which-linux-distro-you-are-using/</guid>
		<description><![CDATA[If you ever managed more than a few Linux servers, you may have found yourself in a situation where you don&#8217;t know which distro a particular server is using. I used to cat /proc/version to get a rough idea. But a friend of mine from work just gave me this tip:

cat /etc/issue

Simple, easy and objective!
Hope [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever managed more than a few Linux servers, you may have found yourself in a situation where you don&#8217;t know which distro a particular server is using. I used to <strong>cat /proc/version</strong> to get a rough idea. But a friend of mine from work just gave me this tip:</p>
<p><code><br />
cat /etc/issue<br />
</code><br />
Simple, easy and objective!</p>
<p>Hope this help you out!</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/08/how-to-tell-which-linux-distro-you-are-using/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
