<?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; linux</title>
	<atom:link href="http://www.ecobuntu.org/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecobuntu.org</link>
	<description>Tech tips...</description>
	<lastBuildDate>Sat, 18 Sep 2010 12:44:02 +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>Fsniper</title>
		<link>http://www.ecobuntu.org/utilities/fsniper/</link>
		<comments>http://www.ecobuntu.org/utilities/fsniper/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 12:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=123</guid>
		<description><![CDATA[<br/>fsniper allow to monitor your folders and trigger some actions based on the type of files you have there. Example: ~/.config/fsniper/config PDF files downloaded from Firefox on the desktop, get moved to ~/Desktop/pdf. watch { ~/Desktop { *.part { handler = echo ignoring file: %% } application/pdf { handler = mv %% ~/Desktop/pdf } } [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://projects.l3ib.org/trac/fsniper">fsniper</a> allow to monitor your folders and trigger some actions based on the type of files you have there.</p>
<p><strong>Example: ~/.config/fsniper/config</strong><br />
PDF files downloaded from Firefox on the desktop, get moved to  ~/Desktop/pdf.</p>
<p>watch {<br />
~/Desktop {<br />
*.part {<br />
			 handler = echo ignoring file: %%<br />
}<br />
   application/pdf {</p>
<p>     handler = mv %% ~/Desktop/pdf<br />
}<br />
   }<br />
}</p>
<p>Fsniper can be run in <strong>daemon</strong> mode:</p>
<p><code>fsniper --daemon</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/fsniper/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>
	</channel>
</rss>

