<?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; Linux Desktop</title>
	<atom:link href="http://www.mycomputeraid.com/category/linux/linux-desktop/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>
		<item>
		<title>Open source free operating systems &#8211; Windows alternatives</title>
		<link>http://www.mycomputeraid.com/linux/linux-desktop/opensource-free-operating-systems/</link>
		<comments>http://www.mycomputeraid.com/linux/linux-desktop/opensource-free-operating-systems/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 05:38:43 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[windows alternative]]></category>
		<category><![CDATA[windows killer]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=747</guid>
		<description><![CDATA[Open source Operating Systems &#8211; Windows alternatives Open Source software is a computer application, a suite of applications released with source code available.  The idea is that access to the source code of a program should be a right to the users of the programs.  This makes it much easier for someone to write companion [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Open source Operating Systems &#8211; Windows alternatives</strong></p>
<p>Open Source software is a computer application, a suite of applications released with source code available.  The idea is that access to the source code of a program should be a right to the users of the programs.  This makes it much easier for someone to write companion software, or add-ons and plug-ins that enhance the basic software.  There are several versions of computer OS (Operating System) available, usually for a free download, including Linux and Open Solaris, which are briefly discussed here.</p>
<p>Open Solaris is primarily a med to high-end OS, designed with ISPs and other vertical integrators in mind.  Because Open Solaris uses the CDDL license instead of GPLv3, there&#8217;s little or not communication between the Solaris designers and those who write for Linux implementations.  On the other hand, Open Solaris is the only OS with publicly available current versions, so the general public can see where the code is going and contribute to its production.  It uses the same interface as the Ubuntu Hardy Heron release providing a clear, familiar working environment. Open Solaris also handles sound, video, and images smoothly and efficiently.  Sponsored by Sun Microsystems, Open Solaris is a truly top-end operating system.  It runs on the Solaris 10 kernel, which powers some of the largest of the Sun boxes, lending that same monolithic stability and scalability.  In this respect, Open Solaris excels over even Linux servers which already leave Windows Environments far behind.  Bring able to draw from Sun&#8217;s long-standing command of high-end enterprise computing give Solaris a performance edge, but it still lags far behind Linux packages in overall compatibility and availability of support products.</p>
<p>The king of Open Source OS, Linux is available in several different varieties, known as distributions.  Linux can be found operating computers from mainframes all the way down to cell phones and PDAs.  Most Linux packages are interchangeable from one distribution to another, and offer a suite of desktop interactive tools and utilities to increase the productivity of the users.   Migration from Microsoft to Linux is simplified by the availability of several GUIs that mimic Windows XP, and allows a smooth experience for the user.  Linux is both free and Open Source.  Anyone is welcome to install it, or even modify the distribution to fit their owns needs. It is widely used for network enterprise solutions because of its ease of use and scalability.  Perhaps the most common workplace distribution is Red Hat Linux, featuring the LAMP package and other networking tools.  Linux itself played a critical role in development of the Open Source software community. It is supported by Corporations such as Novell, IBM, Red Hat, and even Sun Microsystems.
<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=Open%20source%20free%20operating%20systems%20%E2%80%93%20Windows%20alternatives&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Flinux%2Flinux-desktop%2Fopensource-free-operating-systems%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="Open source free operating systems – Windows alternatives";a2a_linkurl="http://www.mycomputeraid.com/linux/linux-desktop/opensource-free-operating-systems/";</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/linux-desktop/opensource-free-operating-systems/">Open source free operating systems &#8211; Windows alternatives</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/linux/linux-desktop/opensource-free-operating-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

