<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Black-Pixel</title>
	<atom:link href="http://black-pixel.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://black-pixel.net</link>
	<description>A geeks world</description>
	<lastBuildDate>Fri, 20 Aug 2010 02:22:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>My first C++ application</title>
		<link>http://black-pixel.net/?p=161</link>
		<comments>http://black-pixel.net/?p=161#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:22:31 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[caesar cypher]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=161</guid>
		<description><![CDATA[I finally finished my first C++ console application. (Except hello world) I made it using Eclipse IDE. It&#8217;s an encryption program which let&#8217;s you encrypt or decrypt text using the simple caesar cypher. You can get the source code here: cryptCC.cpp.tar Here is the executable...]]></description>
			<content:encoded><![CDATA[<p>I finally finished my first C++ console application. (Except hello world) I made it using Eclipse IDE.<br />
It&#8217;s an encryption program which let&#8217;s you encrypt or decrypt text using the simple caesar cypher.</p>
<p>You can get the source code here: <a href="http://black-pixel.net/wp-content/uploads/2010/08/cryptCC.cpp_.tar.gz">cryptCC.cpp.tar</a></p>
<p>Here is the executable for Linux: <a href="http://black-pixel.net/wp-content/uploads/2010/08/cryptCC.tar.gz">cryptCC.tar</a></p>
<p>Use at your own risk!</p>
<p>At the moment, I&#8217;m thinking about adding features like encrypting a whole .txt file, or something like that.</p>
<p>My next aim is to write an encryption program with a more complex method, such as AES or Twofish. I want to finish it not later than the end of September.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=161" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=161" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>ALC892/Realtek ID 892 on Mint Linux/Ubuntu</title>
		<link>http://black-pixel.net/?p=119</link>
		<comments>http://black-pixel.net/?p=119#comments</comments>
		<pubDate>Wed, 18 Aug 2010 21:00:11 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[ALC892]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[Mint Linux]]></category>
		<category><![CDATA[Realtek ID 892]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=119</guid>
		<description><![CDATA[After installing Mint Linux on my computer, I noticed that the sound did not work. I tried a lot of things and then finally, thanks to the help of some guys from http://www.linuxmintusers.de, I found a solution. First I identified the codec of my sound card:...]]></description>
			<content:encoded><![CDATA[<p>After installing Mint Linux on my computer, I noticed that the sound did not work. I tried a lot of things and then finally, thanks to the help of some guys from http://www.linuxmintusers.de, I found a solution.</p>
<p>First I identified the codec of my sound card:</p>
<blockquote>
<pre>
<div id="_mcePaste">drag@hell ~ $ head -n 1 /proc/asound/card0/codec*</div>
<div id="_mcePaste">Codec: Realtek ALC892</div>
</pre>
</blockquote>
<p>Then i found a blog post regarding this problem. You can read it in German here: <a href="http://www.spacefish.biz/blog/2010/06/alc892-b-z-w-realtek-id-892-unter-ubuntu-10-04/">http://www.spacefish.biz/blog/2010/06/alc892-b-z-w-realtek-id-892-unter-ubuntu-10-04/</a></p>
<p>The problem is that the ALSA package of Ubuntu based distributions (maybe others too) does not include a module for the ALC892. But you can easily build it from the package <a href="http://files.spacefish.biz/LinuxPkg-5.15rc1.tar.bz2">http://files.spacefish.biz/LinuxPkg-5.15rc1.tar.bz2</a>.</p>
<p>You just have to unpack it and execute the install script as root. After that you have to reboot your computer, then everything should work well.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=119" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=119" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Linux vs ACPI APIC support</title>
		<link>http://black-pixel.net/?p=110</link>
		<comments>http://black-pixel.net/?p=110#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:06:03 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=110</guid>
		<description><![CDATA[Now that I have my new computer, I wanted to try Linux on it. Unfortunately, none of the distributions I tried worked, they just did not want to start so I could not install them. The only way was to use the safe mode. After...]]></description>
			<content:encoded><![CDATA[<p>Now that I have my new computer, I wanted to try Linux on it. Unfortunately, none of the distributions I tried worked, they just did not want to start so I could not install them. The only way was to use the safe mode.</p>
<p>After a while, I found the reason for it. The ACPI APIC support. After disabling it in the BIOS, everything worked fine. An alternative way is to set the boot option noapic.</p>
<p>I don&#8217;t know why none of the Linux Distributions can handle it, I hope this will be fixed soon.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=110" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=110" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>New hardware</title>
		<link>http://black-pixel.net/?p=106</link>
		<comments>http://black-pixel.net/?p=106#comments</comments>
		<pubDate>Sun, 15 Aug 2010 21:39:26 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=106</guid>
		<description><![CDATA[I sold my old hardware and arranged a new computer. This time, I didn&#8217;t use a water cooling system, the new computer is cooled just via air cooling. This is the new hardware: CPU: AMD Phenom II X6 1055T Mainboard: Biostar TA890FXE GPU: Sapphire HD5850 Toxic...]]></description>
			<content:encoded><![CDATA[<p>I sold my old hardware and arranged a new computer. This time, I didn&#8217;t use a water cooling system, the new computer is cooled just via air cooling.</p>
<p>This is the new hardware:</p>
<ul>
<li><strong>CPU: </strong>AMD Phenom II X6 1055T</li>
<li><strong>Mainboard:</strong> Biostar TA890FXE</li>
<li><strong>GPU:</strong> Sapphire HD5850 Toxic</li>
<li><strong>RAM:</strong> 2 x 4 GB Mushkin Blackline DDR3-1600 CL9</li>
</ul>
<p>As I wanted my system to be silent, I decided to use a noise dampened case. Also a new CPU cooler was needed and of course a fan control.</p>
<p>I bought the following components:</p>
<ul>
<li><strong>Noise dampened Lian Li PC-P50 Midi-Tower</strong></li>
<li><strong>Thermaltake Venomous X CPU cooler</strong></li>
<li><strong>Lamptron FC2 Fan Controller 5,25&#8243; &#8211; black</strong></li>
</ul>
<p>The system works really good and the temperatures are fine, even after a few hours of crunching (BOINC). I haven&#8217;t been able to test a lot more yet, but I will do soon.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=106" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=106" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>DLNA via MiniDLNA</title>
		<link>http://black-pixel.net/?p=82</link>
		<comments>http://black-pixel.net/?p=82#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:53:50 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[DLNA]]></category>
		<category><![CDATA[Fileserver]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mediatomb]]></category>
		<category><![CDATA[MiniDLNA]]></category>
		<category><![CDATA[Samsung PC Share Manager]]></category>
		<category><![CDATA[Truecrypt]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=82</guid>
		<description><![CDATA[I had some issues with Mediatomb: I had to tweek the configuration to make it work with my Samsung TV Adding Truecrypt devices was very laborious My media folders weren&#8217;t updated on new files Fast-forward and wind back did not work on most of the...]]></description>
			<content:encoded><![CDATA[<p>I had some issues with Mediatomb:</p>
<ul>
<li> I had to tweek the configuration to make it work with my Samsung TV</li>
<li>Adding Truecrypt devices was very laborious</li>
<li>My media folders weren&#8217;t updated on new files</li>
<li>Fast-forward and wind back did not work on most of the videos</li>
</ul>
<p>So I decided to search for an alternative.</p>
<p>After a little search, I found MiniDLNA. The only thing I had to configure to make it work, was to set the path for the media files. Unlike Mediatomb, there was no extra configuration needed to make it work with my TV.</p>
<p>I found the following init-script, it works well:</p>
<blockquote><p>#!/bin/sh</p>
<p># chkconfig: 345 99 10<br />
# description: Startup/shutdown script for MiniDLNA daemon<br />
#<br />
# $Id: minidlna.init.d.script,v 1.2 2009/07/02 00:33:15 jmaggard Exp $<br />
# MiniUPnP project<br />
# author: Thomas Bernard<br />
# website: <img src="http://www.hifi-forum.de/images/follow.gif" alt="" /><a href="http://www.hifi-forum.de/extURL.php?goURL=http://miniupnp.free.fr/" target="_blank">http://miniupnp.free.fr/</a> or <img src="http://www.hifi-forum.de/images/follow.gif" alt="" /><a href="http://www.hifi-forum.de/extURL.php?goURL=http://miniupnp.tuxfamily.org/" target="_blank">http://miniupnp.tuxfamily.org/</a></p>
<p>MINIDLNA=/usr/sbin/minidlna<br />
ARGS=&#8217;-f /etc/minidlna.conf&#8217;</p>
<p>test -f $MINIDLNA || exit 0</p>
<p>. /lib/lsb/init-functions</p>
<p>case &#8221;$1&#8243; in<br />
start)  log_daemon_msg &#8221;Starting minidlna&#8221; &#8221;minidlna&#8221;<br />
start-stop-daemon &#8211;start &#8211;quiet &#8211;pidfile /var/run/minidlna.pid &#8211;startas $MINIDLNA &#8211; $ARGS $LSBNAMES<br />
log_end_msg $?<br />
;;<br />
stop)   log_daemon_msg &#8221;Stopping minidlna&#8221; &#8221;minidlna&#8221;<br />
start-stop-daemon &#8211;stop &#8211;quiet &#8211;pidfile /var/run/minidlna.pid<br />
log_end_msg $?<br />
;;<br />
restart|reload|force-reload)<br />
log_daemon_msg &#8221;Restarting minidlna&#8221; &#8221;minidlna&#8221;<br />
start-stop-daemon &#8211;stop &#8211;retry 5 &#8211;quiet &#8211;pidfile /var/run/minidlna.pid<br />
start-stop-daemon &#8211;start &#8211;quiet &#8211;pidfile /var/run/minidlna.pid &#8211;startas $MINIDLNA &#8211; $ARGS $LSBNAMES<br />
log_end_msg $?<br />
;;<br />
*)      log_action_msg &#8221;Usage: /etc/init.d/minidlna {start|stop|restart|reload|force-reload}&#8221;<br />
exit 2<br />
;;<br />
esac<br />
exit 0</p></blockquote>
<p>Source: <a title="HiFi Forum Source" href="http://www.hifi-forum.de/viewthread-151-11576.html" target="_blank">http://www.hifi-forum.de/viewthread-151-11576.html</a></p>
<p>In summary:</p>
<ul>
<li>Works with Samsung TV without any additional tweaks</li>
<li>Adding devices is very easy, just enter a line in the configuration file</li>
<li>The media folders are updated on the fly, as soon as there is a new file, you can watch it</li>
<li>Fast-forward and wind back works on most of the videos</li>
</ul>
<p>The only thing I could complain about is the missing web UI, but I don&#8217;t really need it.</p>
<p>This software is really great, especially if you want to use it with a Samsung TV.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=82" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=82" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>WorldWide Telescope</title>
		<link>http://black-pixel.net/?p=75</link>
		<comments>http://black-pixel.net/?p=75#comments</comments>
		<pubDate>Thu, 22 Jul 2010 23:57:57 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Mars]]></category>
		<category><![CDATA[WoldWide Telescope]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=75</guid>
		<description><![CDATA[I just found a very interesting site, it&#8217;s called WorldWide Telescope. Quote: WorldWide Telescope (WWT) enables your computer to function as a virtual telescope, bringing together imagery from the best ground and space-based telescopes in the world. Experience narrated guided tours from astronomers and educators...]]></description>
			<content:encoded><![CDATA[<p>I just found a very interesting site, it&#8217;s called WorldWide Telescope.</p>
<p>Quote:</p>
<blockquote>
<div><em>WorldWide Telescope (WWT) enables your computer to function as a  virtual telescope, bringing together imagery from the best ground and  space-based telescopes in the world. Experience narrated guided tours  from astronomers and educators featuring interesting <a href="http://www.worldwidetelescope.org/search/objects.aspx">places</a> in the sky.</em></div>
<div><em>A web-based version of WorldWide Telescope is also now available.  This version enables seamless, guided explorations of the universe from  within a web browser on PC and Intel Mac OS X by using the power of  Microsoft Silverlight 3.0.</em></div>
</blockquote>
<div>There are new detailed Mars Exploration and Enhanced Night Sky images. You can also watch the Mars in a 3D View, just like Google Street View. It&#8217;s really worth a look.</div>
<div><em>Here is a sample Screenshot:</em></div>
<div><em><a href="http://black-pixel.net/wp-content/uploads/2010/07/mars.jpg"><img class="aligncenter size-medium wp-image-76" title="mars" src="http://black-pixel.net/wp-content/uploads/2010/07/mars-300x187.jpg" alt="" width="180" height="112" /></a></em></div>
<div><strong>Homepage:</strong> <a title="WorldWide Telescope" href="http://www.worldwidetelescope.org" target="_blank">http://www.worldwidetelescope.org</a></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=75" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=75" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>New Clone Wars signatures on Deviantart</title>
		<link>http://black-pixel.net/?p=70</link>
		<comments>http://black-pixel.net/?p=70#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:09:01 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Graphics design]]></category>
		<category><![CDATA[Ashoka]]></category>
		<category><![CDATA[Clone Wars]]></category>
		<category><![CDATA[Deviantart]]></category>
		<category><![CDATA[Signature]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[Yoda]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=70</guid>
		<description><![CDATA[I recently submitted two of my new Clone Wars signatures on Deviantart. Ashoka: Yoda: I am already planning other Clone Wars signatures, but it will take some time. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I recently submitted two of my new Clone Wars signatures on Deviantart.</p>
<p>Ashoka:<br />
<a href="http://black-pixel.deviantart.com/art/Ashoka-172323088?q=gallery%3ABlack-Pixel%2F24271933&amp;qo=0" target="_blank"><img src="http://th00.deviantart.net/fs71/150/f/2010/203/2/2/Ashoka_by_Black_Pixel.jpg" alt="signature preview" /></a></p>
<p>Yoda:<br />
<a href="http://black-pixel.deviantart.com/art/The-small-shriveled-green-one-171839698?q=gallery%3ABlack-Pixel%2F24271933&amp;qo=1" target="_blank"><img src="http://th00.deviantart.net/fs71/150/f/2010/199/c/c/The_small__shriveled_green_one_by_Black_Pixel.png" alt="signature preview" /></a></p>
<p>I am already planning other Clone Wars signatures, but it will take some time.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=70" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=70" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Project Fileserver: DLNA via Mediatomb</title>
		<link>http://black-pixel.net/?p=66</link>
		<comments>http://black-pixel.net/?p=66#comments</comments>
		<pubDate>Mon, 19 Jul 2010 00:59:27 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[DLNA]]></category>
		<category><![CDATA[Fileserver]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mediatomb]]></category>

		<guid isPermaLink="false">http://black-pixel.net/?p=66</guid>
		<description><![CDATA[To watch my videos via DLNA on my Samsung TV, I needed an alternative program, because the Samsung software does not support Linux operating systems. I chose to install Mediatomb. To make it work with Samsung TVs, there were a few additional config tweaks necessary....]]></description>
			<content:encoded><![CDATA[<p>To watch my videos via DLNA on my Samsung TV, I needed an alternative program, because the Samsung software does not support Linux operating systems.</p>
<p>I chose to install Mediatomb. To make it work with Samsung TVs, there were a few additional config tweaks necessary.</p>
<p>The config.xml files in /etc/mediatomb/ <strong>and</strong> in /root/.mediatomb/ have to be identically, else it Mediatomb won&#8217;t start.</p>
<p>First of all you have to uncomment the <em>&lt;custom-http-headers&gt;</em> section.</p>
<p>The next step is to add the following lines to this section:</p>
<pre>&lt;add header="transferMode.dlna.org: Streaming"/&gt;
&lt;add header="contentFeatures.dlna.org:  DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=017000   00000000000000000000000000"/&gt;</pre>
<p>At last  you have to change</p>
<pre dir="ltr">&lt;protocolInfo extend="no"/&gt; to &lt;protocolInfo extend="yes"/&gt;</pre>
<p>Now you can (re)start Mediatomb and it should be identified by the TV.</p>
<p>To add the video folders you normally have to go to the web ui <em>http://serverip:49152/.</em></p>
<p>In my case, Mediatomb could not scan the Truecrypt devices. To solve this problem I used the following command:</p>
<pre>mediatomb --add /media/truecrypt3/</pre>
<p>That&#8217;s it.</p>
<p>By the way, Mediatomb is <strong>much </strong>better than the Samsung PC Share Manager.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=66" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=66" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Project Fileserver: Samba + Truecrypt</title>
		<link>http://black-pixel.net/?p=38</link>
		<comments>http://black-pixel.net/?p=38#comments</comments>
		<pubDate>Sun, 18 Jul 2010 01:10:15 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Fileserver]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Truecrypt]]></category>

		<guid isPermaLink="false">http://vserver.black-pixel.net/httpdocs/black-pixel.net/?p=38</guid>
		<description><![CDATA[After assembling the computer and connecting everything, I had to install the operating system. I chose to install Debian Linux via netinst image, then I installed Samba and Truecrypt. The next step was configuring Samba and mounting the Truecrypt devices. I thought it would be...]]></description>
			<content:encoded><![CDATA[<p>After assembling the computer and connecting everything, I had to install the operating system. I chose to install Debian Linux via netinst image, then I installed Samba and Truecrypt.</p>
<p>The next step was configuring Samba and mounting the Truecrypt devices. I thought it would be done by that, but then I got 2 issues:</p>
<blockquote><p>1. The Fileserver was not &#8220;visible&#8221; in Windows 7.</p>
<p>Solution:</p>
<p>You have to add two things to the Windows registry:</p>
<pre> HKLM\System\CCS\Services\LanmanWorkstation\Parameters
            DWORD  DomainCompatibilityMode = 1
            DWORD  DNSNameResolutionRequired = 0
</pre>
<p>2. Even though the rights in Linux were correct, all my Truecrypt folders were read-only.</p>
<p>Solution:</p>
<p>If you want Truecrypt to mount the devices in read/write mode, you have to install the ntfs-3g driver and force Truecrypt to mount using it, with the following command:</p>
<pre>--filesystem=ntfs-3g
</pre>
</blockquote>
<p>Now everything works fine. <img src='http://black-pixel.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=38" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=38" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Project Fileserver: The Hardware</title>
		<link>http://black-pixel.net/?p=34</link>
		<comments>http://black-pixel.net/?p=34#comments</comments>
		<pubDate>Sun, 18 Jul 2010 00:51:46 +0000</pubDate>
		<dc:creator>Pixel</dc:creator>
				<category><![CDATA[Computer technology]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Fileserver]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://vserver.black-pixel.net/httpdocs/black-pixel.net/?p=34</guid>
		<description><![CDATA[Today, I will present you the Hardware for my Fileserver: CPU: AMD Athlon64 X2 4850e Mainboard: MSI K9A2VM-FD RAM: 2 GB DDR2-800 Power supply: Thermaltake Toughpower 750 W System HDD: Seagate Barracuda 320GB File HDDs: 2x Samsung 500GB; 1x Samsung 1,5TB Pictures: Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Today, I will present you the Hardware for my Fileserver:</p>
<ul>
<li><strong>CPU</strong>: AMD Athlon64 X2 4850e</li>
<li><strong>Mainboard</strong>: MSI K9A2VM-FD</li>
<li><strong>RAM</strong>: 2 GB DDR2-800</li>
<li><strong>Power supply</strong>: Thermaltake Toughpower 750 W</li>
<li><strong>System HDD</strong>: Seagate Barracuda 320GB</li>
<li><strong>File HDDs</strong>: 2x Samsung 500GB; 1x Samsung 1,5TB</li>
</ul>
<p>Pictures:</p>

<a href='http://black-pixel.net/?attachment_id=41' title='fileserver1'><img width="150" height="150" src="http://black-pixel.net/wp-content/uploads/2010/07/fileserver1-150x150.jpg" class="attachment-thumbnail" alt="fileserver1" title="fileserver1" /></a>
<a href='http://black-pixel.net/?attachment_id=42' title='fileserver2'><img width="150" height="150" src="http://black-pixel.net/wp-content/uploads/2010/07/fileserver2-150x150.jpg" class="attachment-thumbnail" alt="fileserver2" title="fileserver2" /></a>

<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=34" target="_blank"><img src="http://black-pixel.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://black-pixel.net/?p=34" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://black-pixel.net/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
