<?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; administration</title>
	<atom:link href="http://www.ecobuntu.org/tag/administration/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>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>How do I reset &#8216;sa&#8217; password in SYBASE</title>
		<link>http://www.ecobuntu.org/database/how-do-i-reset-sa-password-in-sybase/</link>
		<comments>http://www.ecobuntu.org/database/how-do-i-reset-sa-password-in-sybase/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 09:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=107</guid>
		<description><![CDATA[<br/>When SYBASE get started, the following call is made: startserver -f RUN_MYINSTANCE RUN_MYINSTANCE is located in $SYBASE_HOME/install. 1/ edit RUN_MYINSTANCE and add the following line, where the switches are: -psa 2/ run startserver -f RUN_MYINSTANCE During the boot phase you will see something like, e.g: New SSO password for sa:uvwxyz You can also see this [...]]]></description>
			<content:encoded><![CDATA[<br/><p>When SYBASE get started, the following call is made:</p>
<p>startserver -f RUN_MYINSTANCE</p>
<p>RUN_MYINSTANCE is located in $SYBASE_HOME/install.<br />
<strong><br />
1/ edit RUN_MYINSTANCE and add the following line, where the switches are:</strong></p>
<p>-psa </p>
<p><strong>2/ run startserver -f RUN_MYINSTANCE</strong></p>
<p>During the boot phase you will see something like, e.g:<br />
New SSO password for sa:uvwxyz</p>
<p>You can also see this message in Sybase logs.</p>
<p><strong>3/ edit RUN_MYINSTANCE and remove the line you added in step 1/, so you do not reset it next time.</strong><br />
<strong><br />
4/Set your own password:</strong></p>
<p>isql -Usa -SMYINSTANCE (using &#8216;uvwxyz&#8217; password)</p>
<p>>sp_password &#8220;uvwxyz&#8221;,&#8221;my_own_password&#8221;<br />
>go </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/database/how-do-i-reset-sa-password-in-sybase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check process using strace</title>
		<link>http://www.ecobuntu.org/utilities/check-process-using-strace/</link>
		<comments>http://www.ecobuntu.org/utilities/check-process-using-strace/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=191</guid>
		<description><![CDATA[<br/>strace -f -r -o pid.out -p {PID}]]></description>
			<content:encoded><![CDATA[<br/><p><code>strace -f -r -o pid.out -p {PID}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/utilities/check-process-using-strace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the number of &#8216;user connections&#8217; in SYBASE</title>
		<link>http://www.ecobuntu.org/database/increasing-the-number-of-user-connections-in-sybase/</link>
		<comments>http://www.ecobuntu.org/database/increasing-the-number-of-user-connections-in-sybase/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://www.ecobuntu.org/?p=112</guid>
		<description><![CDATA[<br/>Default value : 25 $isql -Usa -SMYINSTANCE >sp_configure &#8216;user connections&#8217;, 100 No reboot is required since this option is dynamic. Changing the value of &#8216;number of user connections&#8217; to &#8217;100&#8242; increases the amount of memory ASE uses by 17740 K.]]></description>
			<content:encoded><![CDATA[<br/><p>Default value : 25</p>
<p>$isql -Usa -SMYINSTANCE</p>
<p><strong>>sp_configure &#8216;user connections&#8217;, 100</strong></p>
<p>No reboot is required since this option is dynamic.<br />
Changing the value of &#8216;number of user connections&#8217; to &#8217;100&#8242; increases the amount of memory ASE uses by 17740 K.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecobuntu.org/database/increasing-the-number-of-user-connections-in-sybase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
