<?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</title>
	<atom:link href="http://www.mycomputeraid.com/category/linux/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>Ubuntu &#8211; Reboot your system and force disk scan/check</title>
		<link>http://www.mycomputeraid.com/computers/ubuntu-reboot-your-system-and-force-disk-scancheck/</link>
		<comments>http://www.mycomputeraid.com/computers/ubuntu-reboot-your-system-and-force-disk-scancheck/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 20:22:52 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Computers & PC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=821</guid>
		<description><![CDATA[There is a simple command available for Linux Ubuntu that is perfect for those times when you need to restart the computer, but don&#8217;t have time to wait for the possibility of it being time for a disk scan/check. Ordinarily, after a set number of boots, the dis check will run automatically, but there are [...]]]></description>
			<content:encoded><![CDATA[<p>There is a simple command available for Linux Ubuntu that is perfect for those times when you need to restart the computer, but don&#8217;t have time to wait for the possibility of it being time for a disk scan/check. Ordinarily, after a set number of boots, the dis check will run automatically, but there are many situations where you want o have a little more control.</p>
<p>To FORCE linux to RUN the disk check at boot, use this command:</p>
<blockquote><p>shutdown -Fr now</p></blockquote>
<p>On the other hand, if you want to boot clean and fast, and skip the disk check, for whatever reason, you can force a boot without the disk check by using the following command:</p>
<blockquote><p>shutdown -fr now</p></blockquote>
<blockquote><p> </p></blockquote>
<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=Ubuntu%20%E2%80%93%20Reboot%20your%20system%20and%20force%20disk%20scan%2Fcheck&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Fcomputers%2Fubuntu-reboot-your-system-and-force-disk-scancheck%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="Ubuntu – Reboot your system and force disk scan/check";a2a_linkurl="http://www.mycomputeraid.com/computers/ubuntu-reboot-your-system-and-force-disk-scancheck/";</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/computers/ubuntu-reboot-your-system-and-force-disk-scancheck/">Ubuntu &#8211; Reboot your system and force disk scan/check</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/computers/ubuntu-reboot-your-system-and-force-disk-scancheck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting named: /etc/named.conf:6: change directory to &#8216;/var/named&#8217; failed: file not found</title>
		<link>http://www.mycomputeraid.com/linux/server/named-wont-start-plesk/</link>
		<comments>http://www.mycomputeraid.com/linux/server/named-wont-start-plesk/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 19:18:40 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Server administration]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=764</guid>
		<description><![CDATA[Problem, after updating the server for the BIND server, plese named will not start. Here is the error in Plesk: Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start 0: /usr/local/psa/admin/htdocs/server/restart_services.php:19 psaerror(string &#8220;Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start&#8221;) [...]]]></description>
			<content:encoded><![CDATA[<p>Problem, after updating the server for the BIND server, plese named will not start.</p>
<p>Here is the error in Plesk:<br />
Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start<br />
0: /usr/local/psa/admin/htdocs/server/restart_services.php:19 psaerror(string &#8220;Unable to make action: Unable to manage service by dnsmng: dnsmng: Service named failed to start&#8221;)</p>
<p>I tried via a command line and got this:<br />
service named start<br />
Starting named: /etc/named.conf:6: change directory to &#8216;/var/named&#8217; failed: file not found<br />
/etc/named.conf:6: parsing failed</p>
<p>The Fix:<br />
rpm -e bind-chroot<br />
ln -sf /var/named/run-root/etc/named.conf /etc/named.conf<br />
rm -rf /var/named/run-root/var/named/named.pid<br />
/sbin/service named restart</p>
<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=Starting%20named%3A%20%2Fetc%2Fnamed.conf%3A6%3A%20change%20directory%20to%20%E2%80%98%2Fvar%2Fnamed%E2%80%99%20failed%3A%20file%20not%20found&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Flinux%2Fserver%2Fnamed-wont-start-plesk%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="Starting named: /etc/named.conf:6: change directory to ‘/var/named’ failed: file not found";a2a_linkurl="http://www.mycomputeraid.com/linux/server/named-wont-start-plesk/";</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/server/named-wont-start-plesk/">Starting named: /etc/named.conf:6: change directory to &#8216;/var/named&#8217; failed: file not found</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/linux/server/named-wont-start-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no listening sockets available shutting down</title>
		<link>http://www.mycomputeraid.com/linux/apache/no-listening-sockets-available-shutting-down/</link>
		<comments>http://www.mycomputeraid.com/linux/apache/no-listening-sockets-available-shutting-down/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:48:28 +0000</pubDate>
		<dc:creator>MyComputerAid</dc:creator>
				<category><![CDATA[Linux Apache Webserver]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[Listen 443]]></category>
		<category><![CDATA[webserver error]]></category>

		<guid isPermaLink="false">http://www.mycomputeraid.com/?p=762</guid>
		<description><![CDATA[no listening sockets available, shutting down The Error: [root@Server httpd]# /etc/init.d/httpd start Starting httpd: [Mon Aug 18 07:39:26 2008] [warn] module ssl_module is already loaded, skipping (98)Address already in use: make_sock: could not bind to address [::]:443 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable [...]]]></description>
			<content:encoded><![CDATA[<p><strong>no listening sockets available, shutting down</strong></p>
<p><strong><span style="text-decoration: underline;">The Error:</span></strong><br />
[root@Server httpd]# /etc/init.d/httpd start<br />
Starting httpd: [Mon Aug 18 07:39:26 2008] [warn] module ssl_module is already loaded, skipping<br />
(98)Address already in use: make_sock: could not bind to address [::]:443<br />
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443<br />
no listening sockets available, shutting down<br />
Unable to open logs<br />
                                                           [FAILED]</p>
<p>Came by this error and could not figure it out why Apache/httpd would not start, upon further investigation it turns out there</p>
<p>where 2 instances of Listen 443 in these 2 files:<br />
/etc/httpd/conf/httpd.conf<br />
/etc/httpd/conf.d/ssl.conf</p>
<p>The Fix is to remove one of the Listen directives from either of the files.</p>
<p> </p>
<p> 
<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=no%20listening%20sockets%20available%20shutting%20down&amp;linkurl=http%3A%2F%2Fwww.mycomputeraid.com%2Flinux%2Fapache%2Fno-listening-sockets-available-shutting-down%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="no listening sockets available shutting down";a2a_linkurl="http://www.mycomputeraid.com/linux/apache/no-listening-sockets-available-shutting-down/";</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/apache/no-listening-sockets-available-shutting-down/">no listening sockets available shutting down</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mycomputeraid.com/linux/apache/no-listening-sockets-available-shutting-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

