<?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>Dennis Jlussi &#187; Technisches</title>
	<atom:link href="http://www.jlussi.eu/category/technik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jlussi.eu</link>
	<description>Website &#124; Blog &#124; Album</description>
	<lastBuildDate>Mon, 08 Aug 2011 16:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sciencefeed: Jetzt twittert die Wissenschaft</title>
		<link>http://www.jlussi.eu/2010/02/16/sciencefeed-wissenschaft-twitter/</link>
		<comments>http://www.jlussi.eu/2010/02/16/sciencefeed-wissenschaft-twitter/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:37:54 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Persönliches]]></category>
		<category><![CDATA[Technisches]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.jlussi.eu/?p=232</guid>
		<description><![CDATA[Gestern ist Sciencefeed gestartet, ein neuer Microblogging-Dienst, speziell für Wissenschaftler.  TechCrunch berichtete darüber. Auf Sciencefeed kann man kurze Nachrichten eingeben und in der wissenschaftlichen Öffentlichkeit in Echtzeit verbreiten. Man kann nicht nur Bilder etc. an die Posts anhängen, sondern auch Artikel aus Fachzeitschriften (aus der umfangreichen ResearchGATE-Literaturdatenbank). Alles sehr übersichtlich und einfach. Noch sind natürlich [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_233" class="wp-caption alignleft" style="width: 160px"><a href="http://www.jlussi.eu/wp-content/uploads/2010/02/sf-screen.png"><img class="size-thumbnail wp-image-233" title="sf-screen" src="http://www.jlussi.eu/wp-content/uploads/2010/02/sf-screen-150x150.png" alt="Sciencefeed" width="150" height="150" /></a><p class="wp-caption-text">Sciencefeed</p></div>
<p>Gestern ist <a title="Sciencefeed" href="http://www.sciencefeed.com" target="_blank">Sciencefeed</a> gestartet, ein neuer Microblogging-Dienst, speziell für Wissenschaftler.  <a title="TechCrunch" href="http://techcrunch.com/2010/02/15/sciencefeed-launches-friendfeed-like-platform-for-scientists/" target="_blank">TechCrunch</a> berichtete darüber. Auf Sciencefeed kann man kurze Nachrichten eingeben und in der wissenschaftlichen Öffentlichkeit in Echtzeit verbreiten. Man kann nicht nur Bilder etc. an die Posts anhängen, sondern auch Artikel aus Fachzeitschriften (aus der umfangreichen <a title="ResearchGATE" href="http://www.researchgate.net" target="_blank">ResearchGATE</a>-Literaturdatenbank). Alles sehr übersichtlich und einfach. Noch sind natürlich nicht alle Fächer und Themen mit guten Feeds besetzt, aber das kommt bestimmt noch.</p>
<p>Nicht sehr vielsagend, aber toll gemacht ist übrigens der Trailer auf der Startseite. Hinter dem Bostoner Betreiber stecken übrigens auch mehrere deutsche Köpfe. Ein Interessantes Projekt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlussi.eu/2010/02/16/sciencefeed-wissenschaft-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Showroom and PHP memory limit</title>
		<link>http://www.jlussi.eu/2010/02/11/wp-showroom-php-memory-limit/</link>
		<comments>http://www.jlussi.eu/2010/02/11/wp-showroom-php-memory-limit/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 21:03:26 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technisches]]></category>

		<guid isPermaLink="false">http://www.jlussi.eu/?p=229</guid>
		<description><![CDATA[I found a nice new gallery plugin for WordPress: WP Showroom. It looks really nice and is easy configurable and customizable. But after installation, I had an error message whenever I tried to access any album settings: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in [...]/wp-content/plugins/WPshowroom/inc.thumb.php on line [...]]]></description>
			<content:encoded><![CDATA[<p>I found a nice new gallery plugin for WordPress: <a href="http://faild.de/wpshowroom/" target="_self">WP Showroom</a>. It looks really nice and is easy configurable and customizable.</p>
<p>But after installation, I had an error message whenever I tried to access any album settings:</p>
<blockquote><p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in [...]/wp-content/plugins/WPshowroom/inc.thumb.php on line 1370</p></blockquote>
<p>I commented out parts of the inc.thumb.php, but then the error message &#8220;moved&#8221; to another file.</p>
<p>My WordPress installation consumes pretty much memory, so I&#8217;ve set 64M as PHP memory limit in my Apache web server config for this site. I set it even to 512M for testing, but the error message remained.</p>
<p>At the end, I figured out a line in WP Showroom&#8217;s <strong>request.ajax.php</strong> file:</p>
<blockquote><p>@ini_set(‘memory_limit’, ‘32M’);</p></blockquote>
<p>This line is at the beginning. It overwrites the PHP memory limit set in the Apache config and lowers it to &#8211; in my case, insufficient &#8211; 32M. I think, the line is in there to make more memory available, but if the setting is already above 32M, it has the opposite effect. I just commented out that one line, and now, it works fine.</p>
<p>I&#8217;ll upload pictures for my albums soon, so all pictures that have been there before (and some new) will be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlussi.eu/2010/02/11/wp-showroom-php-memory-limit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using tr.im with Twitter Tools in WordPress</title>
		<link>http://www.jlussi.eu/2010/02/06/shorten-trim-twitter-tools-wordpress/</link>
		<comments>http://www.jlussi.eu/2010/02/06/shorten-trim-twitter-tools-wordpress/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:32:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technisches]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.jlussi.eu/?p=220</guid>
		<description><![CDATA[For integrating my Twitter account with WordPress, I&#8217;m using the Twitter Tools plugin by Crowd Favourite. This includes a &#8220;plugin plugin&#8221; for shortening blog URLs with bit.ly. I prefer tr.im as URL shortener, so I was looking for a solution to use tr.im instead of bit.ly. There is a tr.im &#8220;plugin plugin&#8221; for Twitter Tools [...]]]></description>
			<content:encoded><![CDATA[<p>For integrating my Twitter account with WordPress, I&#8217;m using the <a title="Twitter Tools plugin page" href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a> plugin by Crowd Favourite. This includes a &#8220;plugin plugin&#8221; for shortening blog URLs with bit.ly. I prefer <a title="tr.im URL shortener" href="http://tri.im" target="_blank">tr.im</a> as URL shortener, so I was looking for a solution to use tr.im instead of bit.ly.</p>
<p>There is a tr.im &#8220;plugin plugin&#8221; for Twitter Tools by <a title="tr.im Plugin" href="http://www.johngirvin.com/blog/archives/tr-im-plugin-for-twitter-tools-2-0.html" target="_blank">John Girvin</a>, but this did not work for me, don&#8217;t know why.</p>
<p>So I did it by editing the Twitter Tools original bit.ly Plugin:</p>
<ul>
<li>Open twitter-tools-bitly.php in your WordPress plugin editor</li>
<li>Find the function aktt_bitly_shorten_url() and comment it out (or delete it, if you are sure)</li>
<li>Replace it by this function:</li>
</ul>
<blockquote><p>function aktt_bitly_shorten_url($url) {<br />
$parts = parse_url($url);<br />
if (!in_array($parts['host'], array(&#8216;j.mp&#8217;, &#8216;bit.ly&#8217;, &#8216;tr.im&#8217;, &#8216;u.nu&#8217;, &#8216;is.gd&#8217;, &#8216;sn.im&#8217;, &#8216;tinyurl.com&#8217;))) {<br />
$short = file_get_contents(&#8216;http://api.tr.im/api/trim_simple?url=&#8217; . urlencode($url));<br />
$sparts = @parse_url($short);<br />
if ($sparts['host'] == &#8216;tr.im&#8217;) $url = $short;<br />
}<br />
return $url;<br />
}</p></blockquote>
<ul>
<li>Activate the Twitter Tools bit.ly Plugin</li>
<li>Enter any bit.ly API account information in the Twitter Tools configuration (don&#8217;t know whether that&#8217;s necessary, I just entered a &#8217;0&#8242; in all fields)</li>
<li>Enjoy</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jlussi.eu/2010/02/06/shorten-trim-twitter-tools-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista Complete PC Backup on RAID drive</title>
		<link>http://www.jlussi.eu/2008/09/24/vista-complete-pc-backup-on-raid-drive/</link>
		<comments>http://www.jlussi.eu/2008/09/24/vista-complete-pc-backup-on-raid-drive/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 23:14:35 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technisches]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jlussi.eu/2008/09/24/vista-complete-pc-backup-on-raid-drive/</guid>
		<description><![CDATA[This time it really hit me hard: The Mandriva 2009 RC1 live installer formatted one of my RAID 0 hard disks without prior notice. Oh yeah, I have a backup on the other RAID array, made with Vista&#8217;s great new &#8220;Complete PC Backup&#8221; &#8211; which didn&#8217;t work. So this time, Linux and Windows performed a [...]]]></description>
			<content:encoded><![CDATA[<p>This time it really hit me hard: The Mandriva 2009 RC1 live installer formatted one of my RAID 0 hard disks without prior notice. Oh yeah, I have a backup on the other RAID array, made with Vista&#8217;s great new &#8220;Complete PC Backup&#8221; &#8211; which didn&#8217;t work. So this time, Linux <em>and</em> Windows performed a great co-operation in driving me crazy.<br />
<span id="more-74"></span><br />
Ok, so the disk was formatted and therefore the RAID 0 array destroyed. Sad enough. First of all, I had to repair my DVD drive, which didn&#8217;t work for a while. It was just a bit dusty, so I opened it and cleaned everything and it worked again. Then I booted from the Vista DVD for the repair mode. Then I experienced that my second (working) array was not recognized. Ah, drivers missing. Both, Promise and Asus don&#8217;t find it necessary to offer drivers for a four-year-old mainboard on the internet, so it took me half an hour to find appropriate drivers. Anyway, then everything seemed to work fine: Boot from DVD, choose repair options, Vista automatically finds the backup and knows where to restore it to. Too easy.</p>
<p>No, it&#8217;s not that easy. I got an &#8220;file or directory corrupted&#8221; error. I tried twice, then I installed a clean Vista to perform all kinds of checks to the backup drive, everything was fine, but not working. Then I found out that the Complete Backup is a .vhd file and that other software is capable of restoring from vhd. So I installed some commercial software, burned a rescue CD, booted from that. Same result: It finds the backup and knows what to do with it, but can&#8217;t write.</p>
<p>There are some other threads on the net on this issue. I doubt that this damn Vista feature works on RAID drives at all. After hours of trying and internet research, I found a solution:</p>
<p>1. Install a clean Vista on the broken array and switch off &#8220;user account control&#8221;.<br />
2. Install the Vhdmount feature of MS Virtual Server 2005 (downloadable at no cost). See <a href="http://www.pcwelt.de/start/software_os/vista/praxis/95346/mehr_sicherheit_und_komfort_unter_vista/index5.html">these instructions</a> in German (I didn&#8217;t manage extracting the msi out of setup.exe, but you can choose the vhd function only in regular setup) or google for it in English.<br />
3. Install <a href="http://www.xxcopy.com">xxcopy</a> freeware edition.<br />
4. Find the .vhd file under the &#8220;WindowsImageBackup&#8221; folder and mount it using vhdmount.<br />
5. Xxcopy all content from the newly mounted drive to a directory (either on the backup drive or on the formerly broken array) using the /backup parameter. This will show some errors, don&#8217;t care.<br />
6. Reboot from your  Vista DVD, go in repair mode and open a command line.<br />
7. Xxcopy everything from the folder mentioned before to C:\, use parameters /backup and /y.<br />
8. Reboot from hard disk and enjoy your new old Vista installation <img src='http://www.jlussi.eu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>My system is fully functional. The only thing I recognized is that Vista lost information about the Vista updates I chose <em>not </em>to install and offered those to me again. But that&#8217;s not too bad.</p>
<p>Now, this took me almost the whole day. Why does Mandriva not ask before formatting a harddisk? Why does Vista not check whether the backup can be restored to the drive that is backed up? And does anyone have a good recommendation for a backup tool that works with RAID drives?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlussi.eu/2008/09/24/vista-complete-pc-backup-on-raid-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Repair Vista Bootup After PC-BSD Installation</title>
		<link>http://www.jlussi.eu/2008/09/17/repair-vista-boot-up-after-pc-bsd-installation/</link>
		<comments>http://www.jlussi.eu/2008/09/17/repair-vista-boot-up-after-pc-bsd-installation/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 22:31:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Technisches]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jlussi.eu/2008/09/17/repair-vista-boot-up-after-pc-bsd-installation/</guid>
		<description><![CDATA[Today, I downloaded PC-BSD 7 to try it out &#8211; my first BSD operating system. I was very disappointed after intalling it on my Thinkpad. Localised German texts often don&#8217;t fit into the space intended for text, the standard font-size is so big that options in drop-down-menus are not readable and it was damn slow, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I downloaded <a href="http://www.pcbsd.org/">PC-BSD</a> 7 to try it out &#8211; my first BSD operating system. I was very disappointed after intalling it on my Thinkpad. Localised German texts often don&#8217;t fit into the space intended for text, the standard font-size is so big that options in drop-down-menus are not readable and it was damn slow, don&#8217;t know why. But the worst thing: Vista did not start up after installing PC-BSD. As intended, PC-BSD installed a bootloader with a boot menu, but after selecting &#8220;DOS&#8221; as a bootup option, the Vista bootup failed.</p>
<p>So I went through dozens of websites related to Vista bootloader fails after BSD or Linux installations. I came closer and closer, but at some point, information became very rare &#8211; as usual, my problem seemed to be more complicated than the average problem of the same kind <img src='http://www.jlussi.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Here&#8217;s how I did it:<br />
<span id="more-73"></span></p>
<p>First of all: This article is for people having a problem with booting Vista, while the Vista partition and all files on it are still there. If you chose to use the whole (and same as Vista) hard disk for your BSD or Linux or whatever other operating system, and therefore the Vista disk partition was deleted, there&#8217;s most probably nothing you can do (maybe apart from calling and paying a professional data recovery service).</p>
<p><strong>Step 1: Vista Automatic Repair</strong><br />
This is said to work in many cases. Take your Vista DVD (or, if you don&#8217;t have one because Vista was preinstalled and your PC manufacturer didn&#8217;t deliver a DVD, get a Recovery CD image from <a href="http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/">here</a>). Choose &#8220;<em>Repair your Computer</em>&#8221; and then &#8220;<em>Startup Repair</em>&#8220;. If that works for you, fine, don&#8217;t read on. It didn&#8217;t work out on my computer.</p>
<p><strong>Step 2: Repair MBR and BCD</strong><br />
Now, open a command line from the repair options menu and enter:<br />
<code><br />
del c:\boot\ /f /s<br />
bootrec /fixmbr<br />
bootrec /rebuildbcd<br />
</code></p>
<p>This is said to work out for the very most people where step 1 didn&#8217;t help. Again, if that works for you, fine, don&#8217;t read on. It didn&#8217;t help me.</p>
<p><strong>Step 3: Repair the Start Sector</strong><br />
Now, what websites say is that most probably this works out for the rest:<br />
Enter<br />
<code>bootrec /fixboot</code><br />
at the command line.</p>
<p>If you get a success message, go back to step 2, which should really work now.<br />
Again, I got no success message but an error message: &#8220;<em>The volume does not contain a recognized file system</em>&#8220;. Information on the net is rare on this specific problem. But at the very end, I managed it:</p>
<p><strong>Step 4: Using diskpart</strong><br />
Diskpart is the Vista partition manager and it is the most unhandy partition manager I&#8217;ve ever seen. You&#8217;ll love good old fdisk after using diskpart.<br />
Anyway, enter<br />
<code>diskpart</code><br />
to open the diskpart console.</p>
<p>There, enter <code>help</code> to get an overview. Our goal is to activate the Vista boot partition. This is usually done by<br />
<code><br />
select disk 0<br />
select volume 1<br />
select partition 0<br />
</code><br />
if the Vista boot partition is the first partition on your first hard drive. If you have to search for the right partition, use<br />
<code><br />
detail disk<br />
detail volume<br />
detail partition<br />
</code><br />
to see information about the <em>selected</em> object. If you&#8217;ve selected the right partition, enter<br />
<code><br />
active<br />
exit<br />
</code><br />
to activate that partition and go back to the command line. Then follow steps 3 and 2. This helped me and &#8211; according to the rare information on the net &#8211; also a few others. If this doesn&#8217;t help, I can&#8217;t help you either, sorry.</p>
<p>Thanks to the authors of information that I found <a href="http://neosmart.net/forums/showthread.php?t=767">here</a>, <a href="http://groups.google.com/group/microsoft.public.windows.vista.general/browse_thread/thread/5088dabff5ca9cb5/42e320262f7ef839">here</a> and <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B927392&amp;x=23&amp;y=14">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jlussi.eu/2008/09/17/repair-vista-boot-up-after-pc-bsd-installation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

