<?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>DevOnLinux &#187; Uncategorized</title>
	<atom:link href="http://blog.devonlinux.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +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>IPKG synology</title>
		<link>http://blog.devonlinux.net/2010/02/01/ipkg-synology/</link>
		<comments>http://blog.devonlinux.net/2010/02/01/ipkg-synology/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:05:37 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=205</guid>
		<description><![CDATA[A little howto dedicated to install IPKG on Synology DS209+II, a great Nas which has installed a custom GPL Operating System based on GNU/Linux. IPKG is a lightweight package management system, similar to Debian DPKG. Step below are based on this wiki page of synology. Open an ssh connection to your nas, i.e. ssh root@your.local.ip [...]]]></description>
			<content:encoded><![CDATA[<p>A little howto dedicated to install IPKG on <a href="http://www.synology.com/enu/products/DS209+II/spec.php">Synology DS209+II</a>, a great <acronym title="Network Attached Storage">Nas</acronym> which has installed a <a href="http://sourceforge.net/projects/dsgpl/">custom GPL Operating System</a> based on GNU/Linux.<br />
IPKG is a lightweight package management system, similar to Debian DPKG. </p>
<p>Step below are based on <a href="http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server%2C_bootstrap%2C_ipkg_etc#What_can_I_do_by_Modifying_a_Synology_Server">this wiki page of synology</a>.</p>
<ol>
<li>Open an ssh connection to your nas, i.e. <code>ssh root@your.local.ip</code></li>
<li>Check the cpu type of the nas. <code>cat /proc/cpuinfo</code>. In my case it was Freescale Semiconductor MPC8544 DS but <a href="http://forum.synology.com/enu/viewtopic.php?f=141&#038;t=15884">as reported here</a> it&#8217;s an error and the correct CPU model is the 8533.</li>
<li>Now <a href="http://forum.synology.com/wiki/index.php/Is_my_NAS_an_ARM_or_a_PowerPC_CPU_model">go to this page and search for your cpu type</a> (ARM, PPC or ATOM)</li>
<li>The bootstrap script for mpc8533 it&#8217;s the same of mpc8543. You can <a href="http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh">download it here</a>, but I prefer to download by wget as described in the next step.</li>
<li>Go to tmp directory, <code>cd /volume1/@tmp</code>, and download it: <code>wget http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/syno-e500-bootstrap_1.2-7_powerpc.xsh</code></li>
<li>give it execution authorization, <code>chmod +x syno-e500-bootstrap_1.2-7_powerpc.xsh</code></li>
<li>Ok, execute it with <code>sh syno-e500-bootstrap_1.2-7_powerpc.xsh</code> and let script make its work. After a while and many lines below the scripts will echo a &#8220;Setup complete&#8221;.</li>
<li>IPKG is installed so it&#8217;s time to <code>reboot</code> nas machine</li>
<li>When the system is restarted, connect back with ssh.</li>
<li>First time it&#8217;s a good thing to update ipkg package list: <code>ipkg update</code></li>
<li>We have finished, it&#8217;s time to have fun with ipkg and install any package we desire. In our case we have installed rsnapshot, a great utility for backup automatization in the company lan.</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2010/02/01/ipkg-synology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison between Maemo and Android</title>
		<link>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/</link>
		<comments>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:16:16 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=181</guid>
		<description><![CDATA[Great comparison between Nokia Maemo and Google Android from point of view of user rights: http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html. I agree with writer of this post that the winner is without any doubt Maemo. So, choose Nokia in your next mobile phone]]></description>
			<content:encoded><![CDATA[<p>Great comparison between Nokia Maemo and Google Android from point of view of user rights: <a href="http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html">http://cool900.blogspot.com/2009/10/comparing-freedom-on-maemo-and-android.html</a>.<br />
I agree with writer of this post that the winner is without any doubt Maemo.<br />
So, choose Nokia in your next mobile phone <img src='http://blog.devonlinux.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/11/21/comparison-between-maemo-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take care of yours informations</title>
		<link>http://blog.devonlinux.net/2009/03/30/take-care-of-yours-informations/</link>
		<comments>http://blog.devonlinux.net/2009/03/30/take-care-of-yours-informations/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 20:34:35 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=27</guid>
		<description><![CDATA[E allo stesso modo in cui cent’anni fa la gente non si curava dell’inquinamento nella corsa alla realizzazione dell’Era Industriale, oggi non ci curiamo delle informazioni nella corsa alla realizzazione dell’Era dell’Informazione. Bruce Schneier (cryptogram march 2009) Spesso la difficoltà maggiore nello spiegare a persone poco &#8220;informatiche&#8221; quale sia il reale problema della privacy e [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>E allo stesso modo in cui cent’anni fa la gente non si curava dell’inquinamento nella<br />
corsa alla realizzazione dell’Era Industriale, oggi non ci curiamo delle informazioni nella<br />
corsa alla realizzazione dell’Era dell’Informazione.</p></blockquote>
<p><strong>Bruce Schneier </strong><em>(cryptogram march 2009)</em><strong><br />
</strong></p>
<p>Spesso la difficoltà maggiore nello spiegare a persone poco &#8220;informatiche&#8221; quale sia il reale problema della privacy e dei nostri dati personali che quotidianamente diffondiamo online ed in ogni transazione mediata da un computer, riguarda proprio l&#8217;incapacità di saper comunicare con poche ed efficaci parole l&#8217;importanza di tali informazioni ed il perchè dovrebbero preoccuparsene.</p>
<p>O forse, come sempre, è semplicemente dovuto alla natura umana di fare le cose senza pensare ai possibili effetti collaterali. Solo dopo ci si accorge.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/03/30/take-care-of-yours-informations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype?</title>
		<link>http://blog.devonlinux.net/2008/09/19/skype/</link>
		<comments>http://blog.devonlinux.net/2008/09/19/skype/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:23:15 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[big brother]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[wikileaks]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/2008/09/19/skype/</guid>
		<description><![CDATA[From Pirate Party: The Pirate Party of Germany got a secret Document of the bavarian Ministry of Justice from a Whistleblower. In this Document, the Ministry discussed the Price of using a &#8220;trojan horse&#8221;-malware to wiretap Skype. It looks like the bavarian has already used such a Software, but that would be illegal. The Price [...]]]></description>
			<content:encoded><![CDATA[<p>From Pirate Party:</p>
<blockquote><p>The Pirate Party of Germany got a secret Document of the bavarian Ministry of Justice from a Whistleblower. In this Document, the Ministry discussed the Price of using a &#8220;trojan horse&#8221;-malware to wiretap Skype. It looks like the bavarian has already used such a Software, but that would be illegal.<br />
The Price is interesting: 3500€ per month and use. Only mass use could produce such a low price.</p></blockquote>
<p>And after this announcement the German police have searched the office of Pirate Party and now is searching the people who have liberated this information.<br />
World is upset&#8230; Spy on private communication is anti-constitutional in Germany or not??</p>
<p>The Big Brother is here, and if you disagree they install you a trojan horse.<br />
Good <img src='http://blog.devonlinux.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>For other info visit <a href="http://wikileaks.org/wiki/Skype_and_SSL_Interception_letters_-_Bavaria_-_Digitask" title="Skype - Germany - Trojan">wikileaks</a> or <a href="http://www.theregister.co.uk/2008/09/18/german_police_raid_pirate_party/" title="German police raid about skype">the register</a>.</p>
<p>ps. If you want privacy (ah ah), don&#8217;t use skype or other proprietary closed software.<br />
First rule is: <strong>no security through obscurity</strong>.<br />
And before all, use GNU/Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2008/09/19/skype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.325 seconds -->
