<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>http://klumpp.net/blog/ - Technologie</title>
    <link>http://www.klumpp.net/blog/</link>
    <description>Was gesagt werden muss: </description>
    <dc:language>de</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Sat, 19 Nov 2011 19:16:24 GMT</pubDate>

    <image>
        <url>http://www.klumpp.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: http://klumpp.net/blog/ - Technologie - Was gesagt werden muss: </title>
        <link>http://www.klumpp.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Leichtgewichtige Alternative zu RVM und rbenv</title>
    <link>http://www.klumpp.net/blog/archives/117-Leichtgewichtige-Alternative-zu-RVM-und-rbenv.html</link>
            <category>Technologie</category>
    
    <comments>http://www.klumpp.net/blog/archives/117-Leichtgewichtige-Alternative-zu-RVM-und-rbenv.html#comments</comments>
    <wfw:comment>http://www.klumpp.net/blog/wfwcomment.php?cid=117</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.klumpp.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=117</wfw:commentRss>
    

    <author>nick@klumpp.net (Nikolaus Klumpp)</author>
    <content:encoded>
    &lt;p&gt;Neulich noch hatte Paul über &lt;em&gt;RVM&lt;/em&gt; &lt;a href=&quot;http://klumpp.net/blog/archives/116-Gentoo-Linux-and-Ruby...html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;geschrieben&lt;/a&gt;, gemeinsam mit dem vergleichsweise leichten &lt;em&gt;rbenv&lt;/em&gt; eines der beiden bekannten Tools, um seine Ruby-Installationen zu verwalten.&lt;/p&gt;

&lt;p&gt;Nun hat Hendrik Mans eine leichtgewichtige Alternative entwickelt, die durchaus einen Blick wert ist: Statt auch noch Kaffee zu kochen macht das System nur eines - ordentlich die aktive Rubyversion zu wechseln. Und darüber hinaus hat das Ding einfach einen knuffigen Namen: &lt;em&gt;rbfu&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/hmans/rbfu&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;https://github.com/hmans/rbfu&lt;/a&gt;&lt;/p&gt;


&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
var flattr_uid = &#039;25640&#039;;
var flattr_tle = &#039;Leichtgewichtige Alternative zu RVM und rbenv&#039;;
var flattr_dsc = &#039;Neulich noch hatte Paul über RVM geschrieben, gemeinsam mit dem vergleichsweise leichten rbenv eines der beiden bekannten Tools, um seine Ruby-Installationen zu verwalten.  Nun hat Hendrik Mans eine leichtgewichtige Alternative entwickelt, die durchaus einen Blick wert ist: Statt auch noch Kaffee zu kochen macht das System nur eines - ordentlich die aktive Rubyversion zu wechseln. Und darüber hinaus hat das Ding einfach einen knuffigen Namen: rbfu.  https://github.com/hmans/rbfu  &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;&#039;;
var flattr_url = &#039;http://www.klumpp.net/blog/archives/117-Leichtgewichtige-Alternative-zu-RVM-und-rbenv.html&#039;;
var flattr_btn = &#039;compact&#039;;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&amp;quot;http://api.flattr.com/button/load.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
     
    </content:encoded>

    <pubDate>Sat, 19 Nov 2011 20:02:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.klumpp.net/blog/archives/117-guid.html</guid>
    
</item>
<item>
    <title>Gentoo Linux and Ruby..</title>
    <link>http://www.klumpp.net/blog/archives/116-Gentoo-Linux-and-Ruby...html</link>
            <category>Szene</category>
            <category>Technologie</category>
    
    <comments>http://www.klumpp.net/blog/archives/116-Gentoo-Linux-and-Ruby...html#comments</comments>
    <wfw:comment>http://www.klumpp.net/blog/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.klumpp.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>paul@klumpp.net (Paul-Dieter Klumpp)</author>
    <content:encoded>
    &lt;p&gt;Gentoo Linux and Ruby are not working out well.&lt;/p&gt;

&lt;p&gt;Some Gentoo Maintainers obviously think it&#039;s wise to have a lot of Ruby Gems in their own Portage tree or in the Portage overlay &quot;ruby&quot;. Why would someone want a packaging-system on top of a packaging-system?&lt;/p&gt;

It gives dependency hell and not-up-to-date packages. I can&#039;t install ruby 1.9.2 decently by just &quot;emerge ruby&quot;. What the heck? Ruby 1.9.x is out since ages.&lt;p&gt;This got on my nerves - so deinstalled everything ruby from the gentoo system and used &quot;RVM&quot; instead.&lt;/p&gt;

&lt;p&gt;Unlike Gentoo Portage concerning ruby, RVM just does what it says it will! Give it a try! It easily prevents every typical gentoo package problem with ruby.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://rvm.beginrescueend.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;https://rvm.beginrescueend.com/&lt;/a&gt;&lt;/p&gt;

So, installing RVM and ruby afterwards is as easy as:
&lt;pre&gt;&lt;code&gt;bash &amp;lt; &amp;lt;(curl -s https://rvm.beginrescueend.com/install/rvm)
cd ~/.rvm/bin
./rvm install ruby-1.9.2&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Have fun&lt;/p&gt;


&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
var flattr_uid = &#039;25640&#039;;
var flattr_tle = &#039;Gentoo Linux and Ruby..&#039;;
var flattr_dsc = &#039;Gentoo Linux and Ruby are not working out well.  Some Gentoo Maintainers obviously think it\&#039;s wise to have a lot of Ruby Gems in their own Portage tree or in the Portage overlay \&amp;quot;ruby\&amp;quot;. Why would someone want a packaging-system on top of a packaging-system?  It gives dependency hell and not-up-to-date packages. I can\&#039;t install ruby 1.9.2 decently by just \&amp;quot;emerge ruby\&amp;quot;. What the heck? Ruby 1.9.x is out since ages.This got on my nerves - so deinstalled everything ruby from the gentoo system and used \&amp;quot;RVM\&amp;quot; instead.  Unlike Gentoo Portage concerning ruby, RVM just does what it says it will! Give it a try! It easily prevents every typical gentoo package problem with ruby.  https://rvm.beginrescueend.com/  So, installing RVM and ruby afterwards is as easy as: bash &amp;amp;lt; &amp;amp;lt;(curl -s https://rvm.beginrescueend.com/install/rvm) cd ~/.rvm/bin ./rvm install ruby-1.9.2  Have fun  &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;&#039;;
var flattr_url = &#039;http://www.klumpp.net/blog/archives/116-Gentoo-Linux-and-Ruby...html&#039;;
var flattr_btn = &#039;compact&#039;;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&amp;quot;http://api.flattr.com/button/load.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
     
    </content:encoded>

    <pubDate>Sun, 18 Sep 2011 17:45:54 +0200</pubDate>
    <guid isPermaLink="false">http://www.klumpp.net/blog/archives/116-guid.html</guid>
    
</item>
<item>
    <title>Windows Server 2008 R2 Foundation von HP..</title>
    <link>http://www.klumpp.net/blog/archives/114-Windows-Server-2008-R2-Foundation-von-HP...html</link>
            <category>Szene</category>
            <category>Technologie</category>
    
    <comments>http://www.klumpp.net/blog/archives/114-Windows-Server-2008-R2-Foundation-von-HP...html#comments</comments>
    <wfw:comment>http://www.klumpp.net/blog/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.klumpp.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>paul@klumpp.net (Paul-Dieter Klumpp)</author>
    <content:encoded>
    &lt;p&gt;... habe ich gekauft.&lt;/p&gt;

&lt;p&gt;Und auf einmal heißt es bei der Installation, es habe keine HP Plattform gefunden und könne deswegen nicht installiert werden. Stimmt. Ich habe hier keinen HP-Server, sondern eine virtuelle Maschine unter VirtualBox.&lt;/p&gt;

&lt;p&gt;Da muss ich meiner gekauften Software wohl auf die Sprünge helfen. Ich betone das Wort &quot;gekauft&quot;. Sie befindet sich in meinem Besitz und ich will sie nutzen. Was soll diese &quot;verbiosdongelung&quot; auf HP-Hardware? Klar, die Intension von HP ist klar. Aber die ist in Deutschland wahrscheinlich nicht rechtens.&lt;/p&gt;

&lt;p&gt;Gut, ich will &quot;Windows Server 2008 R2 Foundation von Hewlett Packard&quot; (auf deutsch) glücklicherweise in einer Virtualbox VM installieren.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wie löse ich das Problem?&lt;/strong&gt;&lt;/p&gt;

Nach einiger Recherche finde ich heraus, dass HP scheinbar nach einem HP-BIOS sucht, bevor sich Windows installieren lässt.&lt;blockquote&gt;&lt;p&gt;VBoxManage setextradata &quot;VM Name&quot; &quot;VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor&quot;        &quot;HP&quot;&lt;/p&gt;

VBoxManage setextradata &quot;VM Name&quot; &quot;VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor&quot;      &quot;HP&quot;&lt;/blockquote&gt;&lt;p&gt;Und jetzt kann ich endlich Windows Server 2008 R2 Foundation unter VirtualBox installieren. Yay!&lt;/p&gt;

Hier gibt&#039;s eine Liste der möglichen BIOS-Konfigurationen für VirtualBox:&lt;p&gt;&lt;a href=&quot;http://www.virtualbox.org/manual/ch09.html#changedmi&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.virtualbox.org/manual/ch09.html#changedmi&lt;/a&gt;&lt;/p&gt;


&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
var flattr_uid = &#039;25640&#039;;
var flattr_tle = &#039;Windows Server 2008 R2 Foundation von HP..&#039;;
var flattr_dsc = &#039;... habe ich gekauft.  Und auf einmal heißt es bei der Installation, es habe keine HP Plattform gefunden und könne deswegen nicht installiert werden. Stimmt. Ich habe hier keinen HP-Server, sondern eine virtuelle Maschine unter VirtualBox.  Da muss ich meiner gekauften Software wohl auf die Sprünge helfen. Ich betone das Wort \&amp;quot;gekauft\&amp;quot;. Sie befindet sich in meinem Besitz und ich will sie nutzen. Was soll diese \&amp;quot;verbiosdongelung\&amp;quot; auf HP-Hardware? Klar, die Intension von HP ist klar. Aber die ist in Deutschland wahrscheinlich nicht rechtens.  Gut, ich will \&amp;quot;Windows Server 2008 R2 Foundation von Hewlett Packard\&amp;quot; (auf deutsch) glücklicherweise in einer Virtualbox VM installieren.  Wie löse ich das Problem?  Nach einiger Recherche finde ich heraus, dass HP scheinbar nach einem HP-BIOS sucht, bevor sich Windows installieren lässt.VBoxManage setextradata \&amp;quot;VM Name\&amp;quot; \&amp;quot;VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor\&amp;quot;        \&amp;quot;HP\&amp;quot;  VBoxManage setextradata \&amp;quot;VM Name\&amp;quot; \&amp;quot;VBoxInte&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;&#039;;
var flattr_url = &#039;http://www.klumpp.net/blog/archives/114-Windows-Server-2008-R2-Foundation-von-HP...html&#039;;
var flattr_btn = &#039;compact&#039;;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&amp;quot;http://api.flattr.com/button/load.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
     
    </content:encoded>

    <pubDate>Mon, 05 Sep 2011 22:33:28 +0200</pubDate>
    <guid isPermaLink="false">http://www.klumpp.net/blog/archives/114-guid.html</guid>
    
</item>
<item>
    <title>Does Sony cripple original Dual Shock 3 Controllers with their latest firmware 3.56?</title>
    <link>http://www.klumpp.net/blog/archives/112-Does-Sony-cripple-original-Dual-Shock-3-Controllers-with-their-latest-firmware-3.56.html</link>
            <category>Technologie</category>
            <category>Ökonomie</category>
    
    <comments>http://www.klumpp.net/blog/archives/112-Does-Sony-cripple-original-Dual-Shock-3-Controllers-with-their-latest-firmware-3.56.html#comments</comments>
    <wfw:comment>http://www.klumpp.net/blog/wfwcomment.php?cid=112</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.klumpp.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    

    <author>paul@klumpp.net (Paul-Dieter Klumpp)</author>
    <content:encoded>
    I recently installed the original firmware 3.56 when it asked to and suddenly two of my three Dual Sock 3 (DS3) controllers didn&#039;t work anymore. They only work when plugged in with the USB cable. When I disconnect them, the lights switch permanently off and not even the PS-button bring up the typical blink when the bluetooth system tries to pair with the PS3.&lt;p&gt;And then the above question came up. Does Sony cripple original Dual Shock 3 Controllers with their latest firmware (FW) 3.56? Is the bluetooth in the DS3 destroyed now? Can I ever use the controller again somewhere else? Has Sony destroyed a good that I bought?&lt;/p&gt;

&lt;p&gt;I couldn&#039;t believe this so I went googling for hints that Sony was able to disable user hardware. And truthfully, I found that since FW 3.50 Sony disables the use of non-licensed hardware on their PS3. Well, okay, I thought, this shouldn&#039;t effect me. I have three original DS3 Sony controllers! In the beginning I had bought three DS3, vigorously watching over them being original hardware. I always really liked that Sony offers good quality of hardware.&lt;/p&gt;

&lt;p&gt;Am I at fault? Do I really have two fake DS3 Controllers? Funny, then I own some real good fakes! They cost, feel and look exactly like the other DS3 controller that still works on my PS3. Why does it feel as if Sony destroyed something that I bought and own? Somehow they managed to destroy or kill the bluetooth function in my two DS3. As I said, the two controllers don&#039;t even blink anymore when the PS-button is pressed.&lt;/p&gt;

Anyhow, I feel that Sony tries to piss customers off. Not only now, but forever in the future. They don&#039;t think about the outcome of their actions. I really think, I won&#039;t buy any Sony product anymore, ever.&lt;p&gt;And I was searching the web for jailbreaks to get out of this everlasting craze of Sony. In the past, Sony seemed really keen on destroying functionality from time to time and even going further to implement &quot;product security&quot; over customer needs. We all remember the Sony Audio-CD rootkit.&lt;/p&gt;

Audio-CD rootkit, see..
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootkit_scandal&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootkit_scandal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

About PS3-Jailbreaks, see...
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.ps3-hacks.com/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.ps3-hacks.com/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.geohot.us/2011/01/how-to-jailbreak-ps3-running-355.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.geohot.us/2011/01/how-to-jailbreak-ps3-running-355.html&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.techxilla.com/2011/01/10/jailbreak-playstation-3-firmware-3-55-and-install-custom-packages-guide/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.techxilla.com/2011/01/10/jailbreak-playstation-3-firmware-3-55-and-install-custom-packages-guide/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.myce.com/news/ps3-3-56-firmware-hacked-just-hours-after-release-39368/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.myce.com/news/ps3-3-56-firmware-hacked-just-hours-after-release-39368/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.techxilla.com/2011/01/29/hack-and-jailbreak-ps3-3-56-firmware-by-kakarotoks/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.techxilla.com/2011/01/29/hack-and-jailbreak-ps3-3-56-firmware-by-kakarotoks/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

When I searched more.. It is even said that the FW 3.56 allows remote code execution upon login. See...
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.fyygame.com/news/PS3-FW-3-56-Released-Updating-is-Not-Recommended/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.fyygame.com/news/PS3-FW-3-56-Released-Updating-is-Not-Recommended/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.ps3-hacks.com/forums/about12337.html&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.ps3-hacks.com/forums/about12337.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It&#039;s over.&lt;/p&gt;

&lt;p&gt;I&#039;m getting myself a new media player client and blu-ray player. I guess, I&#039;ll try to revive the bluetooth in the crippled DS3 and connect them to a silent PC that I will place in my living room. Sony. Listen. I heard the PC-platform has still very good games and suits as a media player as well! ;-) I don&#039;t need the PlayStation Network.&lt;/p&gt;


&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
var flattr_uid = &#039;25640&#039;;
var flattr_tle = &#039;Does Sony cripple original Dual Shock 3 Controllers with their latest firmware 3.56?&#039;;
var flattr_dsc = &#039;I recently installed the original firmware 3.56 when it asked to and suddenly two of my three Dual Sock 3 (DS3) controllers didn\&#039;t work anymore. They only work when plugged in with the USB cable. When I disconnect them, the lights switch permanently off and not even the PS-button bring up the typical blink when the bluetooth system tries to pair with the PS3.And then the above question came up. Does Sony cripple original Dual Shock 3 Controllers with their latest firmware (FW) 3.56? Is the bluetooth in the DS3 destroyed now? Can I ever use the controller again somewhere else? Has Sony destroyed a good that I bought?  I couldn\&#039;t believe this so I went googling for hints that Sony was able to disable user hardware. And truthfully, I found that since FW 3.50 Sony disables the use of non-licensed hardware on their PS3. Well, okay, I thought, this shouldn\&#039;t effect me. I have three original DS3 Sony controllers! In the beginning I had bought three DS3, vigorously watching over them being &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;en_GB&#039;;
var flattr_tag = &#039;ps3 ps3-hacks ps3-jailbreak ps3-firmware sony ps3-controller&#039;;
var flattr_url = &#039;http://www.klumpp.net/blog/archives/112-Does-Sony-cripple-original-Dual-Shock-3-Controllers-with-their-latest-firmware-3.56.html&#039;;
var flattr_btn = &#039;compact&#039;;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&amp;quot;http://api.flattr.com/button/load.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
     
    </content:encoded>

    <pubDate>Sun, 13 Feb 2011 14:43:33 +0100</pubDate>
    <guid isPermaLink="false">http://www.klumpp.net/blog/archives/112-guid.html</guid>
    
</item>

</channel>
</rss>
