<?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>EcoBuntu.org &#187; Operating System</title>
	<atom:link href="http://www.ecobuntu.org/category/operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Thu, 25 Jun 2009 09:14:12 +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>Cannot open shared object file</title>
		<link>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/</link>
		<comments>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=197</guid>
		<description><![CDATA[<br/>I get the following error when executing a binary file: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory This error is likely to occur either because you have not properly defined your $LD_LIBRARY_PATH or the file is simply missing. To debug try the following: ldd {binary_file} or [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I get the following error when executing a binary file:<br />
<code>error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory</code></p>
<p>This error is likely to occur either because you have not properly defined your $LD_LIBRARY_PATH or the file is simply missing.</p>
<p>To debug try the following:<br />
<strong><code><br />
ldd {binary_file}</code></strong></p>
<p>or to get more verbose information:</p>
<p><strong><code>export LD_DEBUG=libs;{binary_file}</code></strong></p>
<p>for more options:</p>
<p><strong><code>export LD_DEBUG=help;{binary_file}<br />
</code></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/operating-system/cannot-open-shared-object-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>usermod, groupadd</title>
		<link>http://www.ecobuntu.org/operating-system/usermod-useradd-groupadd/</link>
		<comments>http://www.ecobuntu.org/operating-system/usermod-useradd-groupadd/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=153</guid>
		<description><![CDATA[<br/>Add group with specfic id: # groupadd -g {gid} {group} Add existing user to existing group: # usermod -G {group} {username} Check to which group a user belong: # id -nG {username} Remove existing user to existing groups (group1,group2,group3.group4), e.g remove it from group3: # usermod -G {group1,group2,group4} {username}]]></description>
			<content:encoded><![CDATA[<br/><p><strong>Add group with specfic id:</strong><br />
<code># groupadd -g {gid} {group}</code></p>
<p><strong>Add  existing user to existing group:</strong><br />
<code># usermod -G {group} {username}</code><br />
<strong><br />
Check to which group a user belong:</strong><br />
<code># id -nG {username}</code><br />
<strong><br />
Remove existing user to existing groups (group1,group2,group3.group4), e.g remove it from group3:</strong><br />
<code># usermod -G {group1,group2,group4} {username}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/operating-system/usermod-useradd-groupadd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring system using sar</title>
		<link>http://www.ecobuntu.org/operating-system/monitoring-system-using-sar/</link>
		<comments>http://www.ecobuntu.org/operating-system/monitoring-system-using-sar/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:48:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=92</guid>
		<description><![CDATA[<br/>The sar command writes to standard output the contents of selected cumulative activity counters in the operating system, e.g: nohup sar -A -o /tmp/activity 60 0 1>/dev/null 2>&#038;1 &#038;]]></description>
			<content:encoded><![CDATA[<br/><p>The sar command writes to standard output the contents of selected cumulative activity counters in the operating system, e.g:<br />
<code><br />
nohup sar -A -o /tmp/activity 60 0 1>/dev/null 2>&#038;1 &#038;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/operating-system/monitoring-system-using-sar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
