<?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>NAS-Tweaks.net</title>
	<atom:link href="http://nas-tweaks.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://nas-tweaks.net</link>
	<description>Your source for tutorials and tweaks</description>
	<lastBuildDate>Fri, 19 Apr 2013 19:10:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>uwchmod: Fix for a issue with the firmware of some D-Link Devices</title>
		<link>http://nas-tweaks.net/434/uwchmod-fix-for-a-issue-with-the-firmware-of-some-d-link-devices/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/434/uwchmod-fix-for-a-issue-with-the-firmware-of-some-d-link-devices/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 17:03:16 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[funplug 0.7]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/?p=434</guid>
		<description><![CDATA[Since quite a while i am told that certain devices of D-Link have a bug in their firmware. This bug sets chmod 777 on all disks on reboot which prevents...]]></description>
				<content:encoded><![CDATA[<p>Since quite a while i am told that certain devices of D-Link have a bug in their firmware. This bug sets chmod 777 on all disks on reboot which prevents the fun_plug on these devices to start properly. SSH-Server is not starting and all other services are started which uses a lot of resources.</p>
<p>To prevent that bug, i have developed a solution which is based on the idea of <a href="http://forum.dsmg600.info/viewtopic.php?pid=44533#p44533">KyleK</a> My Package replaces <code>/bin/chmod</code> by a script which checks if it is called with 777 and on a directory of the harddisks (<code>/mnt/USB/USB*</code> or <code>/mnt/HD/HD*</code>). If that happens, this is prevented. If the command is a normal one, it is executed.</p>
<p>Important Note: With Non-Dlink-Devices the installation is simply not executed, on these it is no issue to install that script as it simply doesn&#8217;t execute.</p>
<p>Now install the package from my <a href="http://nas-tweaks.net/398/installing-and-uninstalling-packages-in-fonz-fun_plug-0-7/">repository</a> (Attention: This will fail on OABI Devices as it is not required there! Simply skip this step then!):</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-UaA</span> uli:uwchmod</pre></div></div></div></div></div></div></div>
<p>Thats it <img src='http://nas-tweaks.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hint: If you upgrade your firmware, you need to reinstall the script as it is removed during such a upgrade.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/365/d-link-releases-updated-firmware-1-02-for-the-dns-325/" rel="bookmark" title="Permanent Link: D-Link releases updated Firmware 1.02 for the DNS-325">D-Link releases updated Firmware 1.02 for the DNS-325</a></li><li><a href="http://nas-tweaks.net/364/d-link-releases-updated-firmware-2-02-for-the-dns-320/" rel="bookmark" title="Permanent Link: D-Link releases updated Firmware 2.02 for the DNS-320">D-Link releases updated Firmware 2.02 for the DNS-320</a></li><li><a href="http://nas-tweaks.net/260/beta-firmware-2-01-build-01-for-the-d-link-dns-320-was-released/" rel="bookmark" title="Permanent Link: Beta Firmware 2.01 Build 01 for the D-Link DNS-320 was released">Beta Firmware 2.01 Build 01 for the D-Link DNS-320 was released</a></li><li><a href="http://nas-tweaks.net/259/beta-firmware-1-02-build-01-for-the-d-link-dns-325-was-released/" rel="bookmark" title="Permanent Link: Beta Firmware 1.02 Build 01 for the D-Link DNS-325 was released">Beta Firmware 1.02 Build 01 for the D-Link DNS-325 was released</a></li><li><a href="http://nas-tweaks.net/devices/conceptronic-ch3snas/" rel="bookmark" title="Permanent Link: Conceptronic CH3SNAS">Conceptronic CH3SNAS</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/434/uwchmod-fix-for-a-issue-with-the-firmware-of-some-d-link-devices/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>uwcron: Cron for the fun_plug</title>
		<link>http://nas-tweaks.net/431/uwcron-cron-for-the-fun_plug/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/431/uwcron-cron-for-the-fun_plug/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 14:37:20 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[funplug 0.7]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[fun_plug]]></category>
		<category><![CDATA[package]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/?p=431</guid>
		<description><![CDATA[Since quite a while i was often asked if there is a possibility to store entries into crontab permanently on NAS devices with fun_plug. That is not that easy as...]]></description>
				<content:encoded><![CDATA[<p>Since quite a while i was often asked if there is a possibility to store entries into crontab permanently on NAS devices with fun_plug. That is not that easy as the devices reset their crontab to the default one on every reboot. Therefore you need to add the entries every time the device reboots. I have now developed a script which automates that for your convenience.<br />
<span id="more-431"></span><br />
The package with the name &#8220;uwcron&#8221; is available via <a href="http://nas-tweaks.net/398/installing-and-uninstalling-packages-in-fonz-fun_plug-0-7/">my repository</a>:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-UaA</span> uli:uwcron
<span class="br0">&#91;</span><span class="br0">&#91;</span> <span class="re5">-f</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh.new <span class="br0">&#93;</span><span class="br0">&#93;</span> <span class="sy0">&amp;&amp;</span> <span class="kw2">mv</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh.new <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh</pre></div></div></div></div></div></div></div>
<p>As soon as this is installed, you can start with the configuration. The configuration files should be created in <code>/ffp/etc/cron.d/</code>. These could look like this:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="sy0">*/</span><span class="nu0">5</span>  <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">/</span>tmp<span class="sy0">/</span>uwfancontrol.sh</pre></div></div></div></div></div></div></div>
<p>When all configuration files are created, the service can be started. This works as <a href="http://nas-tweaks.net/404/activation-and-deactivation-of-daemons-in-fonz-fun_plug-0-7/">with all other services</a>:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">chmod</span> a+x <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh
<span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh start</pre></div></div></div></div></div></div></div>
<p>Now you should see your entries in crontab:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">crontab <span class="re5">-l</span></pre></div></div></div></div></div></div></div>
<p>If the device is rebootet, all entries from these files in <code>/ffp/etc/cron.d/</code> would be copied into crontab. if you made a change to a file, you could also just restart the service instead of the complete NAS:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>uwcron.sh restart</pre></div></div></div></div></div></div></div>
<p>Questions?</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/tutorials/" rel="bookmark" title="Permanent Link: Tutorials">Tutorials</a></li><li><a href="http://nas-tweaks.net/77/fixing-the-ntp-time-synchronization-with-fonz-funplug-0-5-for-ch3snas-ch3mnas-dns-323-and-many-more/" rel="bookmark" title="Permanent Link: Fixing the NTP Time Synchronization with Fonz funPlug 0.5 for CH3SNAS, CH3MNAS, DNS-323 and many more">Fixing the NTP Time Synchronization with Fonz funPlug 0.5 for CH3SNAS, CH3MNAS, DNS-323 and many more</a></li><li><a href="http://nas-tweaks.net/318/syntax-highlighting-with-nano-nanorc-for-log-stuff/" rel="bookmark" title="Permanent Link: Syntax Highlighting with nano &#8211; nanorc for log-stuff">Syntax Highlighting with nano &#8211; nanorc for log-stuff</a></li><li><a href="http://nas-tweaks.net/256/installation-of-the-conceptronic-fun_plug-on-the-conceptronic-ch3hnas/" rel="bookmark" title="Permanent Link: Installation of the Conceptronic fun_plug on the Conceptronic CH3HNAS">Installation of the Conceptronic fun_plug on the Conceptronic CH3HNAS</a></li><li><a href="http://nas-tweaks.net/59/removing-the-fonz-fun_plug/" rel="bookmark" title="Permanent Link: Removing the Fonz fun_plug">Removing the Fonz fun_plug</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/431/uwcron-cron-for-the-fun_plug/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installation of Java on the NAS under fun_plug</title>
		<link>http://nas-tweaks.net/419/installation-of-java-on-the-nas-under-fun_plug/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/419/installation-of-java-on-the-nas-under-fun_plug/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 13:53:29 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/?p=419</guid>
		<description><![CDATA[Today i&#8217;ve installed java on my NAS Device (a D-Link DNS-345) what i personally see as a highlight as i can now use software that was not available to me...]]></description>
				<content:encoded><![CDATA[<p>Today i&#8217;ve installed java on my <a href="http://nas-tweaks.net/tutorials/">NAS Device</a> (a <a href="http://nas-tweaks.net/devices/d-link-dns-345/">D-Link DNS-345</a>) what i personally see as a highlight as i can now use software that was not available to me before. Oracle provides a &#8220;Java SE Embedded&#8221;, which is suitable for NAS devices thanks to its reduced memory footprint. For the following tutorial you need to have fun_plug installed!</p>
<h2>Download</h2>
<p>Go to the <a href="http://www.oracle.com/technetwork/java/embedded/downloads/javase/index.html">Oracle Page</a> and choose &#8220;ARMv5 Linux &#8211; Headless&#8221;. Now you will be redirected to a survey, where you have to enter Name, Prename, Mail, Organization and Role. Then you will receive the download-Link via E-Mail. Click on this Link and accept the license agreement.<br />
<a href="http://up.nas-tweaks.net/2012/08/419-java-se-download.png"><img src="http://up.nas-tweaks.net/2012/08/419-java-se-download.png" alt="Java SE Embedded" title="Java SE Embedded" width="550" height="384" class="alignnone size-full wp-image-421" /></a><br />
Copy the downloaded file (in my case its name was <code>ejre-7u6-fcs-b24-linux-arm-sflt-headless-10_aug_2012.tar.gz</code>, but that is subject to change) to the NAS. I&#8217;ve copied it to /mnt/HD/HD_a2/, please adapt the following commands if you copy it elsewhere.</p>
<h2>Installation</h2>
<p>First create a directory:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">mkdir</span> <span class="re5">-p</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>opt<span class="sy0">/</span>java</pre></div></div></div></div></div></div></div>
<p>Then unpack the archive from before:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw3">cd</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>opt<span class="sy0">/</span>java
<span class="kw2">tar</span> xvzf <span class="sy0">/</span>mnt<span class="sy0">/</span>HD<span class="sy0">/</span>HD_a2<span class="sy0">/</span>ejre-7u6-fcs-b24-linux-arm-sflt-headless-<span class="nu0">10</span>_aug_2012.tar.gz</pre></div></div></div></div></div></div></div>
<p>Now create a link to the unpacked directory (&#8220;ejre1.7.0_06&#8243;):</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">ln</span> <span class="re5">-s</span> ejre1.7.0_06 jre</pre></div></div></div></div></div></div></div>
<p>Now put it permanently into the environment variables:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw3">echo</span> <span class="st0">&quot;export PATH=/ffp/opt/java/jre/bin:<span class="es1">\$</span>PATH&quot;</span> <span class="sy0">&gt;&gt;</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>etc<span class="sy0">/</span>profile.d<span class="sy0">/</span>java.sh
<span class="kw2">chmod</span> a+x <span class="sy0">/</span>ffp<span class="sy0">/</span>etc<span class="sy0">/</span>profile.d<span class="sy0">/</span>java.sh</pre></div></div></div></div></div></div></div>
<p>Logout and Login into the NAS.</p>
<h2>Installation-test</h2>
<p>Check if it works:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">java <span class="re5">-version</span></pre></div></div></div></div></div></div></div>
<p>This should display something like this:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">java version <span class="st0">&quot;1.7.0_06&quot;</span>
Java<span class="br0">&#40;</span>TM<span class="br0">&#41;</span> SE Embedded Runtime Environment <span class="br0">&#40;</span>build 1.7.0_06-b24, headless<span class="br0">&#41;</span>
Java HotSpot<span class="br0">&#40;</span>TM<span class="br0">&#41;</span> Embedded Client VM <span class="br0">&#40;</span>build <span class="nu0">23.2</span>-b09, mixed mode<span class="br0">&#41;</span></pre></div></div></div></div></div></div></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/tutorials/" rel="bookmark" title="Permanent Link: Tutorials">Tutorials</a></li><li><a href="http://nas-tweaks.net/316/syntax-highlighting-with-nano-nanorc-for-java/" rel="bookmark" title="Permanent Link: Syntax Highlighting with nano &#8211; nanorc for java">Syntax Highlighting with nano &#8211; nanorc for java</a></li><li><a href="http://nas-tweaks.net/256/installation-of-the-conceptronic-fun_plug-on-the-conceptronic-ch3hnas/" rel="bookmark" title="Permanent Link: Installation of the Conceptronic fun_plug on the Conceptronic CH3HNAS">Installation of the Conceptronic fun_plug on the Conceptronic CH3HNAS</a></li><li><a href="http://nas-tweaks.net/118/updated-tutorials-for-the-installation-of-fun_plug-0-5-on-the-d-link-dns-320-sharecenter-pulse/" rel="bookmark" title="Permanent Link: Updated Tutorials for the Installation of fun_plug 0.5 on the D-Link DNS-320 Sharecenter Pulse">Updated Tutorials for the Installation of fun_plug 0.5 on the D-Link DNS-320 Sharecenter Pulse</a></li><li><a href="http://nas-tweaks.net/113/store-passwd-sh-for-the-d-link-dns-320-sharecenter-pulse/" rel="bookmark" title="Permanent Link: store-passwd.sh for the D-Link DNS-320 Sharecenter Pulse">store-passwd.sh for the D-Link DNS-320 Sharecenter Pulse</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/419/installation-of-java-on-the-nas-under-fun_plug/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2012-08-12</title>
		<link>http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/#comments</comments>
		<pubDate>Sun, 12 Aug 2012 20:30:00 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[NAS-Tweaks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/</guid>
		<description><![CDATA[Updated git to version 1.7.11.4 #funplug # Recompiled apr version 1.4.6 to disable SOCK_CLOEXEC as it requires kernel &#62;= 2.6.27 (Thanks rk!) #funplug # Related posts:Twitter Updates for 2012-01-10Twitter Updates...]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Updated git to version 1.7.11.4 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/234595860770607104" class="aktt_tweet_time">#</a></li>
<li>Recompiled apr version 1.4.6 to disable SOCK_CLOEXEC as it requires kernel &gt;= 2.6.27 (Thanks rk!) #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/234596176081588224" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/367/twitter-updates-for-2012-01-10/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-10">Twitter Updates for 2012-01-10</a></li><li><a href="http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-25">Twitter Updates for 2012-06-25</a></li><li><a href="http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-27">Twitter Updates for 2012-06-27</a></li><li><a href="http://nas-tweaks.net/366/twitter-updates-for-2012-01-08/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-08">Twitter Updates for 2012-01-08</a></li><li><a href="http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-17">Twitter Updates for 2012-06-17</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2012-06-27</title>
		<link>http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 20:30:00 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[NAS-Tweaks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/</guid>
		<description><![CDATA[Added fanctl 2 #funplug # Added rsync 3.0.9 #funplug # Added uwfancontrol 1.3 #funplug # Added stunnel 4.53 #funplug # Added autossh 1.4c #funplug # Added dbus 1.6.0 #funplug #...]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Added fanctl 2 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/217999955636391936" class="aktt_tweet_time">#</a></li>
<li>Added rsync 3.0.9 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000007058563072" class="aktt_tweet_time">#</a></li>
<li>Added uwfancontrol 1.3 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000171420762112" class="aktt_tweet_time">#</a></li>
<li>Added stunnel 4.53 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000226185781248" class="aktt_tweet_time">#</a></li>
<li>Added autossh 1.4c #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000272725782530" class="aktt_tweet_time">#</a></li>
<li>Added dbus 1.6.0 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000323149705217" class="aktt_tweet_time">#</a></li>
<li>Added gdbm 1.10 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000375448485888" class="aktt_tweet_time">#</a></li>
<li>Added libusb 1.0.9 &amp; libusb-compat 0.1.4 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000517559894018" class="aktt_tweet_time">#</a></li>
<li>Added avahi 0.6.31 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000576280141824" class="aktt_tweet_time">#</a></li>
<li>Added libiconv 1.14 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000646488596481" class="aktt_tweet_time">#</a></li>
<li>Added neon 0.29.6 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000696816046081" class="aktt_tweet_time">#</a></li>
<li>Added pciids and usbids from today #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000770199597056" class="aktt_tweet_time">#</a></li>
<li>Added dbus-glib 0.100 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000825144979458" class="aktt_tweet_time">#</a></li>
<li>Updated freetype to version 2.4.10 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000895240175618" class="aktt_tweet_time">#</a></li>
<li>Updated fontconfig to version 2.9.92 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218000966442680320" class="aktt_tweet_time">#</a></li>
<li>Updated ffmpeg to version 0.11.1 but seems to break compatibility&#8230; #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218001092267614208" class="aktt_tweet_time">#</a></li>
<li>Updated netperf to version 2.6.0 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218001183741181952" class="aktt_tweet_time">#</a></li>
<li>Updated lftp to version 4.3.7 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218001285616648192" class="aktt_tweet_time">#</a></li>
<li>Added libxml2 2.8.0 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218001368680628225" class="aktt_tweet_time">#</a></li>
<li>Updated fftw to version 3.3.2 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/218001433201614848" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/367/twitter-updates-for-2012-01-10/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-10">Twitter Updates for 2012-01-10</a></li><li><a href="http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-25">Twitter Updates for 2012-06-25</a></li><li><a href="http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-08-12">Twitter Updates for 2012-08-12</a></li><li><a href="http://nas-tweaks.net/366/twitter-updates-for-2012-01-08/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-08">Twitter Updates for 2012-01-08</a></li><li><a href="http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-17">Twitter Updates for 2012-06-17</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2012-06-25</title>
		<link>http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 20:30:00 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[NAS-Tweaks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/</guid>
		<description><![CDATA[Added subversion 1.7.5 #funplug # Related posts:Twitter Updates for 2012-01-10Twitter Updates for 2012-06-27Twitter Updates for 2012-08-12Twitter Updates for 2012-01-08Twitter Updates for 2012-06-17Copyright &#169; 2008-2010 by NAS-Tweaks.net This feed is for...]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Added subversion 1.7.5 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/217249904395956226" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/367/twitter-updates-for-2012-01-10/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-10">Twitter Updates for 2012-01-10</a></li><li><a href="http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-27">Twitter Updates for 2012-06-27</a></li><li><a href="http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-08-12">Twitter Updates for 2012-08-12</a></li><li><a href="http://nas-tweaks.net/366/twitter-updates-for-2012-01-08/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-08">Twitter Updates for 2012-01-08</a></li><li><a href="http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-17">Twitter Updates for 2012-06-17</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2012-06-17</title>
		<link>http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 20:30:00 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[NAS-Tweaks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/</guid>
		<description><![CDATA[unrar: Updated to 4.2.4 #funplug # sqlite: Updated to 3071300 #funplug # php: Updated to 5.4.4 #funplug # gnutls: Updated to 3.0.20 #funplug # cairo: Updated to 1.12.2 #funplug #...]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>unrar: Updated to 4.2.4 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/214376133431537666" class="aktt_tweet_time">#</a></li>
<li>sqlite: Updated to 3071300 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/214376206282407938" class="aktt_tweet_time">#</a></li>
<li>php: Updated to 5.4.4 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/214376289149267970" class="aktt_tweet_time">#</a></li>
<li>gnutls: Updated to 3.0.20 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/214376364189556736" class="aktt_tweet_time">#</a></li>
<li>cairo: Updated to 1.12.2 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/214376418925219841" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/367/twitter-updates-for-2012-01-10/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-10">Twitter Updates for 2012-01-10</a></li><li><a href="http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-25">Twitter Updates for 2012-06-25</a></li><li><a href="http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-27">Twitter Updates for 2012-06-27</a></li><li><a href="http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-08-12">Twitter Updates for 2012-08-12</a></li><li><a href="http://nas-tweaks.net/366/twitter-updates-for-2012-01-08/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-08">Twitter Updates for 2012-01-08</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/408/twitter-updates-for-2012-06-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and Uninstalling Packages in Fonz fun_plug 0.7</title>
		<link>http://nas-tweaks.net/398/installing-and-uninstalling-packages-in-fonz-fun_plug-0-7/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/398/installing-and-uninstalling-packages-in-fonz-fun_plug-0-7/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 11:45:18 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[funplug 0.7]]></category>
		<category><![CDATA[0.7]]></category>
		<category><![CDATA[FFP]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/?p=398</guid>
		<description><![CDATA[After installing Fonz&#8217; fun_plug (see tutorial on this), you will probably want additional packages. The commands below are ONLY for fun_plug Version 0.7 Contents Packages Choosing the download sites Package...]]></description>
				<content:encoded><![CDATA[<p><a href="http://wolf-u.li/4531/installation-zusaetzlicher-pakete-auf-dem-fonz-fun_plug-0-7/"><img src="http://up.nas-tweaks.net/2010/12/german.gif" alt="German version of this tutorial" title="German version of this tutorial" width="30" height="22" class="alignright size-full wp-image-58" /></a>After installing Fonz&#8217; fun_plug (see <a href="http://nas-tweaks.net/tutorials/">tutorial</a> on this), you will probably want additional packages.</p>
<div style="color: #F00; font-weight: 900"><strong>The commands below are ONLY for fun_plug Version 0.7</strong></div>
<p><span id="more-398"></span></p>
<h2>Contents</h2>
<ul>
<li><a href="#Packages">Packages</a>
<ul>
<li><a href="#Choosing_download_sites">Choosing the download sites</a></li>
<li><a href="#Package_management">Package management</a>
<ul>
<li><a href="#Initial_package_updating">Initial package updating</a></li>
<li><a href="#Package_installation">Package installation</a></li>
<li><a href="#Package_configuration">Package configuration</a></li>
<li><a href="#Package_updating">Package updating</a></li>
<li><a href="#Package_removals">Package removals</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p><a name="Packages"></a></p>
<h2>Packages</h2>
<p><a name="Choosing_download_sites"></a></p>
<h3>Choosing the download sites</h3>
<p>Before you can download and install the packages through slacker, you need to activate a &#8220;site&#8221; from where you can download the site. For your convinience, there is a script available from Uli called &#8220;uwsitedownloader&#8221; which you can use to download a list of sites through a central tool. Please follow <a href="http://nas-tweaks.net/373/uwsiteloader-tool-to-download-the-sites-definitions-for-packages-of-the-fun_plug-0-7/">this link</a><br />
for the installation.<br />
<a name="Package_management"></a></p>
<h3>Package management</h3>
<p>Package management is done using two programs by fonz called &#8220;<code>slacker</code>&#8221; and &#8220;<code>funpkg</code>&#8220;. We will be concentrating on slacker as this tool is easier to use. funpkg is for manual installation of packages, but this is often only necessary for developers as the provided repositories can be used via slacker. Typing &#8220;<code>slacker</code>&#8221; on the command line lists the flags and options that it supports:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker options pattern...
Options:
        <span class="re5">-U</span>      Update package lists
        <span class="re5">-C</span>      Clear cache
&nbsp;
        Install, reinstall or upgrade:
         <span class="re5">-a</span>     List all available packages
         <span class="re5">-I</span>     List available packages that are installed and up-to-date
         <span class="re5">-i</span>     List available packages that are not installed
         <span class="re5">-u</span>     List available packages that differ from the installed version
&nbsp;
        Remove packages:
         <span class="re5">-r</span>     Remove installed packages
         <span class="re5">-o</span>     List installed packages not present at sites
&nbsp;
        <span class="re5">-A</span>      Pre-select all packages <span class="kw1">in</span> the <span class="kw2">dialog</span>
        <span class="re5">-F</span>      Do not apply ignore list
        <span class="re5">-c</span>      Print report to stdout, no menu</pre></div></div></div></div></div></div></div>
<p><strong>Important</strong>: once you start using slacker to install Fonz&#8217; packages, you have to complete the entire procedure described in this tutorial in one session.<br />
In other words, once you proceed with any of the steps beyond this point, you <strong>have to complete all steps of the <em>Package management</em> part of this tutorial</strong>:</p>
<ul>
<li>initial update for packages</li>
<li>install new packages, </li>
<li>save any configuration changes that you need to save for existing packages that will be upgraded,</li>
<li>upgrade existing packages, and (most important of all)&#8230;</li>
<li>do a <code>chmod a+x</code> on e.g. <code>/ffp/start/sshd.sh</code></li>
</ul>
<p><a name="Initial_package_updating"></a></p>
<h4>Initial package updating</h4>
<p>After the Installation of uwsitedownloader you need to update the repository data using slacker:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-U</span></pre></div></div></div></div></div></div></div>
<p>This will lead to a output like this (or similar):<br />
<a href="http://up.nas-tweaks.net/2012/06/398-slacker-u.png"><img src="http://up.nas-tweaks.net/2012/06/398-slacker-u.png" alt="slacker -U" title="slacker -U" width="615" height="237" class="alignnone size-full wp-image-399" /></a></p>
<p>Now you can proceed with the next steps.<br />
<a name="Package_installation"></a></p>
<h4>Package installation</h4>
<p>After the repository data has been downloaded, you can install packages by using slacker again. This time you can choose between various installation modes using the commandline parameters &#8220;-a&#8221;, &#8220;-i&#8221; and &#8220;-u&#8221;. In the following text i will show you how to install new packages using &#8220;-i&#8221;:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-i</span></pre></div></div></div></div></div></div></div>
<p>This will show a screen similar to this one:<br />
<a href="http://up.nas-tweaks.net/2012/06/398-slacker-i.png"><img src="http://up.nas-tweaks.net/2012/06/398-slacker-i.png" alt="slacker -i" title="slacker -i" width="600" height="239" class="alignnone size-full wp-image-400" /></a><br />
To choose a package, carefully select the newest version (some providers of repository provide multiple versions of packages) and hit the spacebar to select one. This will then fill the field &#8220;[ ]&#8221; before the package name to &#8220;[*]&#8220;. You can select multiple packages. After the selection you can hit &#8220;ok&#8221; and slacker will download and install the packages.</p>
<blockquote><p>Personal sidenote: After a new installation of fonz&#8217; funplug 0.7 i first install all packages of fonz to have the newest versions. This can be achieved using:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-aA</span> s:</pre></div></div></div></div></div></div></div>
<p>I then check though the list once and install the packages.</p></blockquote>
<p>If you want to install packages only from one site you can use a pattern. This pattern can be found in the list of packages:<br />
<a href="http://up.nas-tweaks.net/2012/06/398-slacker-pattern.png"><img src="http://up.nas-tweaks.net/2012/06/398-slacker-pattern.png" alt="Patterns for slacker" title="Patterns for slacker" width="356" height="97" class="alignnone size-full wp-image-401" /></a><br />
So to see all packages from fonz simply enter:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-a</span> s:</pre></div></div></div></div></div></div></div>
<p>If you want to install a certain packages you can also use the pattern. For example check for nano:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-a</span> <span class="kw2">nano</span></pre></div></div></div></div></div></div></div>
<p>This will show you my and KyLeKs package for nano. Of course this could also lead to different versions and so on.<br />
<a href="http://up.nas-tweaks.net/2012/06/398-slacker-pattern-package.png"><img src="http://up.nas-tweaks.net/2012/06/398-slacker-pattern-package.png" alt="Slacker - Pattern for package nano" title="Slacker - Pattern for package nano" width="406" height="182" class="alignnone size-full wp-image-402" /></a></p>
<p><a name="Package_configuration"></a></p>
<h4>Package configuration</h4>
<p>During the installation, certain packages tend to add an ASCII file with configuration settings to the folder <code>/ffp/etc/</code>. This can be viewed from Windows using WordPad or a programming editor like <a href="http://en.wikipedia.org/wiki/Notepad%2B%2B">NotePad++</a>. The latter can edit ASCII files with the Linux end-of-line convention. Alternatively, you can use the <code>Joe</code> editor provided as one of these packages. Any modifications can obviously lead to &#8220;interesting&#8221; results, so be careful, especially with important daemons.</p>
<p>Some packages place example configuration files into folder <code>/ffp/etc/examples/</code> instead of putting actual configuration files into <code>/ffp/etc/</code>. Such files are ignored by the application: you are expected to read them and copy them (possibly after renaming or even editing) to folder <code>/ffp/etc/</code> yourself. Examples for a package called <code>PHP</code> as listed in the <code>MANIFEST.txt</code>:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">drwxr-xr-x root<span class="sy0">/</span>root         <span class="nu0">0</span> <span class="nu0">2008</span>-05-<span class="nu0">29</span> <span class="nu0">13</span>:00 .<span class="sy0">/</span>ffp<span class="sy0">/</span>etc<span class="sy0">/</span>examples<span class="sy0">/</span>
<span class="re5">-rw-r--r--</span> root<span class="sy0">/</span>root     <span class="nu0">45030</span> <span class="nu0">2008</span>-05-<span class="nu0">29</span> <span class="nu0">13</span>:00 .<span class="sy0">/</span>ffp<span class="sy0">/</span>etc<span class="sy0">/</span>examples<span class="sy0">/</span>php.ini-dist
<span class="re5">-rw-r--r--</span> root<span class="sy0">/</span>root     <span class="nu0">48619</span> <span class="nu0">2008</span>-05-<span class="nu0">29</span> <span class="nu0">13</span>:00 .<span class="sy0">/</span>ffp<span class="sy0">/</span>etc<span class="sy0">/</span>examples<span class="sy0">/</span>php.ini-recommended</pre></div></div></div></div></div></div></div>
<p><a name="Package_updating"></a></p>
<h4>Package updating</h4>
<p>From time to time, repository owner update the packages in the repo. You should also check if there are updates to the packages available as these might mitigate security risks. To do the update, you first update the repository data (see <a href="#Initial_package_updating">above</a>) and then check with slacker for the list:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-u</span></pre></div></div></div></div></div></div></div>
<p><strong>Be careful: always check if the installed version (which is shown at the bottom of the dialogue) is really older than the version that is shown as &#8220;upgrade&#8221;.</strong><br />
This dialog will look like this:<br />
<a href="http://up.nas-tweaks.net/2012/06/398-slacker-update.png"><img src="http://up.nas-tweaks.net/2012/06/398-slacker-update.png" alt="Slacker - Update packages" title="Slacker - Update packages" width="602" height="193" class="alignnone size-full wp-image-403" /></a></p>
<p>But please beware of a number of <strong><em>pitfalls</em></strong>:</p>
<ol>
<li>This may overwrite any changes you made to configuration files (probably in folder <code>/ffp/etc/</code>). So you may want to create a copy of these first.</li>
<li>This may overwrite access privileges you made to files (particularly to the scripts that start daemons in folder <code>/ffp/start/</code>).</li>
</ol>
<p>We will discuss the role of the <code>-x</code> flag <a href="http://nas-tweaks.net/404/activation-and-deactivation-of-daemons-in-fonz-fun_plug-0-7/">here</a> and now only concentrate on avoiding a very real pitfall which happens when you run</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">funpkg <span class="re5">-u</span> OpenSSH-versionnumber.tgz</pre></div></div></div></div></div></div></div>
<p>If you look into <code>MANIFEST.txt</code> you find that it creates (or more precisely &#8211; overwites) a file called sshd.sh:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="re5">-rw-r--r--</span> root<span class="sy0">/</span>root       <span class="nu0">971</span> <span class="nu0">2008</span>-07-<span class="nu0">29</span> <span class="nu0">16</span>:<span class="nu0">30</span> .<span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>sshd.sh</pre></div></div></div></div></div></div></div>
<p>This would be fine if you don&#8217;t need to run the SSH server yet. The problem is that, after running <code>funpkg -u</code> for OpenSSH, a next reboot will not start the SSH daemon (server) and you will be locked out of funplug: PuTTY for example cannot connect using the ssh protocol unless there is a running SSH server. This server can only start with the -x (execute) bit on the file set. Remember that we set that bit for exactly this file in the fun_plug tutorial? So we now need to do that again after you have upgraded whatever packages needed upgrading but BEFORE you exit ssh (or worse reboot the NAS).</p>
<p>So, to ensure that the file sshd.sh will run when you reboot the CH3SNAS in the future:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">chmod</span> a+x <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>sshd.sh
<span class="kw2">ls</span> <span class="re5">-l</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/*</span>.sh</pre></div></div></div></div></div></div></div>
<p>This gives all users (a) the right to execute (x) the file <code>/ffp/start/sshd.sh</code> (in particular it enables the <code>fun_plug</code> script to execute it on startup). The folder listing will include</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="re5">-rw-r--r--</span> <span class="nu0">1</span> root root  <span class="nu0">432</span> Jul <span class="nu0">15</span> <span class="nu0">14</span>:<span class="nu0">44</span> samba.sh
<span class="re5">-rw-r--r--</span> <span class="nu0">1</span> root root  <span class="nu0">229</span> Apr <span class="nu0">24</span> <span class="nu0">20</span>:<span class="nu0">16</span> smartd.sh
<span class="re5">-rwxr-xr-x</span> <span class="nu0">1</span> root root  <span class="nu0">971</span> Jul <span class="nu0">29</span> <span class="nu0">16</span>:<span class="nu0">30</span> sshd.sh
<span class="re5">-rw-r--r--</span> <span class="nu0">1</span> root root  <span class="nu0">383</span> Aug <span class="nu0">12</span> <span class="nu0">22</span>:<span class="nu0">17</span> syslogd.sh
<span class="re5">-rw-r--r--</span> <span class="nu0">1</span> root root  <span class="nu0">169</span> Aug <span class="nu0">12</span> <span class="nu0">22</span>:<span class="nu0">17</span> telnetd.sh</pre></div></div></div></div></div></div></div>
<p>If the entry for sshd.sh has 3 <code>x</code>-bits set, you have succeeded.<br />
<a name="Package_removals"></a></p>
<h4>Package removals</h4>
<p>If you want to (e.g. temporarily) disable execution of a server package, see the discussion on Daemons. To remove a package completely, use:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">slacker <span class="re5">-r</span></pre></div></div></div></div></div></div></div>
<p>Again, some packages (like <code>uclibc</code>) may be needed to run other packages, so removing packages using funpkg is not foolproof. Fortunately, application packages which a non-expert is likely to be aware of because they do something for the end user (e.g. servers/daemons) are unlikely to be used by other packages.</p>
<p>Note that the dependency information can be found at the top of the <code>/ffp/start/somedaemon.sh</code> files. The example (from the file <code>/ffp/start/sshd.sh</code>)</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="co0"># PROVIDE: sshd</span>
<span class="co0"># REQUIRE: LOGIN</span></pre></div></div></div></div></div></div></div>
<p>suggests that you shouldn&#8217;t remove the <code>LOGIN</code> package because it is required to run the sshd (=OpenSSH) package.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/tutorials/" rel="bookmark" title="Permanent Link: Tutorials">Tutorials</a></li><li><a href="http://nas-tweaks.net/219/installation-of-optware-on-the-d-link-dns-320-dns-325-dns-343-and-conceptronic-ch3mnas/" rel="bookmark" title="Permanent Link: Installation of Optware on the D-Link DNS-320, DNS-321, DNS-325, DNS-343, DNS-345 and Conceptronic CH3MNAS">Installation of Optware on the D-Link DNS-320, DNS-321, DNS-325, DNS-343, DNS-345 and Conceptronic CH3MNAS</a></li><li><a href="http://nas-tweaks.net/368/installation-of-optware-on-the-d-link-dns-323-and-conceptronic-ch3snas/" rel="bookmark" title="Permanent Link: Installation of Optware on the D-Link DNS-323 and Conceptronic CH3SNAS">Installation of Optware on the D-Link DNS-323 and Conceptronic CH3SNAS</a></li><li><a href="http://nas-tweaks.net/221/installation-of-twonkymedia-server-6-on-the-conceptronic-ch3snas-and-the-d-link-dns-323/" rel="bookmark" title="Permanent Link: Installation of Twonkymedia Server 6 on the Conceptronic CH3SNAS and the D-Link DNS-323">Installation of Twonkymedia Server 6 on the Conceptronic CH3SNAS and the D-Link DNS-323</a></li><li><a href="http://nas-tweaks.net/431/uwcron-cron-for-the-fun_plug/" rel="bookmark" title="Permanent Link: uwcron: Cron for the fun_plug">uwcron: Cron for the fun_plug</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/398/installing-and-uninstalling-packages-in-fonz-fun_plug-0-7/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Activation and Deactivation of Daemons in Fonz fun_plug 0.7</title>
		<link>http://nas-tweaks.net/404/activation-and-deactivation-of-daemons-in-fonz-fun_plug-0-7/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/404/activation-and-deactivation-of-daemons-in-fonz-fun_plug-0-7/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 11:42:50 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[funplug 0.7]]></category>
		<category><![CDATA[0.7]]></category>
		<category><![CDATA[Daemon]]></category>
		<category><![CDATA[FFP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/?p=404</guid>
		<description><![CDATA[After installing Fonz&#8217; fun_plug (see tutorial on this), you will probably want work with like NFS or Torrent. This tutorial will show you how to do this. The commands below...]]></description>
				<content:encoded><![CDATA[<p>After installing Fonz&#8217; fun_plug (see <a href="http://nas-tweaks.net/tutorials/">tutorial</a> on this), you will probably want work with like NFS or Torrent. This tutorial will show you how to do this.</p>
<div style="color: #F00; font-weight: 900"><strong>The commands below are ONLY for fun_plug Version 0.7</strong></div>
<h2>Contents</h2>
<ul>
<li><a href="#Daemons">Daemons</a>
<ul>
<li><a href="#What_are_Daemons">What are Daemons?</a></li>
<li><a href="#Starting_Daemons_manually">Starting Daemons manually</a></li>
<li><a href="#Stopping_Daemons_manually">Stopping Daemons manually</a></li>
<li><a href="#Permanent_activation_of_Daemons">Permanent activation of Daemons</a></li>
<li><a href="#Permanent_deactivation_of_Daemons">Permanent deactivation of Daemons</a></li>
</ul>
</li>
</ul>
<p><a name="Daemons"></a></p>
<h2>Daemons</h2>
<p><a name="What_are_Daemons"></a></p>
<h3>What are Daemons?</h3>
<p>Many packages can be used as &#8220;&#8221;Daemons&#8221;&#8221;, which are basically programs running in the background. E.g. lighttpd (a lightweight Web server) shows no output in the shell (e.g. in PuTTY) during its operation and should be started during the bootup-process.</p>
<p>Note that many daemon names end with d. So lighttpd is not a light tpd (whatever that would be), but a light http (protocol) d(aemon) with a few letters mashed together.</p>
<p>Every daemon that is capable of running in the background delivers a &#8220;starter file&#8221; which is located in <code>/ffp/start/</code>. These starter files are again simple scripts that control the startup and shutdown of the corresponding daemons.</p>
<p>Some starter files provide additional capabilities and options, which are displayed by simply invoking the starter file without any parameters. Copy and paste the following one line at a time, and try a few more:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw3">cd</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start
<span class="kw2">sh</span> telnetd.sh
<span class="kw2">sh</span> telnetd.sh status
<span class="kw2">sh</span> sshd.sh
<span class="kw2">sh</span> sshd.sh status</pre></div></div></div></div></div></div></div>
<p>This works because starter files normally expect a &#8220;start&#8221; or &#8220;stop&#8221; parameter. Don&#8217;t try this trick with just any shell script: it may do something, because that is what it is there for.<br />
<a name="Starting_Daemons_manually"></a></p>
<h3>Starting Daemons manually</h3>
<p>You can start every daemon manually by executing</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">sh</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>desired_daemon.sh start</pre></div></div></div></div></div></div></div>
<p><a name="Stopping_Daemons_manually"></a></p>
<h3>Stopping Daemons manually</h3>
<p>You can stop every daemon manually by executing</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">sh</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>desired_daemon.sh stop</pre></div></div></div></div></div></div></div>
<p><a name="Permanent_activation_of_Daemons"></a></p>
<h3>Permanent activation of Daemons</h3>
<p>If you want to activate a Daemon permanently so that it gets executed during the bootup-process, you simply set the execution-right:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">chmod</span> a+x desired_daemon.sh</pre></div></div></div></div></div></div></div>
<p>To see which daemons really got started during the last boot, see the end of the <code>ffp.log</code> file (in the top folder of your Volume_1 share). It will contain lines like</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="sy0">*</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>sshd.sh ...
Starting <span class="sy0">/</span>ffp<span class="sy0">/</span>sbin<span class="sy0">/</span>sshd</pre></div></div></div></div></div></div></div>
<p>for daemons that were started.<br />
<a name="Permanent_deactivation_of_Daemons"></a></p>
<h3>Permanent deactivation of Daemons</h3>
<p>Deactivation of a Daemon (no automatic execution during bootup) is done as follows:</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">chmod</span> a-x desired_daemon.sh</pre></div></div></div></div></div></div></div>
<p>To see which daemon really got started during the last boot, see the end of the <code>ffp.log</code> file (in the top folder of your Volume_1 share). It will contain lines like</p>
<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="sy0">*</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>telnetd.sh inactive
<span class="sy0">*</span> <span class="sy0">/</span>ffp<span class="sy0">/</span>start<span class="sy0">/</span>sshd.sh ...
Starting <span class="sy0">/</span>ffp<span class="sy0">/</span>sbin<span class="sy0">/</span>sshd</pre></div></div></div></div></div></div></div>
<p>indicating which daemons were not started (like the <code>telnet</code> daemon) and which daemons were started (like the <code>ssh</code> daemon).</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/tutorials/" rel="bookmark" title="Permanent Link: Tutorials">Tutorials</a></li><li><a href="http://nas-tweaks.net/219/installation-of-optware-on-the-d-link-dns-320-dns-325-dns-343-and-conceptronic-ch3mnas/" rel="bookmark" title="Permanent Link: Installation of Optware on the D-Link DNS-320, DNS-321, DNS-325, DNS-343, DNS-345 and Conceptronic CH3MNAS">Installation of Optware on the D-Link DNS-320, DNS-321, DNS-325, DNS-343, DNS-345 and Conceptronic CH3MNAS</a></li><li><a href="http://nas-tweaks.net/368/installation-of-optware-on-the-d-link-dns-323-and-conceptronic-ch3snas/" rel="bookmark" title="Permanent Link: Installation of Optware on the D-Link DNS-323 and Conceptronic CH3SNAS">Installation of Optware on the D-Link DNS-323 and Conceptronic CH3SNAS</a></li><li><a href="http://nas-tweaks.net/221/installation-of-twonkymedia-server-6-on-the-conceptronic-ch3snas-and-the-d-link-dns-323/" rel="bookmark" title="Permanent Link: Installation of Twonkymedia Server 6 on the Conceptronic CH3SNAS and the D-Link DNS-323">Installation of Twonkymedia Server 6 on the Conceptronic CH3SNAS and the D-Link DNS-323</a></li><li><a href="http://nas-tweaks.net/431/uwcron-cron-for-the-fun_plug/" rel="bookmark" title="Permanent Link: uwcron: Cron for the fun_plug">uwcron: Cron for the fun_plug</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/404/activation-and-deactivation-of-daemons-in-fonz-fun_plug-0-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2012-05-04</title>
		<link>http://nas-tweaks.net/397/twitter-updates-for-2012-05-04/?piwik_campaign=rss</link>
		<comments>http://nas-tweaks.net/397/twitter-updates-for-2012-05-04/#comments</comments>
		<pubDate>Fri, 04 May 2012 20:30:00 +0000</pubDate>
		<dc:creator>Uli</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[NAS-Tweaks]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">http://nas-tweaks.net/397/twitter-updates-for-2012-05-04/</guid>
		<description><![CDATA[php: Updated to 5.4.2 due to security bug: http://t.co/TOA0bUIm #funplug http://t.co/r5dBGZgE # gnutls: Updated to 3.0.19 #funplug # Related posts:Twitter Updates for 2012-01-10Twitter Updates for 2012-06-25Twitter Updates for 2012-06-27Twitter Updates...]]></description>
				<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>php: Updated to 5.4.2 due to security bug: <a href="http://t.co/TOA0bUIm" rel="nofollow">http://t.co/TOA0bUIm</a> #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a> <a href="http://t.co/r5dBGZgE" rel="nofollow">http://t.co/r5dBGZgE</a>  <a href="http://twitter.com/funplug/statuses/198509017033748480" class="aktt_tweet_time">#</a></li>
<li>gnutls: Updated to 3.0.19 #<a href="http://search.twitter.com/search?q=%23funplug" class="aktt_hashtag broken_link">funplug</a>  <a href="http://twitter.com/funplug/statuses/198509092178894849" class="aktt_tweet_time">#</a></li>
</ul>
<hr /><h2>Related posts:</h2><ul><li><a href="http://nas-tweaks.net/367/twitter-updates-for-2012-01-10/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-10">Twitter Updates for 2012-01-10</a></li><li><a href="http://nas-tweaks.net/409/twitter-updates-for-2012-06-25/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-25">Twitter Updates for 2012-06-25</a></li><li><a href="http://nas-tweaks.net/411/twitter-updates-for-2012-06-27/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-06-27">Twitter Updates for 2012-06-27</a></li><li><a href="http://nas-tweaks.net/418/twitter-updates-for-2012-08-12/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-08-12">Twitter Updates for 2012-08-12</a></li><li><a href="http://nas-tweaks.net/366/twitter-updates-for-2012-01-08/" rel="bookmark" title="Permanent Link: Twitter Updates for 2012-01-08">Twitter Updates for 2012-01-08</a></li></ul><hr /><small>Copyright &copy; 2008-2010 by NAS-Tweaks.net<br /> This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:  70090d8c7a4f0c07f78ae29dac36fdbe)</small>]]></content:encoded>
			<wfw:commentRss>http://nas-tweaks.net/397/twitter-updates-for-2012-05-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.050 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-18 10:43:39 -->
