<?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>Computer support articles &#187; how-to</title>
	<atom:link href="http://www.mycomputeraid.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycomputeraid.com</link>
	<description>Free computer support, articles and Guides</description>
	<lastBuildDate>Sat, 18 Sep 2010 03:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Which Debian or Ubuntu are you using?</title>
		<link>http://www.mycomputeraid.com/linux/which-debian-or-ubuntu-are-you-using/</link>
		<comments>http://www.mycomputeraid.com/linux/which-debian-or-ubuntu-are-you-using/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:33:42 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=823</guid>
		<description><![CDATA[Normally you know which version of a given distro you are running if you are on your machine, but what if you are on a rented server, or a friend&#8217;s machine. If you want to know which version of Debian or Ubuntu you are running, you can always check the /etc/apt/sources.list there you will see [...]]]></description>
			<content:encoded><![CDATA[<p>Normally you know which version of a given distro you are running if you are on your machine, but what if you are on a rented server, or a friend&#8217;s machine.</p>
<p>If you want to know which version of Debian or Ubuntu you are running, you can always check the /etc/apt/sources.list there you will see the version you are running but a better way is to run this on a terminal:</p>
<blockquote><p>lsb_release -a </p></blockquote>
<p>The output in my Debian Box is:</p>
<p>Distributor ID: Debian<br />
Description:    Debian GNU/Linux 5.0 (lenny)<br />
Release:        5.0<br />
Codename:       lenny</p>
<p>You can also run this in a Debian Linux.</p>
<blockquote><p>cat /etc/debian_version </p></blockquote>
<p>In my Debian box this is the output:</p>
<p>5.0</p>
<p>I do not have an Ubuntu machine now, but I can remember that if you run this on an Ubuntu Linux, you will get</p>
<p>sid</p>
<p>For the output, as Ubuntu is based on Debian sid.</p>
<p> <br />
<script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
try {var pageTracker = _gat._getTracker("UA-6162192-10");
pageTracker._trackPageview();
} catch(err) {}
// --></script><br />
 
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=Which%20Debian%20or%20Ubuntu%20are%20you%20using%3F&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Flinux%2Fwhich-debian-or-ubuntu-are-you-using%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="Which Debian or Ubuntu are you using?";a2a_linkurl="http://www.mycomputeraid.com/linux/which-debian-or-ubuntu-are-you-using/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/linux/which-debian-or-ubuntu-are-you-using/">Which Debian or Ubuntu are you using?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/linux/which-debian-or-ubuntu-are-you-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change your default editor -Debian/Ubuntu-</title>
		<link>http://www.mycomputeraid.com/linux/how-to-change-your-default-editor-debianubuntu/</link>
		<comments>http://www.mycomputeraid.com/linux/how-to-change-your-default-editor-debianubuntu/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 20:32:10 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=822</guid>
		<description><![CDATA[Debian and Ubuntu uses for visudo, crontab and other similar applications the default text editor , you want to change it use the update-alternatives command. It is as easy as, run this on a terminal window. sudo update-alternatives &#8211;config editor  The options in my Debian system are: There are 6 alternatives which provide `editor&#8217;. Selection [...]]]></description>
			<content:encoded><![CDATA[<p>Debian and Ubuntu uses for visudo, crontab and other similar applications the default text editor<br />
, you want to change it use the update-alternatives command.</p>
<p>It is as easy as, run this on a terminal window.</p>
<blockquote><p>sudo update-alternatives &#8211;config editor </p></blockquote>
<p>The options in my Debian system are:</p>
<p>There are 6 alternatives which provide `editor&#8217;.</p>
<p>Selection    Alternative<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1    /bin/ed<br />
2    /bin/nano<br />
3    /usr/bin/vim.tiny<br />
*+        4    /usr/bin/vim.gnome<br />
5    /usr/bin/mcedit-debian<br />
6    /usr/bin/emacs21</p>
<p>Press enter to keep the default[*], or type selection number:</p>
<p>The + sign denotes the default option, and the * sign denotes the actual selection, to change from vim to nano, just press 2 in this example and the ENTER.</p>
<p>Now all applications that uses an editor will use the new default one.</p>
<p><script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
try {var pageTracker = _gat._getTracker("UA-6162192-10");
pageTracker._trackPageview();
} catch(err) {}
// --></script>
<p><i>Article written by <a href="http://www.mycomputeraid.com">MyComputerAid.com</a></i></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Computer%20support%20articles&amp;siteurl=http%3A%2F%2Fwww.mycomputeraid.com%2F&amp;linkname=How%20to%20change%20your%20default%20editor%20-Debian%2FUbuntu-&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Flinux%2Fhow-to-change-your-default-editor-debianubuntu%2F">
	<img  src= "http://www.mycomputeraid.com/wp-content/plugins/add-to-any/bookmark.gif"  width= "91"  height= "16"  border= "0"  alt= "Bookmark title="bookmark image" />
</a>
<script type="text/javascript">a2a_linkname="How to change your default editor -Debian/Ubuntu-";a2a_linkurl="http://www.mycomputeraid.com/linux/how-to-change-your-default-editor-debianubuntu/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p><p>Post from: <a href="http://www.mycomputeraid.com">MyComputerAid.com Computer support</a></p>
<p><a href="http://www.mycomputeraid.com/linux/how-to-change-your-default-editor-debianubuntu/">How to change your default editor -Debian/Ubuntu-</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/linux/how-to-change-your-default-editor-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

