<?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>HEIDEMANN iT &#187; software</title>
	<atom:link href="http://heidemann.it/blog/tag/software/feed" rel="self" type="application/rss+xml" />
	<link>http://heidemann.it/blog</link>
	<description>netzwerkadministration &#124; webdesign</description>
	<lastBuildDate>Mon, 23 Apr 2012 20:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>XBMC auf der Apple TV (2nd Gen)</title>
		<link>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen</link>
		<comments>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:03:18 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=441</guid>
		<description><![CDATA[Da ich ja letzte Woche eine kleine Anleitung versprochen hatte, wie man XBMC auf die Apple TV bekommt - hier die wenigen Schritte, die daf&#252;r n&#246;tig sind&#8230; Ben&#246;tigt wird dazu lediglich ein Micro USB-Kabel und ein Mac! Jailbreak via Seas0nPass Ich &#8230; <a href="http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Da ich ja letzte Woche eine kleine Anleitung versprochen hatte, wie man <strong>XBMC</strong> auf die <strong>Apple TV</strong> bekommt - hier die wenigen Schritte, die daf&#252;r n&#246;tig sind&#8230;</p>
<p><strong><em>Ben&#246;tigt wird dazu lediglich ein Micro USB-Kabel und ein Mac!</em></strong></p>
<h2>Jailbreak via Seas0nPass</h2>
<p>Ich h&#228;tte nie gedacht, dass ein Jailbreak <em>so</em> einfach ist! Man muss nur <strong>Seas0nPass</strong> runterladen, ausf&#252;hren, &#8220;Create IPSW&#8221; ausw&#228;hlen und warten, bis es das iOS-Image nachgeladen hat. Sobald es das Tool sagt, die Apple TV anstecken. Fertig. </p>
<ul>
<li><a title="firecore.com: Seas0nPass Download" href="http://files.firecore.com/SP/Seas0nPass.zip ">http://files.firecore.com/SP/Seas0nPass.zip</a></li>
</ul>
<p>(Ausf&#252;hrliche Anleitung bei <a title="firecore.com: Jailbreaking 101 - Seas0nPass" href="http://support.firecore.com/entries/387605-jailbreaking-101-seas0npass">firecore</a> direkt.)</p>
<h2>Terminal/SSH-Login auf der Apple TV</h2>
<p><img src="http://heidemann.it/blog/wp-content/uploads/2012/01/xbmc2-300x189.jpg" alt="XBMC on Apple TV" title="XBMC on Apple TV" width="300" height="189" class="alignright size-medium wp-image-545" itemprop="image" /> Jetzt k&#246;nnen wir die ATV an das Display/TV anschlie&#223;en und die Grundkonfiguration (WLAN &amp; co) per Apple Remote (die kleine Fernbedienung) vornehmen. Sobald die Verbindung zum WLAN steht, k&#246;nnen wir uns via Terminal vom Mac einloggen.</p>
<ul>
<li><code>ssh root@[atv-ip]</code></li>
</ul>
<p>Passwort: <strong><em>alpine</em></strong></p>
<p>Die IP-Adresse findet man &#252;brigens unter <strong><em>Settings \ General \ About</em></strong> bzw. <strong><em>Einstellungen \ Allgemein \ &#220;ber</em></strong>.</p>
<h2>Installation der Pre-Reqs (ben&#246;tigte Pakete)</h2>
<p>Ganz einfach folgendes Zeile f&#252;r Zeile via Terminal auf der ATV ausf&#252;hren:</p>
<ul>
<li><code>apt-get install wget</code></li>
<li><code>wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -</code></li>
<li><code>echo "deb http://apt.awkwardtv.org/ stable main" &gt; /etc/apt/sources.list.d/awkwardtv.list</code></li>
<li><code>echo "deb http://mirrors.xbmc.org/apt/atv2 ./" &gt; /etc/apt/sources.list.d/xbmc.list</code></li>
<li><code>apt-get update</code></li>
</ul>
<h2>Installation von XBMC</h2>
<p>Und schon der letzte Schritt &#8211; XBMC installieren:</p>
<ul>
<li><code>apt-get install org.xbmc.xbmc-atv2</code></li>
</ul>
<hr />
<div style="padding-left:20px; border-left:1px dashed;">
<h2>OPTIONAL: Update von XBMC</h2>
<p>Wenn man m&#246;chte, kann man jetzt noch auf den ganz aktuellsten Stand updaten.<br />
Zuerst auf dieser Seite den neuesten Build raussuchen:</p>
<ul>
<li><a title="mirrors.xbmc.org: XBMC ATV Nightlies" href="http://mirrors.xbmc.org/nightlies/darwin/atv2/ ">http://mirrors.xbmc.org/nightlies/darwin/atv2/</a></li>
</ul>
<p>Und ihn dann auf der ATV runterladen und installieren:</p>
<ul>
<li><code>wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111222-22ad8e4-master-atv2.deb</code></li>
<li><code>dpkg -i xbmc-20111222-22ad8e4-master-atv2.deb</code></li>
</ul>
<p>Wobei <em>20111222-22ad8e4</em> hier ein Beispiel ist und noch durch den aktuellen Build ersetzt werden muss.
</div>
<p>Wenn das abgeschlossen ist, startet <strong><em>Front Row</em></strong> (die Software der Apple TV) automatisch neu, und der Eintrag <strong><em>XBMC</em></strong> erscheint im Hauptmen&#252;.<br />
Das wars &#8211; alles kinderleicht und ohne gro&#223;es Hintergrundwissen zu erledigen. Bei Fragen: <strong><em>fragen!</em></strong> <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Falls du dich aber lieber noch ein bisschen weiter in das Thema einlesen willst, kann ich dir das <a href="http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ" title="wiki.xbmc.org: XBMC for iOS specific FAQ">XBMC-Wiki</a> ans Herz legen&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mein Multimedia-Setup &#8211; Apple TV &amp; XBMC feat. Synology NAS</title>
		<link>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas</link>
		<comments>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas#comments</comments>
		<pubDate>Tue, 17 Jan 2012 22:52:18 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[onkyo]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=500</guid>
		<description><![CDATA[Ich nehme Ads Post mal als Anlass f&#252;r einen &#220;berblick &#252;ber mein momentanes Heimkino-Setup. Ad &#8220;beklagt&#8221; sich dar&#252;ber, dass mit einem neuen TV auch viele andere neue Spielereien im Wohnzimmer einziehen. Das geht wohl Vielen &#228;hnlich &#8211; so auch mir. &#8230; <a href="http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ich nehme <a title="admartinator.de: Der alte Mann und das Mehr" href="http://www.admartinator.de/2012/01/15/der-alte-mann-und-das-mehr/">Ads Post</a> mal als Anlass f&#252;r einen &#220;berblick &#252;ber mein momentanes Heimkino-Setup. Ad &#8220;beklagt&#8221; sich dar&#252;ber, dass mit einem neuen TV auch viele andere neue Spielereien im Wohnzimmer einziehen. Das geht wohl Vielen &#228;hnlich &#8211; so auch mir.</p>
<p><img class="alignright size-medium wp-image-501" title="XBMC on Apple TV" src="http://heidemann.it/blog/wp-content/uploads/2012/01/xbmc-300x300.jpg" alt="XBMC on Apple TV" width="300" height="300" /> Nach dem <strong>Plasma von Panasonic</strong><sup>1</sup> sind sowohl eine <strong>Apple TV</strong><sup>2</sup>, als auch ein <strong>Synology NAS</strong><sup>3</sup> bei uns eingezogen. Ein wenig sp&#228;ter kam auch noch ein <strong>Receiver von Onkyo</strong><sup>4</sup> dazu, um das tolle Bild auch um den passenden Sound zu erg&#228;nzen.</p>
<p>Die Ger&#228;te spielen alle ganz einzigartig zusammen, sodass es beim abspielen von Filmen, die auf dem NAS liegen und via ATV auf den Plasma gestreamt werden &#8211; w&#228;hrend der Ton aus dem 5.1-System schallt &#8211; nur in absoluten Ausnahmef&#228;llen zu Aussetzern kommt.</p>
<p>Einziger Nachteil an all dem ist, dass man zum Filme schauen ganze 4 Ger&#228;te braucht &#8211; was aber nicht weiter st&#246;rt, da NAS und Apple TV sowieso immer laufen und der Receiver per <em>Audio Return Channel</em> automatisch vom Plasma aktiviert und gesteuert wird.</p>
<p>Herzst&#252;ck des Ganzen ist aber eigentlich <strong>XBMC</strong><sup>5</sup> &#8211; ein full-featured Media Center, das auf fast jede Plattform portiert wurde &#8211; und bei mir auf der (gejailbreakten; <em><a title="HEIDEMANN iT: XBMC auf der Apple TV (2nd Gen)" href="http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen">Anleitung</a></em>) Apple TV l&#228;uft.<br />
Alternativ dazu k&#246;nnte man sich auch selbst einen g&#252;nstigen PC zusammenschrauben und diesen als HTPC nutzen &#8211; g&#252;nstiger als die 100€ f&#252;r die ATV wird man das aber kaum hinbekommen. Au&#223;erdem bew&#228;ltigt diese die Multimedia-Aufgaben au&#223;erordentlich gut; ich denke nicht, dass das mit &#8220;commodity hardware&#8221; so einfach und nervenschonend machbar w&#228;re.<br />
Ein weiterer Vorteil der ATV f&#252;r &#8220;Apple-Haushalte&#8221; ist <a title="apple.com: Airplay" href="http://www.apple.com/appletv/airplay.html">AirPlay</a> &#8211; ein Streamen von allen Apple Devices &#8211; iPhone, iPad, Mac &#8211; ganz ohne Konfigurationsaufwand; die Ger&#228;te m&#252;ssen sich lediglich im gleichen WLAN befinden. Lediglich f&#252;r den Betrieb ohne NAS ist die ATV nicht unbedingt geeignet, denn ein lokales Speichermedium &#8211; zB per USB &#8211; ist nicht vorgesehen…</p>
<p>Dieser Artikel soll aber auch gar nicht so ausufern. Ich hoffe, ich konnte euch einen kleinen Einblick geben, wie so ein &#8220;perfektes&#8221; Setup aussehen kann &#8211; ohne viel Geld investieren zu m&#252;ssen. Falls ihr Fragen zum Setup oder einem der Ger&#228;te habt, immer her damit! <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
<ol>
<li><a title="panasonic.de: Panasonic TX-P42S20E" href="http://www.panasonic.de/html/de_DE/Produkte/Produkt-Archiv/TX-P42S20E/%C3%9Cbersicht/3563954/index.html">Panasonic TX-P42S20E</a></li>
<li><a title="apple.com: Apple TV" href="http://www.apple.com/appletv/">Apple TV (2nd Gen)</a></li>
<li><a title="synology.com: Synology DS211j" href="http://www.synology.com/products/product.php?product_name=DS211j">Synology DiskStation DS211j</a></li>
<li><a title="onkyo.com: Onkyo HT-S3405" href="http://www.eu.onkyo.com/en/products/ht-s3405-35475.html">Onkyo HT-S3405 (HT-R390)</a></li>
<li><a title="xbmc.org: XBMC Download" href="http://xbmc.org/download/">XBMC</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HowTo: Aastra AIMS neu installieren &#8211; Standard-Passwort</title>
		<link>http://heidemann.it/blog/it/howto-aastra-aims-neu-installieren-standard-passwort</link>
		<comments>http://heidemann.it/blog/it/howto-aastra-aims-neu-installieren-standard-passwort#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:27:01 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[aastra]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[aims]]></category>
		<category><![CDATA[ascotel]]></category>
		<category><![CDATA[intelligate]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[telekommunikation]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=492</guid>
		<description><![CDATA[Wenn man die Konfigurationssoftware f&#252;r Aastra TK-Anlagen &#8211; AIMS (Aastra IntelliGate Management System) &#8211; auf einen anderen PC umzieht und sich in der frisch installierten Management Console einloggen m&#246;chte, muss man statt der eigenen Anlagen-Zugangsdaten folgende Credentials verwenden: User: admin Passwort: &#8230; <a href="http://heidemann.it/blog/it/howto-aastra-aims-neu-installieren-standard-passwort">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn man die Konfigurationssoftware f&#252;r Aastra TK-Anlagen &#8211; <strong>AIMS </strong>(Aastra IntelliGate Management System) &#8211; auf einen anderen PC umzieht und sich in der frisch installierten Management Console einloggen m&#246;chte, muss man statt der eigenen Anlagen-Zugangsdaten folgende Credentials verwenden:</p>
<blockquote><p>User: <strong>admin</strong><br />
Passwort: <strong>3ascotel</strong></p></blockquote>
<p>Beim ersten Verbinden auf die PBX werden dann die richtigen Zugangsdaten (auf der TK-Anlage gespeichert) abgefragt und die User/Passw&#246;rter synchronisiert.</p>
<p>Der n&#228;chste Login funktioniert dann wieder wie gewohnt mit den alten Zugangsdaten&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/howto-aastra-aims-neu-installieren-standard-passwort/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V Cluster: iSCSI over SMB</title>
		<link>http://heidemann.it/blog/it/hyper-v-cluster-iscsi-over-smb</link>
		<comments>http://heidemann.it/blog/it/hyper-v-cluster-iscsi-over-smb#comments</comments>
		<pubDate>Wed, 14 Sep 2011 12:00:34 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[netzwerk]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=449</guid>
		<description><![CDATA[Event ID: 5120 Source: Microsoft-Windows-FailoverCluster Level: Error Description: Cluster shared volume “volume_name” is no longer available on this node because of “STATUS_BAD_NETWORK_PATH(c00000be)’. All I/O will temporarily be queued until a path to the volume is re-established. Event ID generated: 5142 &#8230; <a href="http://heidemann.it/blog/it/hyper-v-cluster-iscsi-over-smb">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 200px; font-size: xx-small; line-height: 10px;">Event ID: 5120<br />
Source: Microsoft-Windows-FailoverCluster<br />
Level: Error<br />
Description: Cluster shared volume “volume_name” is no longer available on this node because of “STATUS_BAD_NETWORK_PATH(c00000be)’. All I/O will temporarily be queued until a path to the volume is re-established.</p>
<hr />
<p>Event ID generated: 5142<br />
Source: Microsoft-Windows-FailoverCluster<br />
Description: Cluster Shared Volume &#8216;Volume_name&#8217; (&#8216;Cluster Disk #&#8217;) is no longer accessible from this cluster node because of error &#8216;ERROR_TIMEOUT(1460)&#8217;. Please troubleshoot this node&#8217;s connectivity to the storage device and network connectivity</p>
</div>
<blockquote><p>When accessing a CSV volume from a passive (non-coordinator) node, the disk I/O to the owning (coordinator) node is routed through a &#8216;preferred&#8217; network adapter and requires SMB be enabled on that network adapter. For SMB connections to work on these network adapters, the following protocols must be enabled:</p>
<ul>
<li>Client for Microsoft Networks</li>
<li>File and Printer Sharing for Microsoft Networks</li>
</ul>
</blockquote>
<p><a title="Unable to access ClusterStorage folder on a passive node in a server 2008 R2 cluster" href="http://support.microsoft.com/kb/2008795">http://support.microsoft.com/kb/2008795</a></p>
<p>Mit anderen Worten: der <em>gesamte</em> Netzwerk-Traffic <em>aller</em> Hyper-V-Server eines Clusters geht durch den aktuellen Owner des iSCSI-CSVs&#8230; <strong>m(</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/hyper-v-cluster-iscsi-over-smb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build a Hyper-V Cluster Using the Microsoft iSCSI Software Target v3.3</title>
		<link>http://heidemann.it/blog/it/how-to-build-a-hyper-v-cluster-using-the-microsoft-iscsi-software-target-v3-3</link>
		<comments>http://heidemann.it/blog/it/how-to-build-a-hyper-v-cluster-using-the-microsoft-iscsi-software-target-v3-3#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:36:27 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=434</guid>
		<description><![CDATA[Ich habe das zwar schon seit gut einem Jahr so laufen, aber es gibt ja immer noch Potential, sein Setup zu optimieren&#8230; Falls ihr auch 2+ Hyper-V-Hosts in einem Cluster und dem Microsoft iSCSI Software Target als Storage dahinter hochziehen &#8230; <a href="http://heidemann.it/blog/it/how-to-build-a-hyper-v-cluster-using-the-microsoft-iscsi-software-target-v3-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ich habe das zwar schon seit gut einem Jahr so laufen, aber es gibt ja immer noch Potential, sein Setup zu optimieren&#8230;</p>
<p>Falls ihr auch 2+ Hyper-V-Hosts in einem Cluster und dem Microsoft iSCSI Software Target als Storage dahinter hochziehen wollt, ist das der perfekte Einstieg:</p>
<p><a href="http://www.aidanfinn.com/downloads/Hyper-VMSFTiSCSI.pdf">Building a Hyper-V Cluster using the Microsoft iSCSI Software Target - How to build a small production or lab environment using the free iSCSI storage solution</a></p>
<blockquote><p><em>&#8220;This document will detail how to build a 2 node Hyper-V cluster, using the Microsoft iSCSI Software Target for shared storage, which is managed by System Center running on virtual machines, hosted on another Hyper-V server and stored on the same shared storage.” </em></p></blockquote>
<p>&nbsp;</p>
<p>Das Microsoft iSCSI Software Target ist ab sofort &#252;brigens ein <a title="Microsoft iSCSI Software Target 3.3 Download" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=45105d7f-8c6c-4666-a305-c8189062a0d0">kostenloses Add-on</a> f&#252;r den Microsoft Windows Server 2008 &#8211; und nicht mehr nur im Storage Server enthalten.</p>
<p>[via <a title="adrianfinn.com: Whitepaper: How to Build a Hyper-V Cluster Using the Microsoft iSCSI Software Target v3.3" href="http://www.aidanfinn.com/?p=11164">adrianfinn.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/how-to-build-a-hyper-v-cluster-using-the-microsoft-iscsi-software-target-v3-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laconica: Twitter-Client f&#252;r Identi.ca nutzen</title>
		<link>http://heidemann.it/blog/it/laconica-twitter-client-fuer-identica-nutzen</link>
		<comments>http://heidemann.it/blog/it/laconica-twitter-client-fuer-identica-nutzen#comments</comments>
		<pubDate>Tue, 21 Oct 2008 19:42:08 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[laconica]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=200</guid>
		<description><![CDATA[Wer Twitterrific f&#252;r Identi.ca nutzen m&#246;chte, kann das mit folgendem Terminal-Befehl ganz einfach tun: defaults write com.iconfactory.Twitterrific baseUrl -string 'identi.ca/api' Und um es wieder r&#252;ckg&#228;ngig zu machen: defaults write com.iconfactory.Twitterrific baseUrl -string 'twitter.com' Zus&#228;tzlich m&#252;ssen 2 Vorraussetzungen erf&#252;llt sein: Twitteriffic &#8230; <a href="http://heidemann.it/blog/it/laconica-twitter-client-fuer-identica-nutzen">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer <a href="http://iconfactory.com/software/twitterrific">Twitterrific</a> f&#252;r <a href="http://identi.ca">Identi.ca</a> nutzen m&#246;chte, kann das mit folgendem Terminal-Befehl ganz einfach tun:</p>
<p><code>defaults write com.iconfactory.Twitterrific baseUrl -string 'identi.ca/api'</code></p>
<p>Und um es wieder r&#252;ckg&#228;ngig zu machen:</p>
<p><code>defaults write com.iconfactory.Twitterrific baseUrl -string 'twitter.com'</code></p>
<p>Zus&#228;tzlich m&#252;ssen 2 Vorraussetzungen erf&#252;llt sein:</p>
<ul>
<li>Twitteriffic muss laufen</li>
<li>Twitterrific muss nach der Eingabe des Befehls neugestartet werden</li>
</ul>
<div>[via <a href="http://decafbad.com/blog/2008/07/18/using-twitterrific-with-identica">0xDECAFBAD</a>]</div>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/laconica-twitter-client-fuer-identica-nutzen/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bugzilla: eMail-Notification enth&#228;lt nur SCALAR(0x&#8230;)</title>
		<link>http://heidemann.it/blog/it/bugzilla-email-notification-enthaelt-nur-scalar0x</link>
		<comments>http://heidemann.it/blog/it/bugzilla-email-notification-enthaelt-nur-scalar0x#comments</comments>
		<pubDate>Wed, 30 Jul 2008 08:52:07 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=159</guid>
		<description><![CDATA[Wenn nach einem Bugzilla-Update die eMail-Notification nicht mehr funktioniert, liegts sehr wahrscheinlich an Email::MIME und Email::MIME::Modifier &#8211; einfach auf die aktuellen Versionen updaten: Email::MIME 1.857-1 Email::MIME::Modifier 1.440-1 Auf der Konsole einfach &#8220;cpan&#8221; aufrufen und dort die folgenden Kommandos absetzen. install &#8230; <a href="http://heidemann.it/blog/it/bugzilla-email-notification-enthaelt-nur-scalar0x">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wenn nach einem Bugzilla-Update die eMail-Notification nicht mehr funktioniert, liegts sehr wahrscheinlich an <strong>Email::MIME</strong> und <strong>Email::MIME::Modifier</strong> &#8211; einfach auf die aktuellen Versionen updaten:</p>
<ul>
<li>Email::MIME 1.857-1</li>
<li>Email::MIME::Modifier 1.440-1</li>
</ul>
<p>Auf der Konsole einfach &#8220;cpan&#8221; aufrufen und dort die folgenden Kommandos absetzen.</p>
<ul>
<li><strong>install Email::MIME</strong></li>
<li><strong>install Email::MIME::Modifier</strong></li>
</ul>
<p>&#8230;dann klappts auch mit Bugzilla v3 und eMail-Notifications.</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/bugzilla-email-notification-enthaelt-nur-scalar0x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org 3.0 beta f&#252;r Mac, Linux, Solaris und Windows</title>
		<link>http://heidemann.it/blog/it/openofficeorg-30-beta-fuer-mac-linux-solaris-und-windows</link>
		<comments>http://heidemann.it/blog/it/openofficeorg-30-beta-fuer-mac-linux-solaris-und-windows#comments</comments>
		<pubDate>Thu, 08 May 2008 20:00:33 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tipp]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=101</guid>
		<description><![CDATA[OpenOffice.org 3.0 beta ist f&#252;r Mac, Linux, Solaris und Windows auf Englisch verf&#252;gbar. F&#252;r den Mac jetzt endlich portiert als dmg-Image &#8211; ohne X11! http://download.openoffice.org/3.0beta/ [via vowe &#124; basic thinking]]]></description>
			<content:encoded><![CDATA[<p><a href="http://download.openoffice.org/3.0beta/"><img style="float:right;" title="Use OpenOffice.org" src="http://marketing.openoffice.org/art/galleries/marketing/web_buttons/nicu/180x60_3_get.png" border="0" alt=" Use OpenOffice.org" /></a> <strong><a href="http://download.openoffice.org/3.0beta/">OpenOffice.org 3.0 beta</a></strong> ist f&#252;r Mac, Linux, Solaris und Windows auf Englisch verf&#252;gbar.</p>
<p>F&#252;r den Mac jetzt endlich portiert als dmg-Image &#8211; ohne X11! <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://download.openoffice.org/3.0beta/">http://download.openoffice.org/3.0beta/<br />
</a></li>
</ul>
<p>[via <a href="http://vowe.net/archives/009447.html">vowe</a> | <a href="http://www.basicthinking.de/blog/2008/05/08/open-office-30-beta-frei-zum-download/">basic thinking</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/openofficeorg-30-beta-fuer-mac-linux-solaris-und-windows/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>xt:commerce downloaden&#8230;</title>
		<link>http://heidemann.it/blog/it/xtcommerce-downloaden</link>
		<comments>http://heidemann.it/blog/it/xtcommerce-downloaden#comments</comments>
		<pubDate>Sun, 20 Apr 2008 18:09:20 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[shop]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webshop]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=92</guid>
		<description><![CDATA[Das Downloaden und Testen von xt:commerce wird den Interessierten nicht gerade leicht gemacht&#8230; Man kann es nicht direkt von xt:commerce herunterladen &#8211; erst wenn man den Support von 98€ p.a. gezahlt hat. Da die Shopsoftware aber unter der GNU GPL steht, &#8230; <a href="http://heidemann.it/blog/it/xtcommerce-downloaden">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Das Downloaden und Testen von xt:commerce wird den Interessierten nicht gerade leicht gemacht&#8230;</p>
<p>Man kann es nicht direkt von xt:commerce herunterladen &#8211; erst wenn man den Support von 98€ p.a. gezahlt hat. Da die Shopsoftware aber unter der <a title="deutsche &#220;bersetzung: GNU GPL" href="http://www.gnu.de/gpl-ger.html">GNU GPL</a> steht, darf sie jeder frei weiterverbreiten. Einer von diesen netten Leuten ist der <a title="Netzblogger" href="http://netzblogger.com/">Netzblogger</a> &#8211; der bietet den Download der aktuellsten Version&#8230;</p>
<p>Also wer Interesse hat &#8211; auf zum Netzblogger:</p>
<ul>
<li><a title="xt:commerce - kostenloser Download" href="http://netzblogger.com/xt-commerce-kostenloser-download/">http://netzblogger.com/xt-commerce-kostenloser-download/</a></li>
</ul>
<p>[via <a title="Simon Huck" href="http://www.simon-huck.de/2007/06/05/xt-commerce-download/">Simon Huck</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/xtcommerce-downloaden/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

