<?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>UBI2GO</title>
	<atom:link href="http://www.ubi2go.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubi2go.de</link>
	<description>just ubiquitous</description>
	<lastBuildDate>Sun, 20 Nov 2011 17:32:30 +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>WordPress 3.0 Menü und qtranslate</title>
		<link>http://www.ubi2go.de/wordpress-3-0-menue-und-qtranslate/</link>
		<comments>http://www.ubi2go.de/wordpress-3-0-menue-und-qtranslate/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 17:31:52 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2122</guid>
		<description><![CDATA[Problem: Habe in letzter Zeit das Problem, daß qtranslate nicht Links im Menü von WordPress 3.0 automatisch übersetzt. Lösung: Einen Filter für das WordPress Menü (walker_nav_menu_start_el) hinzufügen in der functions.php des Themes: &#160; add_filter(&#8216;walker_nav_menu_start_el&#8217;, &#8216;qtrans_in_nav_el&#8217;, 10, 4); function qtrans_in_nav_el($item_output, $item, $depth, $args){ $attributes  = ! empty( $item-&#62;attr_title ) ? &#8216; title=&#8221;&#8216;  . esc_attr( $item-&#62;attr_title ) [...]]]></description>
			<content:encoded><![CDATA[<p>Problem:</p>
<p>Habe in letzter Zeit das Problem, daß qtranslate nicht Links im Menü von WordPress 3.0 automatisch übersetzt.</p>
<p>Lösung:</p>
<p>Einen Filter für das WordPress Menü (walker_nav_menu_start_el) hinzufügen in der functions.php des Themes:</p>
<p>&nbsp;</p>
<blockquote><p>add_filter(&#8216;walker_nav_menu_start_el&#8217;, &#8216;qtrans_in_nav_el&#8217;, 10, 4);<br />
function qtrans_in_nav_el($item_output, $item, $depth, $args){<br />
$attributes  = ! empty( $item-&gt;attr_title ) ? &#8216; title=&#8221;&#8216;  . esc_attr( $item-&gt;attr_title ) .&#8217;&#8221;&#8216; : &#8221;;<br />
$attributes .= ! empty( $item-&gt;target )     ? &#8216; target=&#8221;&#8216; . esc_attr( $item-&gt;target     ) .&#8217;&#8221;&#8216; : &#8221;;<br />
$attributes .= ! empty( $item-&gt;xfn )        ? &#8216; rel=&#8221;&#8216;    . esc_attr( $item-&gt;xfn        ) .&#8217;&#8221;&#8216; : &#8221;;</p>
<p>// Determine integration with qTranslate Plugin<br />
if (function_exists(&#8216;qtrans_convertURL&#8217;)) {<br />
$attributes .= ! empty( $item-&gt;url ) ? &#8216; href=&#8221;&#8216; . qtrans_convertURL(esc_attr( $item-&gt;url )) .&#8217;&#8221;&#8216; : &#8221;;<br />
} else {<br />
$attributes .= ! empty( $item-&gt;url ) ? &#8216; href=&#8221;&#8216; . esc_attr( $item-&gt;url ) .&#8217;&#8221;&#8216; : &#8221;;<br />
}</p>
<p>$item_output = $args-&gt;before;<br />
$item_output .= &#8216;&lt;a&#8217;. $attributes .&#8217;&gt;&#8217;;<br />
$item_output .= $args-&gt;link_before . apply_filters( &#8216;the_title&#8217;, $item-&gt;title, $item-&gt;ID ) . $args-&gt;link_after;<br />
$item_output .= &#8216;&lt;/a&gt;&#8217;;<br />
$item_output .= $args-&gt;after;</p>
<p>return $item_output;<br />
}</p></blockquote>
<p>Quellen:</p>
<p><a href="http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output/" class="liexternal previewlink">http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output/</a></p>
<p><a href="http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&amp;t=1746&amp;start=0" class="liexternal previewlink">http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&amp;t=1746&amp;start=0</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fwordpress-3-0-menue-und-qtranslate%2F&amp;title=WordPress%203.0%20Men%C3%BC%20und%20qtranslate" id="wpa2a_2"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/wordpress-3-0-menue-und-qtranslate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cyanogenmod &#8211; Alternative Firmware für Android Systeme</title>
		<link>http://www.ubi2go.de/cyanogenmod-alternative-firmware-fuer-android-systeme/</link>
		<comments>http://www.ubi2go.de/cyanogenmod-alternative-firmware-fuer-android-systeme/#comments</comments>
		<pubDate>Fri, 27 May 2011 11:44:31 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2022</guid>
		<description><![CDATA[cyanogenmod alternative Firmware für Android Systeme, z.B. Handys und Tablets.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cyanogenmod.com/" target="_blank" class="liexternal previewlink">cyanogenmod</a> alternative Firmware für Android Systeme, z.B. Handys und Tablets.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fcyanogenmod-alternative-firmware-fuer-android-systeme%2F&amp;title=cyanogenmod%20%26%238211%3B%20Alternative%20Firmware%20f%C3%BCr%20Android%20Systeme" id="wpa2a_4"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/cyanogenmod-alternative-firmware-fuer-android-systeme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geschützt: High Available NFS Server</title>
		<link>http://www.ubi2go.de/high-available-nfs-server/</link>
		<comments>http://www.ubi2go.de/high-available-nfs-server/#comments</comments>
		<pubDate>Mon, 16 May 2011 07:40:51 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1523</guid>
		<description><![CDATA[Es gibt keine Kurzfassung, da dies ein geschützter Artikel ist.]]></description>
			<content:encoded><![CDATA[<form action="http://www.ubi2go.de/wp-pass.php" method="post">
<p>Dieser Artikel ist durch ein Passwort geschützt. <br />Um ihn anzusehen, trage es bitte hier ein:</p>
<p><label for="pwbox-1523">Passwort:<br />
<input name="post_password" id="pwbox-1523" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Senden" /></p></form>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fhigh-available-nfs-server%2F&amp;title=Gesch%C3%BCtzt%3A%20High%20Available%20NFS%20Server" id="wpa2a_6"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/high-available-nfs-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scponly &#8211; sftp Connection closed by server with exitcode 128</title>
		<link>http://www.ubi2go.de/scponly-sftp-connection-closed-by-server-with-exitcode-128/</link>
		<comments>http://www.ubi2go.de/scponly-sftp-connection-closed-by-server-with-exitcode-128/#comments</comments>
		<pubDate>Sat, 07 May 2011 07:53:58 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Problemlösung]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=2009</guid>
		<description><![CDATA[Problem: Beim Verbindungsaufbau per sftp zum Server bekomme ich bei Filezilla und anderen Tools folgende Fehlermeldung: sftp Connection closed by server with exitcode 128 &#160; Lösung: Die Benutzer auf dem Server hatten die verkehrte Shell in der /etc/passwd zugewiesen bekommen. Jedem Benutzer die Shell in seiner Chroot-Umgebung zuordnen mit: z.B.: usermod -s /home/&#60;username&#62;/usr/lib/sftp-server &#160; Anmerkung: [...]]]></description>
			<content:encoded><![CDATA[<p>Problem:</p>
<p>Beim Verbindungsaufbau per sftp zum Server bekomme ich bei Filezilla und anderen Tools folgende Fehlermeldung:</p>
<p>sftp Connection closed by server with exitcode 128</p>
<p>&nbsp;</p>
<p>Lösung:</p>
<p>Die Benutzer auf dem Server hatten die verkehrte Shell in der /etc/passwd zugewiesen bekommen. Jedem Benutzer die Shell in seiner Chroot-Umgebung zuordnen mit:</p>
<p>z.B.:</p>
<p>usermod -s /home/&lt;username&gt;/usr/lib/sftp-server</p>
<p>&nbsp;</p>
<p>Anmerkung:</p>
<p>Anschließend noch in die /etc/shells mal kurz reingeschaut, ob da auch /usr/lib/sftp-server drin steht.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fscponly-sftp-connection-closed-by-server-with-exitcode-128%2F&amp;title=scponly%20%26%238211%3B%20sftp%20Connection%20closed%20by%20server%20with%20exitcode%20128" id="wpa2a_8"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/scponly-sftp-connection-closed-by-server-with-exitcode-128/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>edrawingsviewer</title>
		<link>http://www.ubi2go.de/edrawingsviewer/</link>
		<comments>http://www.ubi2go.de/edrawingsviewer/#comments</comments>
		<pubDate>Wed, 04 May 2011 07:53:24 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1950</guid>
		<description><![CDATA[Freier CAD Software edrawingsviewer.]]></description>
			<content:encoded><![CDATA[<p>Freier CAD Software <a href="http://www.edrawingsviewer.de/" class="liexternal previewlink">edrawingsviewer</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fedrawingsviewer%2F&amp;title=edrawingsviewer" id="wpa2a_10"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/edrawingsviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>argouml</title>
		<link>http://www.ubi2go.de/argouml/</link>
		<comments>http://www.ubi2go.de/argouml/#comments</comments>
		<pubDate>Tue, 03 May 2011 19:22:59 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1942</guid>
		<description><![CDATA[http://argouml.tigris.org/]]></description>
			<content:encoded><![CDATA[<p>http://argouml.tigris.org/</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fargouml%2F&amp;title=argouml" id="wpa2a_12"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/argouml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Dump wieder einspielen mit UTF8</title>
		<link>http://www.ubi2go.de/mysql-dump-wieder-einspielen-mit-utf8/</link>
		<comments>http://www.ubi2go.de/mysql-dump-wieder-einspielen-mit-utf8/#comments</comments>
		<pubDate>Sun, 01 May 2011 12:48:40 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Problemlösung]]></category>
		<category><![CDATA[Dump]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Wiederherstellung]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1960</guid>
		<description><![CDATA[Problem: Erstellt man mit mysqldump einen Abzug der Datenbank kennt man das Problem die Sonderzeichen bzw. Umlaute in kryptischer Form vorliegen zu haben. Lösung: Beim einspielen mit mysql wird auch als Default Character Set LATIN1 benutzt, deshalb folgender Aufruf zum einspielen der Daten: mysql -v -u&#60;user&#62; -p&#60;password&#62; &#60;datenbank&#62; &#60; backup.sql &#8211;default-character-set=utf8]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Erstellt man mit mysqldump einen Abzug der Datenbank kennt man das Problem die Sonderzeichen bzw. Umlaute in kryptischer Form vorliegen zu haben.</p>
<p><strong>Lösung:</strong></p>
<p>Beim einspielen mit mysql wird auch als Default Character Set LATIN1 benutzt, deshalb folgender Aufruf zum einspielen der Daten:</p>
<blockquote><p>mysql -v -u&lt;user&gt; -p&lt;password&gt; &lt;datenbank&gt; &lt; backup.sql &#8211;default-character-set=utf8</p></blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fmysql-dump-wieder-einspielen-mit-utf8%2F&amp;title=Mysql%20Dump%20wieder%20einspielen%20mit%20UTF8" id="wpa2a_14"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/mysql-dump-wieder-einspielen-mit-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error    : Unknown table engine &#8216;InnoDB&#8217;</title>
		<link>http://www.ubi2go.de/error-unknown-table-engine-innodb/</link>
		<comments>http://www.ubi2go.de/error-unknown-table-engine-innodb/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 19:49:32 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Problemlösung]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1955</guid>
		<description><![CDATA[Problem: mysql-server Version 5.1 Error    : Unknown table engine &#8216;InnoDB&#8217; Lösung: Habe lange gesucht bis ich diese Lösung für die Fehlermeldung gefunden habe: Die beiden Dateien ib_logfile0 und ib_logfile1 im Verzeichnis /var/lib/mysql löschen bzw. irgendwo anders verschieben. Und siehe da nach einem Neustart des MySQL Servers funktioniert der InnoDB Table wieder.]]></description>
			<content:encoded><![CDATA[<p>Problem:</p>
<p>mysql-server Version 5.1</p>
<p>Error    : Unknown table engine &#8216;InnoDB&#8217;</p>
<p>Lösung:</p>
<p>Habe lange gesucht bis ich diese Lösung für die Fehlermeldung gefunden habe:</p>
<p>Die beiden Dateien ib_logfile0 und ib_logfile1 im Verzeichnis /var/lib/mysql löschen bzw. irgendwo anders verschieben.</p>
<p>Und siehe da nach einem Neustart des MySQL Servers funktioniert der InnoDB Table wieder.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Ferror-unknown-table-engine-innodb%2F&amp;title=Error%20%20%20%20%3A%20Unknown%20table%20engine%20%26%238216%3BInnoDB%26%238217%3B" id="wpa2a_16"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/error-unknown-table-engine-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Compute Project</title>
		<link>http://www.ubi2go.de/open-compute-project/</link>
		<comments>http://www.ubi2go.de/open-compute-project/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 08:39:03 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Wissenswertes]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1945</guid>
		<description><![CDATA[Open Compute Project Server]]></description>
			<content:encoded><![CDATA[<p><a href="http://opencompute.org/" class="liexternal previewlink">Open Compute Project</a></p>
<p><a href="http://opencompute.org/servers/">Server<br />
</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Fopen-compute-project%2F&amp;title=Open%20Compute%20Project" id="wpa2a_18"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/open-compute-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>files list file for package &#8216;mysql-common&#8217; is missing final newline</title>
		<link>http://www.ubi2go.de/files-list-file-for-package-mysql-common-is-missing-final-newline/</link>
		<comments>http://www.ubi2go.de/files-list-file-for-package-mysql-common-is-missing-final-newline/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 06:55:52 +0000</pubDate>
		<dc:creator>ubi2go</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Problemlösung]]></category>
		<category><![CDATA[Wissenswertes]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.ubi2go.de/?p=1933</guid>
		<description><![CDATA[files list file for package &#8216;mysql-common&#8217; is missing final newline Problem: Aus irgendeinem Grund ist die Datei: /var/lib/dpkg/info/mysql-common.list in einem inkonsistenten Zustand geraten. Lösung: Die Datei löschen und durch apt erstellen lassen rm /var/lib/dpkg/info/mysql-common.list apt-get update apt-get upgrade]]></description>
			<content:encoded><![CDATA[<p>files list file for package &#8216;mysql-common&#8217; is missing final newline</p>
<p>Problem:<br />
Aus irgendeinem Grund ist die Datei:</p>
<p>/var/lib/dpkg/info/mysql-common.list</p>
<p>in einem inkonsistenten Zustand geraten.</p>
<p>Lösung:</p>
<p>Die Datei löschen und durch apt erstellen lassen</p>
<p>rm /var/lib/dpkg/info/mysql-common.list<br />
apt-get update<br />
apt-get upgrade</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ubi2go.de%2Ffiles-list-file-for-package-mysql-common-is-missing-final-newline%2F&amp;title=files%20list%20file%20for%20package%20%26%238216%3Bmysql-common%26%238217%3B%20is%20missing%20final%20newline" id="wpa2a_20"><img src="http://www.ubi2go.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ubi2go.de/files-list-file-for-package-mysql-common-is-missing-final-newline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

