<?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 Adm &#187; debian</title>
	<atom:link href="http://www.system.adm.br/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 19 May 2010 20:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using vi as crontab editor</title>
		<link>http://www.system.adm.br/2009/04/using-vi-as-crontab-editor/</link>
		<comments>http://www.system.adm.br/2009/04/using-vi-as-crontab-editor/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:37:00 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=42</guid>
		<description><![CDATA[The default Debian installation use a non-vi editor when you try to use crontab (ie: &#8220;crontab -e&#8221;). To change it to vi, you should do the following: # rm -f /etc/alternatives/editor ln -s /usr/bin/vi /etc/alternatives/editor &#160;]]></description>
			<content:encoded><![CDATA[<p>The default Debian installation use a non-vi editor when you try to use crontab (ie: &ldquo;crontab -e&rdquo;).</p>
<p>	To change it to vi, you should do the following:</p>
<p>	<span style="font-size: 12px;"><code># rm -f /etc/alternatives/editor ln -s /usr/bin/vi /etc/alternatives/editor</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/04/using-vi-as-crontab-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
