<?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>Herbert Mühlburger&#039;s Blog &#187; tutorial</title>
	<atom:link href="http://blog.muehlburger.at/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.muehlburger.at</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:17:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to install (Oracle) Sun Java SDK 1.6.x (Java 6) on Ubuntu</title>
		<link>http://blog.muehlburger.at/2011/01/10/how-to-install-oracle-sun-java-sdk-1-6-x-java-6-on-ubuntu/</link>
		<comments>http://blog.muehlburger.at/2011/01/10/how-to-install-oracle-sun-java-sdk-1-6-x-java-6-on-ubuntu/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 20:45:32 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Instruction]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Development Kit]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=1172</guid>
		<description><![CDATA[Dieser Beitrag beschreibt die Installation des Sun Java SDK 1.6.x on Ubuntu (Maverick). The English explanation on how to install Sun Java SDK 1.6.x can be found here. Canonical-Partner Repositories aktivieren: Dies geschieht unter &#8220;System&#8221; -&#62; &#8220;Systemverwaltung&#8221; -&#62; &#8220;Synaptic Paketverwalung&#8221;. In der Paketverwaltung finden sich die Paketquellen unter dem Menüpunkt &#8220;Einstellungen&#8221;. In den Einstellungen wechselt [...]]]></description>
			<content:encoded><![CDATA[<p>Dieser Beitrag beschreibt die Installation des Sun Java SDK 1.6.x on Ubuntu (Maverick). The English explanation on how to install Sun Java SDK 1.6.x can be found <a title="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#sun-java-6" href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#sun-java-6" target="_blank">here</a>.</p>
<h3>Canonical-Partner Repositories aktivieren:</h3>
<p>Dies geschieht unter &#8220;System&#8221; -&gt; &#8220;Systemverwaltung&#8221; -&gt; &#8220;Synaptic Paketverwalung&#8221;. In der Paketverwaltung finden sich die Paketquellen unter dem Menüpunkt &#8220;Einstellungen&#8221;. In den Einstellungen wechselt man auf den Reiter &#8220;Andere Software&#8221; und aktiviert dort &#8220;Canonical-Partner&#8221; bzw. &#8220;Canonical-Partner (Quelltext)&#8221;.  Nach dem Klick auf &#8220;Schließen&#8221; werden die Paketlisten neu geladen.</p>
<h3>Terminal öffnen und Java 6 JDK installieren:</h3>
<p><code>$ sudo</code> <code>apt-get </code><code>install</code> <code>sun-java6-jdk</code></p>
<h3>Java Version zur Standardversion auf dem System machen:</h3>
<p><code> $ sudo</code> <code>update-java-alternatives -s java-6-sun</code></p>
<p>Für das aktuelle Java Development Kit wird der Symlink <tt>/usr/lib/jvm/java-6-sun</tt> erstellt. Dieser zeigt auf die aktuell installierte Version des JDK.</p>
<h3>Installation überprüfen:</h3>
<p><code>user@ubuntu:~</code><code># java -version</code><br />
<code>java version "1.6.0_22"<br />
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)<br />
Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)</code></p>
<p>Damit ist die Installation abgeschlossen.</p>
<p>Vielen Dank an Michael Noll für die <a title="englische Anleitung" href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/#sun-java-6" target="_blank">englische Installationsanleitung</a>, die ich als Vorlage verwendet habe.</p>
<h3 class="zemanta-related-title">Weitere Artikel</h3>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.twm-kd.com/computers/software/installing-sun-java6-in-ubuntu-maverick-meerkat/">Installing sun-java6 in Ubuntu Maverick Meerkat</a> (twm-kd.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.techeye.net/software/oracles-open-source-java-for-mac-os-x-built">Oracle&#8217;s Open Source Java for Mac OS X built</a> (techeye.net)</li>
</ul>
<div class="zemanta-pixie"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2011/01/10/how-to-install-oracle-sun-java-sdk-1-6-x-java-6-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s SEO Starter Guide &#8211; How to improve your website</title>
		<link>http://blog.muehlburger.at/2008/11/13/googles-seo-starter-guide-how-to-improve-your-site/</link>
		<comments>http://blog.muehlburger.at/2008/11/13/googles-seo-starter-guide-how-to-improve-your-site/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:40:45 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[netzlogbuch]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[thenextweb]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=109</guid>
		<description><![CDATA[Brandon Falls from Google Search Quality Team, wrote on the Official Google Webmaster Central Blog the following lines: Webmasters often ask us at conferences or in the Webmaster Help Group, &#8220;What are some simple ways that I can improve my website&#8217;s performance in Google?&#8221; There are lots of possible answers to this question, and a [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_111" class="wp-caption alignnone" style="width: 450px;">
<dt class="wp-caption-dt"><a rel="attachment wp-att-111" href="http://blog.muehlburger.at/2008/11/googles-seo-starter-guide-how-to-improve-your-site/google-seo-starter-guide/"><img class="size-full wp-image-111" title="Google's SEO Starter Guide: How to improve your website." src="http://blog.muehlburger.at/wp-content/uploads/2008/11/google-seo-starter-guide.png" alt="Google's SEO Starter Guide: How to improve your website." width="440" height="150" /></a></dt>
</dl>
</div>
<p><span class="byline-author">Brandon Falls from Google </span><span class="byline-author">Search Quality Team, wrote </span><span class="byline-author">on the <a title="Google's SEO Starter Guide" href="http://googlewebmastercentral.blogspot.com/2008/11/googles-seo-starter-guide.html" target="_blank">Official Google Webmaster Central Blog</a> the following lines:</span></p>
<blockquote><p>Webmasters often ask us at conferences or in the <a href="http://groups.google.com/group/Google_Webmaster_Help/">Webmaster Help Group</a>, &#8220;What are some simple ways that I can improve my website&#8217;s performance in Google?&#8221; There are lots of possible answers to this question, and a wealth of search engine optimization information on the web, so much that it can be intimidating for newer webmasters or those unfamiliar with the topic. We thought it&#8217;d be useful to create a compact guide that lists some best practices that teams within Google and external webmasters alike can follow that could improve their sites&#8217; crawlability and indexing.</p></blockquote>
<p>What he and his group did was to create a compact guide called the &#8220;<a title="Google's SEO Starter Guide" href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">Google SEO Starter Guide</a>&#8220;. There are lot&#8217;s of DOs and DON&#8217;Ts published. Every blogger and every website owner should have a look on this paper.</p>
<blockquote><p>We felt that these areas (like improving title and description meta tags, URL structure, site navigation, content creation, anchor text, and more) would apply to webmasters of all experience levels and sites of all sizes and types.</p></blockquote>
<p><span class="byline-author">Is Google trying to put SEOs out of business in order to improve indexing sites? This guide will help a lot of people who haven&#8217;t done anything related to SEO. Advanced users won&#8217;t profit much from Google&#8217;s SEO Starter Guide.</span></p>
<p><a title="TheNextWeb" href="http://thenextweb.com/2008/11/13/google-publishes-a-best-practice-guide/" target="_blank">TheNextWeb</a> is supprised about Google&#8217;s step:</p>
<blockquote><p>In a slightly surprising move, Google has launched via its <a title="Google SEO Guide" rel="nofollow" href="http://googlewebmastercentral.blogspot.com/2008/11/googles-seo-starter-guide.html" target="_blank">webmaster central blog</a> a <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">best practice guide</a> for search engine optimization.  Why surprising you may ask? Well, Google is notorious for being pretty quiet on this front leaving it to SEO’s, designers, and developers to figure out what works best.</p></blockquote>
<p><a title="Netzlogbuch" href="http://netzlogbuch.de/google/google-seo-starter-guide/" target="_blank">Netzlogbuch</a> states out that the start guide copes basic things that nearly everybody already knows. Well for sure it is helpful for many people out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2008/11/13/googles-seo-starter-guide-how-to-improve-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

