<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SYSADMIN'S LIFE</title>
	
	<link>http://www.sysadminslife.com</link>
	<description />
	<lastBuildDate>Thu, 19 Aug 2010 10:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sysadminslife" /><feedburner:info uri="sysadminslife" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>HowTo: Icinga – Web Frontend 1.0.1 (neues Interface) Installation unter Debian 5 (Lenny)</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/iy_ovqdE_0E/</link>
		<comments>http://www.sysadminslife.com/linux/howto-icinga-web-frontend-1-0-1-neues-interface-installation-unter-debian-5-lenny/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:11:00 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[icinga]]></category>
		<category><![CDATA[IDOUtils]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[web frontend]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3131</guid>
		<description><![CDATA[Da ich bereits vor einigen Wochen die Installationsanleitung für ICINGA + IDOUtils mit dem alten langweiligen Web Frontend veröffentlicht habe, möchte ich auch das neue Design vorstellen und Schritt für Schritt erklären wie man es unter Debian Lenny installiert und in das bereits bestehende ICINGA integriert. Abhängigkeiten und erforderliche Programme installieren Folgende Voraussetzungen müssen für [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/icinga-open-source-monitoring-installation-unter-debian-5-lenny-mit-idoutils-und-mysql-datenbank/' rel='bookmark' title='Permanent Link: Icinga &#8211; Open Source Monitoring &#8211; Installation unter Debian 5 (Lenny) mit IDOUtils und MySQL Datenbank'>Icinga &#8211; Open Source Monitoring &#8211; Installation unter Debian 5 (Lenny) mit IDOUtils und MySQL Datenbank</a></li>
<li><a href='http://www.sysadminslife.com/linux/webserver-lamp-installation-debian-5-lenny/' rel='bookmark' title='Permanent Link: Webserver (LAMP) Installation unter Debian 5 (Lenny) und Ubuntu'>Webserver (LAMP) Installation unter Debian 5 (Lenny) und Ubuntu</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-error-1045-access-denied-for-user-debian-sys-maintlocalhost/' rel='bookmark' title='Permanent Link: MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;'>MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2><img class="alignleft" style="padding: 0pt; margin-right: 7pt; margin-bottom: 1pt;" title="icon_icinga_bigger" src="http://www.sysadminslife.com/wp-content/uploads/2009/05/icon_icinga_bigger.jpg" alt="icon_icinga_bigger" width="73" height="73" />Da ich bereits vor einigen Wochen die <a href="http://www.sysadminslife.com/linux/icinga-open-source-monitoring-installation-unter-debian-5-lenny-mit-idoutils-und-mysql-datenbank/" target="_blank">Installationsanleitung für ICINGA + IDOUtils</a> mit dem alten langweiligen Web Frontend veröffentlicht habe, möchte ich auch das neue Design vorstellen und Schritt für Schritt erklären wie man es unter Debian Lenny installiert und in das bereits bestehende ICINGA integriert.</h2>
<h3>Abhängigkeiten und erforderliche Programme installieren</h3>
<p style="padding-left: 30px;">Folgende Voraussetzungen müssen für den Betrieb des neuen ICINGA Web Frontends installiert sein:</p>
<p style="padding-left: 60px;">*) Apache Webserver<br />
*) PHP 5.x<br />
*) MySQL Datenbank<br />
*) ICINGA mit IDOUtils<br />
*) ICINGA API</p>
<p style="padding-left: 30px;">Wer ICINGA nach meiner <a href="http://www.sysadminslife.com/linux/icinga-open-source-monitoring-installation-unter-debian-5-lenny-mit-idoutils-und-mysql-datenbank/" target="_blank">Installationsanleitung</a>, oder der offiziellen <a href="http://docs.icinga.org" target="_blank">icinga Docs</a> installiert hat, sollte alle notwendigen Voraussetzungen installiert haben. Es fehlen lediglich die PHP Pakete, welche über folgenden Befehl installiert werden:</p>
<p style="padding-left: 30px;"><code>apt-get install php5-cli php-pear php5-xmlrpc php5-xsl php5-ldap php5-gd php5-mysql</code></p>
<p style="padding-left: 30px;">Zusätzlich muss das Apache Modul Rewrite aktiviert werden:</p>
<p style="padding-left: 30px;"><code>a2enmod rewrite</code></p>
<h3>ICINGA Web Frontend downloaden und entpacken</h3>
<p style="padding-left: 30px;">Nach dem die Vorbereitungen soweit  getroffen sind, kann das neue ICINGA Web Paket von <a onclick="javascript:pageTracker._trackPageview('/outbound/article/sourceforge.net');" href="http://sourceforge.net/projects/icinga/files/" target="_blank">Sourceforge</a> downgeloaded, validiert und entpackt  werden. Ich benutze dazu wie immer das Verzeichnis /usr/src. Bitte achtet  darauf, dass ihr die aktuelle stable Version runterladet, um keine  ältere Version zu installieren. In meinem Fall ist die Version 1.0.1 die  momentane stable Version.</p>
<p style="padding-left: 30px;"><code>cd /usr/src<br />
wget  http://sourceforge.net/projects/icinga/files/icinga-web/1.0.1/icinga-web-1.0.1.tar.gz/download<br />
wget  http://sourceforge.net/projects/icinga/files/icinga-web/1.0.1/icinga-web-1.0.1.tar.gz.md5/download<br />
md5sum -c icinga-web-1.0.1.tar.gz.md5</code></p>
<p style="padding-left: 30px;">Folgendes Ergebniss muss beim MD5 Check  herauskommen:</p>
<p style="padding-left: 30px;"><code>icinga-web-1.0.1.tar.gz: OK</code></p>
<p style="padding-left: 30px;">Das Paket wird anschließend mit folgendem  Befehl in das /usr/src Verzeichnis entpackt:</p>
<p style="padding-left: 30px;"><code>tar xvzf icinga-web-1.0.1.tar.gz</code></p>
<h3>Installation des ICINGA Web Frontends<span id="more-3131"></span></h3>
<p style="padding-left: 30px;">Wir beginnen jetzt mit der eigentlichen  Installation des neuen Webinterfaces in das Verzeichnis /usr/local/icinga-web. Bitte <strong>password</strong> durch ein ensprechendes Passwort  ersetzen.</p>
<p style="padding-left: 30px;"><code>cd /usr/src/icinga-web-1.0.1<br />
./configure --prefix=/usr/local/icinga-web --with-icinga-api=/usr/local/icinga/share/icinga-api --with-db-name=icinga_web --with-db-user=icinga_web --with-db-pass=<strong>password</strong><br />
make install</code></p>
<h3>PHP Abhängigkeiten überprüfen</h3>
<p style="padding-left: 30px;">Mit folgendem Befehl wird die PHP Installation + Module überprüft:</p>
<p style="padding-left: 30px;"><code>make testdeps</code></p>
<p style="padding-left: 30px;">Der Check sollte wie folgt aussehen (zum Vergrößern klicken):</p>
<p style="padding-left: 30px;"><a href="http://www.sysadminslife.com/wp-content/uploads/2010/07/php-dep-check.png" rel="lightbox[3131]" title="php-dep-check"><img class="alignnone size-thumbnail wp-image-3141" title="php-dep-check" src="http://www.sysadminslife.com/wp-content/uploads/2010/07/php-dep-check-150x150.png" alt="" width="150" height="150" /></a></p>
<p style="padding-left: 30px;">Die Extension php5-pdo-pgsql kann dabei vernachlässigt werden, da diese nur bei PostgreSQL zum Einsatz kommt. Wir verwenden jedoch MySQL. Alle anderen Checks sollten auch OK stehen.</p>
<h3>PHP Magic Quotes auf Off setzen</h3>
<p style="padding-left: 30px;">Folgende php.ini&#8217;s müssen editiert werden&#8230;</p>
<p style="padding-left: 30px;"><code>vi /etc/php5/apache/php.ini<br />
vi /etc/php5/cli/php.ini</code></p>
<p style="padding-left: 30px;">&#8230;um die magic_quotes_gpc auf Off zu setzen (standardmäßig auf on):</p>
<p style="padding-left: 30px;"><code>magic_quotes_gpc = <strong>off</strong></code></p>
<h3>Konfiguration der MySQL Datenbank</h3>
<p style="padding-left: 30px;">Damit das Icinga Web Frontend funktioniert benötigen wir eine eigene MySQL Datenbank. Mit folgenden Befehl verbinden wir uns mit der  MySQL Server Konsole:</p>
<p style="padding-left: 30px;"><code>mysql -u root -p</code></p>
<p style="padding-left: 30px;">Ihr werdet nun nach eurem MySQL root Passwort  gefragt, das ihr bei der Installation angegeben habt. Nun legen wir den User icinga_web mit den entsprechenden Berechtigungen an. Bitte <strong>password</strong> durch das vorhin beim Kompilieren verwendete ersetzen.</p>
<p style="padding-left: 30px;"><code>GRANT USAGE ON icinga_web.* TO 'icinga_web'@'localhost' IDENTIFIED BY '<strong>password</strong>'  WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0  MAX_UPDATES_PER_HOUR 0;<br />
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX ON icinga_web.* TO 'icinga_web'@'localhost';<br />
flush privileges;<br />
quit</code></p>
<p style="padding-left: 30px;">Nachdem der User  erstellt wurde, legen wir mit dem mitgelieferten Skript die Datenbank icinga_web an und spielen die mitgelieferte  Datenbankstruktur ein:</p>
<p style="padding-left: 30px;"><code>cd /usr/src/icinga-web-1.0.1<br />
make db-initialize</code></p>
<p style="padding-left: 30px;">Folgende Frage kann nun mit &#8220;Y&#8221; bestätigt werden, da wir bereits beim Kompilieren die entsprechenden Credentials definiert haben:</p>
<p style="padding-left: 30px;"><code>Use the db-user specified in icinga-webs database.xml (Needs create Database/create Table rights)?(n,y)? y</code></p>
<h3>Konfiguration API</h3>
<p style="padding-left: 30px;">Folgende Einstellungen müssen für die ICINGA API vorgenommen werden, damit diese mit den IDOUtils kommunizieren kann. Als Datenbank Parameter wird also die IDOUtils Datenbank mit dem entsprechenden User + Passwort angegeben. (wurde bei der Grundinstallation von Icinga mit den IDOUtils vorgenommen).</p>
<p style="padding-left: 30px;"><code>vi /usr/local/icinga-web/app/modules/Web/config/module.xml</code></p>
<p style="padding-left: 30px;"><code>&lt;setting name="api.interfaces.data"&gt;<br />
&lt;ae:parameter name="api_type"&gt;IcingaApi::CONNECTION_IDO&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_type"&gt;mysql&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_host"&gt;<strong>127.0.0.1</strong>&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_port"&gt;<strong>3306</strong>&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_database"&gt;<strong>icinga</strong>&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_user"&gt;<strong>icinga</strong>&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_password"&gt;<strong>password</strong>&lt;/ae:parameter&gt;<br />
&lt;ae:parameter name="config_table_prefix"&gt;icinga_&lt;/ae:parameter&gt;<br />
&lt;/setting&gt;</code></p>
<h3>Apache Alias erstellen</h3>
<p style="padding-left: 30px;">Damit das neue Interface auch über unseren Webserver ausgegeben wird, erstellen wir eine neue Apache Konfigurationsdatei&#8230;</p>
<p style="padding-left: 30px;"><code>vi /etc/apache2/conf.d/icinga-web.conf</code></p>
<p style="padding-left: 30px;">&#8230;mit foglendem Inhalt</p>
<p style="padding-left: 30px;"><code>Alias /icinga-web /usr/local/icinga-web/pub<br />
&lt;directory /usr/local/icinga-web/pub&gt;<br />
AllowOverride All<br />
&lt;/directory&gt;</code></p>
<p style="padding-left: 30px;">Apache neu starten</p>
<p style="padding-left: 30px;"><code>apache2ctl restart</code></p>
<p style="padding-left: 30px;">/usr/local/icinga/var/icinga.log und /var/log/apache2/error.log auf Errors überprüfen.</p>
<h3>Das neue Web Frontend</h3>
<p style="padding-left: 30px;"><script type="text/javascript"><!--
google_ad_client = "pub-1095048158632985";
/* Artikel-Werbung-Unterseite */
google_ad_slot = "7805258724";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="padding-left: 30px;">Der Zugriff auf das neue ICINGA Web Frontend  erfolgt  bequem per Browser mit folgender URL:</p>
<p style="padding-left: 30px;"><code>http://serverip/icing-web</code></p>
<p style="padding-left: 30px;">Initial Login Daten:<br />
User: <strong>root</strong><br />
Passwort: <strong>password</strong></p>
<p style="padding-left: 30px;"><a href="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga_login.png" rel="lightbox[3131]" title="icinga-login"><img class="alignnone size-full wp-image-3175" title="icinga-login" src="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga_login.png" alt="" width="185" height="72" /></a></p>
<p style="padding-left: 30px;">Das Login Passwort sollte dann umgehend über &#8220;Admin&#8221; -&gt; &#8220;Users&#8221; geändert werden.</p>
<p style="padding-left: 30px;">Und so sieht das Monitoring am ICINGA Server aus:</p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga-web-interface-servicestatu-.png" rel="lightbox[3131]" title="icinga-web-interface-servicestatu-"><img class="alignnone size-medium wp-image-3178" title="icinga-web-interface-servicestatu-" src="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga-web-interface-servicestatu--300x144.png" alt="" width="300" height="144" /></a> <a href="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga.png" rel="lightbox[3131]" title="icinga-edit-users"><img class="alignnone size-medium wp-image-3179" title="icinga-edit-users" src="http://www.sysadminslife.com/wp-content/uploads/2010/07/icinga-300x143.png" alt="" width="300" height="143" /></a></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/icinga-open-source-monitoring-installation-unter-debian-5-lenny-mit-idoutils-und-mysql-datenbank/' rel='bookmark' title='Permanent Link: Icinga &#8211; Open Source Monitoring &#8211; Installation unter Debian 5 (Lenny) mit IDOUtils und MySQL Datenbank'>Icinga &#8211; Open Source Monitoring &#8211; Installation unter Debian 5 (Lenny) mit IDOUtils und MySQL Datenbank</a></li>
<li><a href='http://www.sysadminslife.com/linux/webserver-lamp-installation-debian-5-lenny/' rel='bookmark' title='Permanent Link: Webserver (LAMP) Installation unter Debian 5 (Lenny) und Ubuntu'>Webserver (LAMP) Installation unter Debian 5 (Lenny) und Ubuntu</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-error-1045-access-denied-for-user-debian-sys-maintlocalhost/' rel='bookmark' title='Permanent Link: MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;'>MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/vKenZEtfugxmFwDtlMp_AxHg1ZU/0/da"><img src="http://feedads.g.doubleclick.net/~a/vKenZEtfugxmFwDtlMp_AxHg1ZU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vKenZEtfugxmFwDtlMp_AxHg1ZU/1/da"><img src="http://feedads.g.doubleclick.net/~a/vKenZEtfugxmFwDtlMp_AxHg1ZU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/iy_ovqdE_0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/linux/howto-icinga-web-frontend-1-0-1-neues-interface-installation-unter-debian-5-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/linux/howto-icinga-web-frontend-1-0-1-neues-interface-installation-unter-debian-5-lenny/</feedburner:origLink></item>
		<item>
		<title>Heute ist Sysadminday 2010! Zeit zu Feiern!</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/_zaDHbIeENE/</link>
		<comments>http://www.sysadminslife.com/allgemein/heute-ist-sysadminday-2010-zeit-zu-feiern/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:04:27 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[sysadminday]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3196</guid>
		<description><![CDATA[Liebe Admins und Freunde. Heute ist es wieder einmal soweit. Der jährliche Sysadminday, welcher nun zum 11 mal gefeiert wird, steht an. Herzlichen Dank an alle hart arbeitenden Kollegen, rund um den Globus Die Entstehung des Sysadminday&#8217;s Der &#8220;System Administrator Appreciation Day&#8221; findet seit dem 28. Juli 2000 jedes Jahr am letzten Freitag des Monats [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/heute-ist-sysadminday-2009-zeit-zu-feiern/' rel='bookmark' title='Permanent Link: Heute ist Sysadminday 2009! Zeit zu Feiern!'>Heute ist Sysadminday 2009! Zeit zu Feiern!</a></li>
<li><a href='http://www.sysadminslife.com/linux/osdc-open-source-data-center-conference-2010/' rel='bookmark' title='Permanent Link: OSDC &#8211; Open Source Data Center Conference 2010'>OSDC &#8211; Open Source Data Center Conference 2010</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-user-passwort-aendern/' rel='bookmark' title='Permanent Link: MySQL User Passwort ändern'>MySQL User Passwort ändern</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h1><a href="http://www.sysadminslife.com/wp-content/uploads/2009/07/SysadminDay_3.jpg"></a><img class="size-full wp-image-1344 alignleft" style="padding: 0pt; margin-left: 0pt; margin-right: 10pt; margin-bottom: 0pt;" title="torte2" src="http://www.sysadminslife.com/wp-content/uploads/2009/07/torte2.jpg" alt="torte2" width="138" height="102" />Liebe Admins und Freunde. Heute ist es wieder einmal soweit. Der jährliche Sysadminday, welcher nun zum 11 mal gefeiert wird, steht an. Herzlichen Dank an alle hart arbeitenden Kollegen, rund um den Globus</h1>
<h3>Die Entstehung des Sysadminday&#8217;s</h3>
<p style="padding-left: 30px; text-align: justify;"><img class="alignright size-full wp-image-1378" style="padding: 0pt; margin-left: 10pt; margin-right: 0pt; margin-bottom: 0pt;" title="tedwires200" src="http://www.sysadminslife.com/wp-content/uploads/2009/07/tedwires200.jpg" alt="tedwires200" width="200" height="204" />Der &#8220;System Administrator Appreciation Day&#8221; findet seit dem 28. Juli 2000 jedes Jahr am letzten Freitag des Monats Juli statt. Der Gedenktag wurde vom Systemadministrator Ted Kekatos erfunden. Kekatos wurde durch eine Anzeige von Hewlett-Packard inspiriert, in der einem Systemadministrator mit Blumen und Obstkörben von Mitarbeitern gedankt wird, weil er neue Drucker installiert hat.</p>
<p style="padding-left: 30px; text-align: justify;">Er soll dazu dienen, dem Systemadministrator, der seine Aufgaben üblicherweise im Hintergrund erledigt, ohne große Aufmerksamkeit zu erregen, einmal im Jahr für seine gute Arbeit zu danken.</p>
<p style="padding-left: 30px; text-align: justify;">Obwohl die Schaffung dieses Gedenktages sicher einige humoristische Aspekte hat, ist der ernste Hintergrund dahinter, auch den Menschen zu danken, deren Arbeit man nicht immer unmittelbar bemerkt und die man normalerweise nur ruft, wenn etwas nicht funktioniert.</p>
<h3>Was ein Sysadmin macht, und warum er ein wenig Anerkennung verdient!</h3>
<p style="padding-left: 30px;"><img class="size-full wp-image-1363 alignleft" style="padding: 0pt; margin-right: 10pt; margin-bottom: 0pt;" title="adminschicksal" src="http://www.sysadminslife.com/wp-content/uploads/2009/07/adminschicksal.jpg" alt="adminschicksal" width="227" height="174" />Ein Sysadmin packte einen Server aus für diese Webseite, schloss den Strom an, installierte ein Betriebsystem und kümmerte sich um die Klimaanlage im Serverraum, überwacht ihn, setzte Software auf, macht Backups für den Fall dass was schief läuft. Alles für diese Webseite.</p>
<p style="padding-left: 30px;">Ein Sysadmin installierte Routers, legte Kabel, konfigurierte das Netzwerk, setzte Firewalls auf, schaute auf den Verkehr bei jedem Knotenpunkt welcher die Webseite per Kupfer, Glas, und sogar per Luft zu dir bringen kann.</p>
<p style="padding-left: 30px;">Ein Sysadmin kümmert sich darum, dass deine Netzwerkverbindung sicher und stabil ist. Ein Sysadmin kümmert sich auch darum, dass dein Computer in einem gesunden Netzwerk stabil läuft.</p>
<p style="padding-left: 30px;"><img class="alignright size-full wp-image-1384" style="padding: 0pt; margin-left: 10pt; margin-right: 0pt; margin-bottom: 0pt;" title="sysadminday-cake" src="http://www.sysadminslife.com/wp-content/uploads/2009/07/sysadminday-cake.jpg" alt="sysadminday-cake" width="178" height="159" />Ein Sysadmin kümmert sich um Spam, Viren, Spyware, Stromausfälle, Feuer und Überschwemmungen.</p>
<p style="padding-left: 30px; text-align: justify;">Wenn ein Server um 2 Uhr in der Früh nicht mehr funktioniert, wird der Sysadmin angepiept, er steht auf und geht zur Arbeit.</p>
<p style="padding-left: 30px; text-align: justify;">Ein Sysadmin ist ein Profi, er plant, kümmert sich, flickt, schützt, verteidigt und macht gute Computer Netzwerke, um deine Daten zum Arbeiten zu bringen.</p>
<p style="padding-left: 30px; text-align: justify;">Wenn du also diesen Text lesen kannst, danke deinem Sysadmin! Er ist nur Einer von hundert der sich darum kümmert, dass du deine E-Mails aus Amerika, deine Nachricht aus Australien, dein Telefongespräch aus Indien empfangen kannst.  Zeige deine Anerkennung!</p>
<h3>Der Sysadminday Song</h3>
<p style="padding-left: 30px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/FE_p5N89XQI&amp;hl=de&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/FE_p5N89XQI&amp;hl=de&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Links und Quellen:</h3>
<p style="padding-left: 30px;"><a href="http://sysadminday.com" target="_blank">sysadminday.com</a><br />
<a href="http://sysadminsday.de" target="_blank">sysadminsday.de</a><br />
<a href="http://sysadminday.ch" target="_blank">sysadminday.ch</a><br />
<a href="http://www.microsoft.com/germany/technet/events/sysadminday/" target="_blank">microsoft.com</a><br />
<a href="http://de.wikipedia.org/wiki/System_Administrator_Appreciation_Day" target="_blank">wikipedia.de</a></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/heute-ist-sysadminday-2009-zeit-zu-feiern/' rel='bookmark' title='Permanent Link: Heute ist Sysadminday 2009! Zeit zu Feiern!'>Heute ist Sysadminday 2009! Zeit zu Feiern!</a></li>
<li><a href='http://www.sysadminslife.com/linux/osdc-open-source-data-center-conference-2010/' rel='bookmark' title='Permanent Link: OSDC &#8211; Open Source Data Center Conference 2010'>OSDC &#8211; Open Source Data Center Conference 2010</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-user-passwort-aendern/' rel='bookmark' title='Permanent Link: MySQL User Passwort ändern'>MySQL User Passwort ändern</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/zePH_bFV2eLY03H4i4O6x0vnifY/0/da"><img src="http://feedads.g.doubleclick.net/~a/zePH_bFV2eLY03H4i4O6x0vnifY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zePH_bFV2eLY03H4i4O6x0vnifY/1/da"><img src="http://feedads.g.doubleclick.net/~a/zePH_bFV2eLY03H4i4O6x0vnifY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/_zaDHbIeENE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/allgemein/heute-ist-sysadminday-2010-zeit-zu-feiern/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/allgemein/heute-ist-sysadminday-2010-zeit-zu-feiern/</feedburner:origLink></item>
		<item>
		<title>Facebook – Ein Blick hinter die Kulissen und in das komplexe System</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/qCugx1DKKpo/</link>
		<comments>http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:56:34 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CFengine]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ganglia]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3100</guid>
		<description><![CDATA[&#8220;A Day in the Life of Facebook Operations&#8221; bezeichnete Tom Cook, System Engineer von Facebook seinen Vortrag auf der &#8220;Velocity 2010&#8243; Er liefert dabei interessante Einblicke in den Aufbau der Server und Services, auf Open-Source Basis. Da Facebook mittlerweile mehrere 10.000 Server hinter einem gigantischen Load Balancer System im Einsatz hat, ist es eine große [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/in-eigener-sache-sysadmins-life-nun-auch-auf-facebook/' rel='bookmark' title='Permanent Link: In eigener Sache: Sysadmin&#8217;s Life nun auch auf Facebook'>In eigener Sache: Sysadmin&#8217;s Life nun auch auf Facebook</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-error-1045-access-denied-for-user-debian-sys-maintlocalhost/' rel='bookmark' title='Permanent Link: MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;'>MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/icinga-beta-release-demo-system-online/' rel='bookmark' title='Permanent Link: Icinga (Nagios Fork) 0.8.0 beta release + Demo System Online'>Icinga (Nagios Fork) 0.8.0 beta release + Demo System Online</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>&#8220;A Day in the Life of  Facebook Operations&#8221; bezeichnete Tom Cook, System Engineer von Facebook seinen Vortrag auf der &#8220;Velocity 2010&#8243; Er liefert dabei interessante Einblicke in den Aufbau der Server und Services, auf Open-Source Basis.</h2>
<h3>Da Facebook mittlerweile mehrere 10.000 Server hinter einem gigantischen Load Balancer System im Einsatz hat, ist es eine große Herausforderung diese alle zu Verwalten und auf den aktuellen Stand (Patches, Security Fixes, &#8230;) zu halten. Tom Cook erläutert in seinem ca. 40 minütigen Vortrag den grundlegenden Aufbau von Facebook. Hier einige wichtige Fakten und Komponenten aus der Sicht eines Systemadministrators.</h3>
<h3>Betriebsystem:</h3>
<p style="padding-left: 30px;">Facebook setzt ausschließlich auf Linux. Verwendet wird eine <a href="http://www.centos.org/" target="_blank">CentOS</a> 5 Version mit einem modifizierten 2.6er <a href="http://kernel.org/" target="_blank">Kernel</a></p>
<h3>Datenbank:</h3>
<p style="padding-left: 30px;">Als Datenbank wird <a href="http://www.mysql.com">MySQL</a> verwendet.</p>
<h3>Caching:</h3>
<p style="padding-left: 30px;"><a href="http://github.com/facebook/hiphop-php" target="_blank">HipHop for Php<br />
</a>ist ein SourceCode Transformer, welcher PHP in einen performanceoptimierten und kompilierten C++ Code verwandelt. Enwickelt wird das System von 3 Facebook Engineers auf Open-Source Basis. Durch die Einführung von HipHop wurde die WebServerlast von Facebook um beachtliche 50% Reduziert.</p>
<p style="padding-left: 30px;"><a href="http://memcached.org/" target="_blank">Memcached</a><br />
Ist ein Open Source Cache-Server der häufig verwendete Abfragen (insbesondere SELECT Statements) vom Datenbankserver im Arbeitsspeicher abspeichert und dadurch Festplattenzugriffe bzw. Datenkbankzugriffe stark reduziert. Memcached hält für Facebook derzeit über 300+ TB live Daten im RAM.</p>
<h3>Configuration Management:</h3>
<p style="padding-left: 30px;"><a href="http://www.cfengine.org/" target="_blank">CFengine</a> 2.x.x<br />
ist eine zentrale Configurations Management Software um viele (mehrere 10.000) Systeme auf den gleichen Softwarestand zu bringen und zu aktualisieren. Dieser Vorgang wird alle 15 Minuten für ALLE Server ausgeführt. So können zentral über 100 Policies welche einige 1000 Regeln beinhalten innerhalb von 30 Sekunden bei allen Servern auf den neuesten Stand gebracht werden.</p>
<h3>Monitoring:</h3>
<p style="padding-left: 30px;">Hierbei setzt man ebenfalls auf bekanntere System wie <a href="http://ganglia.sourceforge.net/" target="_blank">Ganglia</a>,<a href="http://www.nagios.org/" target="_blank"> Nagios</a> und ODS (Operational Data Store),</p>
<h3>WebPush:</h3>
<p style="padding-left: 30px;">Das Verteilen von neuen Inhalten, Features und Patches für Facebook.com wird über einen internen BitTorrent Server realisiert. Es dauert so ungefähr eine Minute bis der neue Code für Facebook.com auf mehreren 10.000 Servern verfügbar ist. Folgende Zyklen werden dabei verwendet</p>
<p style="padding-left: 60px;">1x pro Woche für neue Features<br />
1x pro Tag für Code Änderungen an der Hauptseite<br />
mehrere male am Tag für Bugfixes und Patches</p>
<h3>Kompletter Vortrag von Tom Cook:</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/T-Xr_PJdNmQ&amp;hl=de_DE&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/T-Xr_PJdNmQ&amp;hl=de_DE&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/in-eigener-sache-sysadmins-life-nun-auch-auf-facebook/' rel='bookmark' title='Permanent Link: In eigener Sache: Sysadmin&#8217;s Life nun auch auf Facebook'>In eigener Sache: Sysadmin&#8217;s Life nun auch auf Facebook</a></li>
<li><a href='http://www.sysadminslife.com/linux/mysql-error-1045-access-denied-for-user-debian-sys-maintlocalhost/' rel='bookmark' title='Permanent Link: MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;'>MySQL &#8211; ERROR 1045: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217;</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/icinga-beta-release-demo-system-online/' rel='bookmark' title='Permanent Link: Icinga (Nagios Fork) 0.8.0 beta release + Demo System Online'>Icinga (Nagios Fork) 0.8.0 beta release + Demo System Online</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/0_pbzJLnjDRDK6BZkLcDj2Z_wJk/0/da"><img src="http://feedads.g.doubleclick.net/~a/0_pbzJLnjDRDK6BZkLcDj2Z_wJk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0_pbzJLnjDRDK6BZkLcDj2Z_wJk/1/da"><img src="http://feedads.g.doubleclick.net/~a/0_pbzJLnjDRDK6BZkLcDj2Z_wJk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/qCugx1DKKpo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/linux/facebook-ein-blick-hinter-die-kulissen-und-in-das-komplexe-system/</feedburner:origLink></item>
		<item>
		<title>Ohne Worte: iVuvu – Now you love them</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/f1cR7vVywr0/</link>
		<comments>http://www.sysadminslife.com/hardware/ohne-worte-ivuvu-now-you-love-them/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 09:31:16 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[fifa2010]]></category>
		<category><![CDATA[ivuvu]]></category>
		<category><![CDATA[vuvuzela]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3096</guid>
		<description><![CDATA[(Quelle: Stephan A. aus B.) Ähnliche Artikel:Ohne Worte: Apple hat den Snowleoparden entschärft Ohne Worte: IceT repariert sein MacBook Pro Ohne Worte: The Evolution of the Computer


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/apple/ohne-worte-apple-hat-den-snowleoparden-entscharft/' rel='bookmark' title='Permanent Link: Ohne Worte: Apple hat den Snowleoparden entschärft'>Ohne Worte: Apple hat den Snowleoparden entschärft</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-icet-repariert-sein-macbook-pro/' rel='bookmark' title='Permanent Link: Ohne Worte: IceT repariert sein MacBook Pro'>Ohne Worte: IceT repariert sein MacBook Pro</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/9170_313a_500.jpeg" rel="lightbox[3096]" title="ivuvu-vuvuzela-apple"><img class="alignnone size-full wp-image-3097" title="ivuvu-vuvuzela-apple" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/9170_313a_500.jpeg" alt="" width="500" height="375" /></a></p>
<p>(Quelle: <a href="http://blog.aufsfeld.org/" target="_blank">Stephan A. aus B.</a>)</p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/apple/ohne-worte-apple-hat-den-snowleoparden-entscharft/' rel='bookmark' title='Permanent Link: Ohne Worte: Apple hat den Snowleoparden entschärft'>Ohne Worte: Apple hat den Snowleoparden entschärft</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-icet-repariert-sein-macbook-pro/' rel='bookmark' title='Permanent Link: Ohne Worte: IceT repariert sein MacBook Pro'>Ohne Worte: IceT repariert sein MacBook Pro</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/B5flZdltfwfJccAdDuaTvw5RX9o/0/da"><img src="http://feedads.g.doubleclick.net/~a/B5flZdltfwfJccAdDuaTvw5RX9o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/B5flZdltfwfJccAdDuaTvw5RX9o/1/da"><img src="http://feedads.g.doubleclick.net/~a/B5flZdltfwfJccAdDuaTvw5RX9o/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/f1cR7vVywr0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/hardware/ohne-worte-ivuvu-now-you-love-them/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/hardware/ohne-worte-ivuvu-now-you-love-them/</feedburner:origLink></item>
		<item>
		<title>Gigantisches USB Spaghetti Kabel verschlingt Australien</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/8VOyyFHwejI/</link>
		<comments>http://www.sysadminslife.com/hardware/gigantisches-usb-spaghetti-kabel-verschlingt-australien/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:36:44 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[windenergie]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3078</guid>
		<description><![CDATA[Eine wirklich tolle Aufhnahme von Google Maps. Ein gigantisches USB Spaghetti Kabel im Südosten Australiens oder ein schlechter Scherz? Auf den Ersten Blick sehen die Aufnahmen einem USB Kabel wirklich verblüffend ähnlich. Tatsächlich handelt es sich aber um den Bau einer Anlage für Windkraftwerke zur Energiegewinnung. Hier ist der Google Maps Link zur eigenen Überzeugung [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/open-source-acitivity-map-in-75-landern/' rel='bookmark' title='Permanent Link: Open Source Acitivity Map in 75 Ländern'>Open Source Acitivity Map in 75 Ländern</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Eine wirklich tolle Aufhnahme von Google Maps. Ein gigantisches USB Spaghetti Kabel im Südosten Australiens oder ein schlechter Scherz?</h2>
<p>Auf den Ersten Blick sehen die Aufnahmen einem USB Kabel wirklich verblüffend ähnlich. Tatsächlich handelt es sich aber um den Bau einer Anlage für Windkraftwerke zur Energiegewinnung. Hier ist der <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=Waubra+Victoria+3352,+Australia&amp;sll=-37.571029,143.851835&amp;sspn=0.013912,0.01929&amp;ie=UTF8&amp;cd=1&amp;geocode=FUPuxf0dV8aPCA&amp;split=0&amp;hq=&amp;hnear=Waubra+Victoria,+Australia&amp;t=h&amp;ll=-37.329014,143.611715&amp;spn=0.006979,0.009645&amp;z=17" target="_blank">Google Maps Link</a> zur eigenen Überzeugung</p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/500x_screen_shot_2010-06-09_at_12.01.32_pm_01_01.jpg" rel="lightbox[3078]" title="giant-usb-cable-invading-australia"><img class="alignnone size-full wp-image-3079" title="giant-usb-cable-invading-australia" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/500x_screen_shot_2010-06-09_at_12.01.32_pm_01_01.jpg" alt="" width="426" height="546" /></a></p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/screen_shot_2010-06-09_at_12.01.40_pm_01.png" rel="lightbox[3078]" title="giant-usb-cable"><img class="alignnone size-full wp-image-3081" title="giant-usb-cable" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/screen_shot_2010-06-09_at_12.01.40_pm_01.png" alt="" width="425" height="408" /></a></p>
<p>Die Kabel sind die Zufahrtswege zu den einzelnen Windrädern&#8230;</p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/gallaghertrack2.jpg" rel="lightbox[3078]" title="gallaghertrack2"><img class="alignnone size-full wp-image-3080" title="gallaghertrack2" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/gallaghertrack2.jpg" alt="" width="425" height="317" /></a></p>
<p>&#8230;und die Stecker werden durch das Fundament der Winräder dargestellt.</p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/waubrawindfarm14-05-0737.jpg" rel="lightbox[3078]" title="waubrawindfarm14-05-0737"><img class="alignnone size-full wp-image-3082" title="waubrawindfarm14-05-0737" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/waubrawindfarm14-05-0737.jpg" alt="" width="425" height="268" /></a></p>
<p>(Quelle: <a href="http://www.gizmodo.com.au/2010/06/giant-usb-spaghetti-cable-monster-invades-australia" target="_blank">gizmodo</a>)</p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/open-source-acitivity-map-in-75-landern/' rel='bookmark' title='Permanent Link: Open Source Acitivity Map in 75 Ländern'>Open Source Acitivity Map in 75 Ländern</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/8GwWJxhMh-NxHF-2eaZhdpvbgOk/0/da"><img src="http://feedads.g.doubleclick.net/~a/8GwWJxhMh-NxHF-2eaZhdpvbgOk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8GwWJxhMh-NxHF-2eaZhdpvbgOk/1/da"><img src="http://feedads.g.doubleclick.net/~a/8GwWJxhMh-NxHF-2eaZhdpvbgOk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/8VOyyFHwejI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/hardware/gigantisches-usb-spaghetti-kabel-verschlingt-australien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/hardware/gigantisches-usb-spaghetti-kabel-verschlingt-australien/</feedburner:origLink></item>
		<item>
		<title>Ohne Worte: Cloud Computing einmal anders</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/V7qEn2W4QeI/</link>
		<comments>http://www.sysadminslife.com/allgemein/ohne-worte-cloud-computing-einmal-anders/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 14:03:20 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3073</guid>
		<description><![CDATA[Ähnliche Artikel:Ohne Worte: IceT repariert sein MacBook Pro Ohne Worte: The Google Story Ohne Worte: The Evolution of the Computer


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-icet-repariert-sein-macbook-pro/' rel='bookmark' title='Permanent Link: Ohne Worte: IceT repariert sein MacBook Pro'>Ohne Worte: IceT repariert sein MacBook Pro</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-the-google-story/' rel='bookmark' title='Permanent Link: Ohne Worte: The Google Story'>Ohne Worte: The Google Story</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8AXk25TUSRQ&amp;hl=de_DE&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/8AXk25TUSRQ&amp;hl=de_DE&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-icet-repariert-sein-macbook-pro/' rel='bookmark' title='Permanent Link: Ohne Worte: IceT repariert sein MacBook Pro'>Ohne Worte: IceT repariert sein MacBook Pro</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/ohne-worte-the-google-story/' rel='bookmark' title='Permanent Link: Ohne Worte: The Google Story'>Ohne Worte: The Google Story</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/by6ZGL5MbFjJMwg1-Ewo3KLchDM/0/da"><img src="http://feedads.g.doubleclick.net/~a/by6ZGL5MbFjJMwg1-Ewo3KLchDM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/by6ZGL5MbFjJMwg1-Ewo3KLchDM/1/da"><img src="http://feedads.g.doubleclick.net/~a/by6ZGL5MbFjJMwg1-Ewo3KLchDM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/V7qEn2W4QeI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/allgemein/ohne-worte-cloud-computing-einmal-anders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/allgemein/ohne-worte-cloud-computing-einmal-anders/</feedburner:origLink></item>
		<item>
		<title>Editor für Crontab – Cronjobs in Debian ändern</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/HY_BQKwCOYU/</link>
		<comments>http://www.sysadminslife.com/linux/editor-fur-crontab-cronjobs-in-debian-andern/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:19:21 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[joe]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=3028</guid>
		<description><![CDATA[Wenn man mit verschiedenen Linux Distributionen arbeitet, merkt man sehr schnell das jedes System seine gewissen Eigenheiten hat. So werden auch unterschiedlichste Editoren zum Bearbeiten der Cronjobs (crontab -e) verwendet. Der Editor lässt sich aber ganz einfach ändern. Hierzu muss lediglich die Umgebungsvariable &#8220;EDITOR&#8221; angepasst werden export EDITOR=/usr/bin/vi Damit diese Änderung dauerhaft und auch nach [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/debian-5-lenny-r3-freigegeben/' rel='bookmark' title='Permanent Link: Debian 5 Lenny R3 freigegeben'>Debian 5 Lenny R3 freigegeben</a></li>
<li><a href='http://www.sysadminslife.com/linux/install-java-lenny/' rel='bookmark' title='Permanent Link: Java Installation unter Debian 5.0 (Lenny)'>Java Installation unter Debian 5.0 (Lenny)</a></li>
<li><a href='http://www.sysadminslife.com/linux/debian-vs-ubuntu/' rel='bookmark' title='Permanent Link: Debian vs. Ubuntu'>Debian vs. Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Wenn man mit verschiedenen Linux Distributionen arbeitet, merkt man sehr schnell das jedes System seine gewissen Eigenheiten hat. So werden auch unterschiedlichste Editoren zum Bearbeiten der Cronjobs (crontab -e) verwendet. Der Editor lässt sich aber ganz einfach ändern.</h2>
<p>Hierzu muss lediglich die Umgebungsvariable &#8220;EDITOR&#8221; angepasst werden</p>
<p><code>export EDITOR=/usr/bin/vi</code></p>
<p>Damit diese Änderung dauerhaft und auch nach einem Reboot wirksam ist, kann die oben genannte Codezeile global in der Datei <span style="text-decoration: underline;"><strong>/etc/profile</strong></span> oder auf Userebene in der entsprechenden <span style="text-decoration: underline;"><strong>~/.bashrc</strong></span> verwendet werden.</p>
<p>Es stehen natürlich neben dem vi auch noch viele andere Editoren zur Verfügung, alle zu nennen wäre jetzt ein bisschen viel, darum hier die wichtigsten  (Die Pfade beziehen sich auf Debian und können je nach Distribution abweichen)</p>
<p><code>export EDITOR=/usr/bin/vim</code></p>
<p><code>export EDITOR=/usr/bin/nano</code></p>
<p><code>export EDITOR=/usr/bin/pico</code></p>
<p><code>export EDITOR=/usr/bin/editor</code></p>
<p><code>export EDITOR=/usr/bin/joe</code></p>
<p>Alternativ zur altbewährten Methode kann mit folgendem Befehl auch ein Editor aus einer Liste ausgewählt werden. (Danke an Toberkel für den Tipp)</p>
<p><code>update-alternatives --config editor</code></p>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/06/editors.png" rel="lightbox[3028]" title="editors"><img class="size-full wp-image-3059 alignnone" title="editors" src="http://www.sysadminslife.com/wp-content/uploads/2010/06/editors.png" alt="" width="457" height="213" /></a></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/debian-5-lenny-r3-freigegeben/' rel='bookmark' title='Permanent Link: Debian 5 Lenny R3 freigegeben'>Debian 5 Lenny R3 freigegeben</a></li>
<li><a href='http://www.sysadminslife.com/linux/install-java-lenny/' rel='bookmark' title='Permanent Link: Java Installation unter Debian 5.0 (Lenny)'>Java Installation unter Debian 5.0 (Lenny)</a></li>
<li><a href='http://www.sysadminslife.com/linux/debian-vs-ubuntu/' rel='bookmark' title='Permanent Link: Debian vs. Ubuntu'>Debian vs. Ubuntu</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/3YHRfr_OCrZgeJ2ECmOXY4Ge6bk/0/da"><img src="http://feedads.g.doubleclick.net/~a/3YHRfr_OCrZgeJ2ECmOXY4Ge6bk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3YHRfr_OCrZgeJ2ECmOXY4Ge6bk/1/da"><img src="http://feedads.g.doubleclick.net/~a/3YHRfr_OCrZgeJ2ECmOXY4Ge6bk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/HY_BQKwCOYU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/linux/editor-fur-crontab-cronjobs-in-debian-andern/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/linux/editor-fur-crontab-cronjobs-in-debian-andern/</feedburner:origLink></item>
		<item>
		<title>Windows 7 auf iMac 27 Zoll i7 via BootCamp installieren Blackscreen Problem</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/HDd4HjAWJ3o/</link>
		<comments>http://www.sysadminslife.com/windows/windows-7-auf-imac-27-zoll-i7-via-bootcamp-installieren-blackscreen-problem/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:01:43 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=2979</guid>
		<description><![CDATA[Ein Winows 7 auf einem 27 Zoll iMac zu installieren ist garnicht so einfach, wie ich zuerst dachte. Nach dem ersten Reboot stand ich vor einem schwarzen Bildschirm (Blackscreen). Ich beschreibe hier kurz wie ich das Problem lösen konnte. Einen iMac noch dazu einen 27 Zoll iMac zu vergewaltigen und ein Windows 7 darauf zu [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/kon-boot-windows-und-linux-login-ohne-passwort-und-passwort-wiederherstellen/' rel='bookmark' title='Permanent Link: Kon-Boot &#8211; Windows und Linux Login ohne Passwort und Passwort wiederherstellen'>Kon-Boot &#8211; Windows und Linux Login ohne Passwort und Passwort wiederherstellen</a></li>
<li><a href='http://www.sysadminslife.com/linux/vmware-tools-unter-ubuntu-jaunty-installieren/' rel='bookmark' title='Permanent Link: VMware Tools unter Ubuntu Jaunty installieren'>VMware Tools unter Ubuntu Jaunty installieren</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/berliner-tageszeitung-windows-7-mit-kde-oberflache/' rel='bookmark' title='Permanent Link: Berliner Tageszeitung: Windows 7 mit KDE Oberfläche'>Berliner Tageszeitung: Windows 7 mit KDE Oberfläche</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Ein Winows 7 auf einem 27 Zoll iMac zu installieren ist garnicht so einfach, wie ich zuerst dachte. Nach dem ersten Reboot stand ich vor einem schwarzen Bildschirm (Blackscreen). Ich beschreibe hier kurz wie ich das Problem lösen konnte.</h3>
<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/imac-windows7.png" rel="lightbox[2979]" title="imac-windows7"><img class="aligncenter size-full wp-image-2989" title="imac-windows7" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/imac-windows7.png" alt="" width="352" height="285" /></a></p>
<p>Einen iMac noch dazu einen 27 Zoll iMac zu vergewaltigen und ein Windows 7 darauf zu installieren, ist normalerweise nicht meine Art. <img src='http://www.sysadminslife.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Aber wenn die Anforderung besteht, dann erfüllt man natürlich die Erwartungen des Kunden.</p>
<p>Ich bin bei der Installation folgendermaßen vorgegangen:</p>
<ol>
<li>In das Mac OS X booten und den &#8220;Boot Camp Assistent&#8221; starten.</li>
<li>Partition entsprechend aufteilen, Installations CD in das Laufwerk geben und auf &#8220;Installation Starten&#8221; klicken</li>
<li>Der iMac startet nun neu und bootet von der CD</li>
<li>Die Bluetooth Treiber für Maus und Tastatur stehen nicht zur Verfügung, darum empfehle ich USB Maus + Tastatur</li>
<li>Die Partition mit dem Namen &#8220;Boot Camp Partition&#8221; muss jetzt formatiert werden, da Windows 7 NTFS voraussetzt.</li>
<li>Nun kann Windows in der gerade formatierten Partition installiert werden</li>
<li>Nach dem kompletten Installationsvorgang bootet Windows, aber der Bildschirm bleibt schwarz. Weitere Neustarts resultieren ebenfalls immer in einen Blackscreen.</li>
<li><span style="text-decoration: underline;">Wir stehen nun vor dem eigentlichen Problem:</span><br />
Windows bootet mit einem falschen VGA Treiber, wodurch die Bilddarstellung nicht funktioniert. Der fehlerhafte ATI Treiber muss daher von Hand gelöscht werden, damit Windows 7 den Standard VGA Treiber mit einer Auflösung von 640 mal 480 verwendet.</li>
<li>System rebooten und &#8220;Alt&#8221; Taste gedrückt halten. Die Windows Installations CD als Bootmedium auswählen</li>
<li>Nach dem Auswählen der Sprache findet man im Menü links unten einen Punkt &#8220;Computerreparaturoptionen&#8221;. Diesen auswählen und die entsprechende Windows7 Installation mit &#8220;Next&#8221; bestätigen.
<p style="text-align: center;"><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/computerreparaturoptionen-windows7.png" rel="lightbox[2979]" title="computerreparaturoptionen-windows7"><img class="size-medium  wp-image-3000 alignnone" title="computerreparaturoptionen-windows7" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/computerreparaturoptionen-windows7-300x221.png" alt="" width="259" height="190" /> </a><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/recovery-options-windows7.png" rel="lightbox[2979]" title="recovery-options-windows7"><img class="size-medium wp-image-3001 alignnone" title="recovery-options-windows7" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/recovery-options-windows7-300x228.png" alt="" width="251" height="190" /></a></p>
</li>
<li>Im darauffolgenden Menü wird nun ein &#8220;Command Promt&#8221; Fenster gestartet. In diesem Kommandozeilenzeilen Fenster kann nun über folgenden Befehl der fehlerhafte ATI Grafiktreiber entfernt werden:<br />
&#8220;DEL C:\Windows\System32\drivers\atikmdag.sys&#8221;</p>
<p style="text-align: center;"><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/system-recovery-command-promt-windows7.png" rel="lightbox[2979]" title="system-recovery-command-promt-windows7"><img class="size-medium wp-image-3010 alignnone" title="system-recovery-command-promt-windows7" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/system-recovery-command-promt-windows7-300x224.png" alt="" width="203" height="150" /></a><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/windows7-recovery-console.png" rel="lightbox[2979]" title="windows7-recovery-console"> <img class="size-medium wp-image-3011 alignnone" title="windows7-recovery-console" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/windows7-recovery-console-300x148.png" alt="" width="304" height="150" /></a></p>
</li>
<li>Das System kann jetzt neu gestartet werden. Der Blackscreen des Windows7 sollte nun der Vergangenheit angehören, da das Windows nun mit den Standard VGA Treibern mit einer Auflösung von 640 mal 480 startet.</li>
<li>Windows Installations CD auswerfen und die Mac OS X Installations CD einlegen und Boot Camp installieren</li>
<li>Nachdem BootCamp erfolgreich installiert wurde, ist ein reboot durchzuführen</li>
<li>Windows7 bootet nun mit den richtigen Treibern und der korrekte Auflösung inklusive allen installierten Treibern und Komponenten.</li>
<li>Damit auch die Magic Maus + Bluetooth Tastatur verwendet werden können muss das Boot Camp noch aktualisiert werden. &#8220;Start&#8221; -&gt; &#8220;Programme&#8221; -&gt; &#8220;Apple Software Update&#8221;</li>
</ol>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/kon-boot-windows-und-linux-login-ohne-passwort-und-passwort-wiederherstellen/' rel='bookmark' title='Permanent Link: Kon-Boot &#8211; Windows und Linux Login ohne Passwort und Passwort wiederherstellen'>Kon-Boot &#8211; Windows und Linux Login ohne Passwort und Passwort wiederherstellen</a></li>
<li><a href='http://www.sysadminslife.com/linux/vmware-tools-unter-ubuntu-jaunty-installieren/' rel='bookmark' title='Permanent Link: VMware Tools unter Ubuntu Jaunty installieren'>VMware Tools unter Ubuntu Jaunty installieren</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/berliner-tageszeitung-windows-7-mit-kde-oberflache/' rel='bookmark' title='Permanent Link: Berliner Tageszeitung: Windows 7 mit KDE Oberfläche'>Berliner Tageszeitung: Windows 7 mit KDE Oberfläche</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/jncgJHKP7Rlsb7JLC9wiXer_A5k/0/da"><img src="http://feedads.g.doubleclick.net/~a/jncgJHKP7Rlsb7JLC9wiXer_A5k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jncgJHKP7Rlsb7JLC9wiXer_A5k/1/da"><img src="http://feedads.g.doubleclick.net/~a/jncgJHKP7Rlsb7JLC9wiXer_A5k/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/HDd4HjAWJ3o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/windows/windows-7-auf-imac-27-zoll-i7-via-bootcamp-installieren-blackscreen-problem/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/windows/windows-7-auf-imac-27-zoll-i7-via-bootcamp-installieren-blackscreen-problem/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 10.10 wird Maverick Meerkat – Rebellisches Erdmännchen</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/ehNwgKQ7K3s/</link>
		<comments>http://www.sysadminslife.com/linux/ubuntu-10-10-wird-maverick-meerkat-rebellisches-erdmannchen/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 21:48:32 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[mark shuttleworth]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=2968</guid>
		<description><![CDATA[Mark Shuttlerworth hat in seinem Blogpost bekannt gegeben, dass Ubuntu 10.10 unter dem Codenamen &#8220;Maverick Meerkat&#8221; erscheinen wird. Übersetzt bedeutet &#8220;Maverick Meerkat&#8221; soviel wie &#8220;Rebellisches Erdmännchen&#8221;. Erscheinen soll Ubuntu 10.10 im Oktober 2010. Ich bin gespannt ob Maverick Meerkat bereits den GNOME Desktop 3.0 beinhalten wird.  (vorausgesetzt er wird bis dahin fertiggestellt) Bis Ende Oktober [...]


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/happy-birthday-ubuntu/' rel='bookmark' title='Permanent Link: Happy Birthday Ubuntu!!!'>Happy Birthday Ubuntu!!!</a></li>
<li><a href='http://www.sysadminslife.com/linux/ubuntu-10-4-lucid-lynx-alpha-1-release-am-heutigen-tag/' rel='bookmark' title='Permanent Link: Ubuntu 10.4 Lucid Lynx Alpha 1 Release am heutigen Tag'>Ubuntu 10.4 Lucid Lynx Alpha 1 Release am heutigen Tag</a></li>
<li><a href='http://www.sysadminslife.com/linux/wallpaper-zu-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: Wallpaper zu Ubuntu 10.04 lucid lynx'>Wallpaper zu Ubuntu 10.04 lucid lynx</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/maverick-meerkat.jpg"></a></h3>
<p style="text-align: center;"><img class="alignnone size-full  wp-image-2970" title="maverick-meerkat" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/maverick-meerkat.jpg" alt="" width="222" height="133" /></p>
<h3>Mark Shuttlerworth hat in seinem <a href="http://www.markshuttleworth.com/archives/336">Blogpost</a> bekannt gegeben, dass Ubuntu 10.10 unter dem Codenamen &#8220;Maverick Meerkat&#8221; erscheinen wird. Übersetzt bedeutet &#8220;Maverick Meerkat&#8221; soviel wie &#8220;Rebellisches Erdmännchen&#8221;. Erscheinen soll Ubuntu 10.10 im Oktober 2010.</h3>
<p>Ich bin gespannt ob Maverick Meerkat bereits den GNOME Desktop 3.0 beinhalten wird.  (vorausgesetzt er wird bis dahin fertiggestellt)</p>
<p>Bis Ende Oktober wird aber noch einige Zeit vergehen und somit blicken wird auf das kommende Release von Ubuntu: <a href="http://www.sysadminslife.com/linux/ubuntu-10-4-lucid-lynx-alpha-3-release/" target="_blank">Lucid Lynx</a> wird voraussichtlich am 29.04.2010 erscheinen. Alles Infos darüber gibt es <a href="http://www.sysadminslife.com/linux/ubuntu-10-4-lucid-lynx-alpha-3-release/" target="_blank">hier</a>.</p>
<p>Kurzer Überblick der Ubuntu Versionen:</p>
<ol>
<li> Warty Warthog (4.10) freigegeben am 10/20/2004.</li>
<li>Hoary Hedgehog (5.04) freigegeben am 04/08/2005.</li>
<li>Breezy Badger (5.10) freigegeben am 10/13/2005.</li>
<li>Dapper Drake (6.06 LTS) freigegeben am 06/01/2006.</li>
<li>Edgy Eft (6.10) freigegeben am 10/26/2006</li>
<li>Feisty Fawn (7.04) freigegeben am 04/19/2007.</li>
<li>Gutsy Gibbon (7.10) freigegeben am 10/18/2007.</li>
<li>Hardy Heron (8.04 LTS) freigegeben am 04/24/2008.</li>
<li>Intrepid Ibex (8.10) freigegeben am 10/30/2008.</li>
<li>Jaunty Jackalope (9.04) freigegeben am 04/23/2009.</li>
<li>Karmic Koala (9.10) freigegeben am 10/29/2009.</li>
<li>Lucid Lynx (10.04 LTS) wird freigegeben am 04/29/2010</li>
<li>Maverick Meerkat (10.10) geplant für ende Oktober 2010</li>
<li>N&#8230; N&#8230; (11.04)</li>
</ol>
<p>Video der Ubuntu Release Pläne:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rc062mjMmAw&amp;hl=de_DE&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/rc062mjMmAw&amp;hl=de_DE&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/linux/happy-birthday-ubuntu/' rel='bookmark' title='Permanent Link: Happy Birthday Ubuntu!!!'>Happy Birthday Ubuntu!!!</a></li>
<li><a href='http://www.sysadminslife.com/linux/ubuntu-10-4-lucid-lynx-alpha-1-release-am-heutigen-tag/' rel='bookmark' title='Permanent Link: Ubuntu 10.4 Lucid Lynx Alpha 1 Release am heutigen Tag'>Ubuntu 10.4 Lucid Lynx Alpha 1 Release am heutigen Tag</a></li>
<li><a href='http://www.sysadminslife.com/linux/wallpaper-zu-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: Wallpaper zu Ubuntu 10.04 lucid lynx'>Wallpaper zu Ubuntu 10.04 lucid lynx</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/zUD2DPtzJvUKjfMpqXIdwZPbqis/0/da"><img src="http://feedads.g.doubleclick.net/~a/zUD2DPtzJvUKjfMpqXIdwZPbqis/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zUD2DPtzJvUKjfMpqXIdwZPbqis/1/da"><img src="http://feedads.g.doubleclick.net/~a/zUD2DPtzJvUKjfMpqXIdwZPbqis/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/ehNwgKQ7K3s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/linux/ubuntu-10-10-wird-maverick-meerkat-rebellisches-erdmannchen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/linux/ubuntu-10-10-wird-maverick-meerkat-rebellisches-erdmannchen/</feedburner:origLink></item>
		<item>
		<title>Ohne Worte: Linux Geeks und die Frauen</title>
		<link>http://feedproxy.google.com/~r/sysadminslife/~3/8TJ-DURnsEs/</link>
		<comments>http://www.sysadminslife.com/linux/ohne-worte-linux-geeks-und-die-frauen/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 11:11:50 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sysadminslife.com/?p=2965</guid>
		<description><![CDATA[(Quelle: linuxologist) Ähnliche Artikel:Linux und OpenSource Graffitis rund um den Globus Video: Mac vs. PC vs. Linux Ohne Worte: The Evolution of the Computer


Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/linux-und-opensource-graffitis-rund-um-den-globus/' rel='bookmark' title='Permanent Link: Linux und OpenSource Graffitis rund um den Globus'>Linux und OpenSource Graffitis rund um den Globus</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/video-mac-vs-pc-vs-linux/' rel='bookmark' title='Permanent Link: Video: Mac vs. PC vs. Linux'>Video: Mac vs. PC vs. Linux</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sysadminslife.com/wp-content/uploads/2010/04/Linux-Geeks-Chicks-Ladies.png" rel="lightbox[2965]" title="Linux-Geeks-Chicks-Ladies"><img class="alignnone size-full wp-image-2964" title="Linux-Geeks-Chicks-Ladies" src="http://www.sysadminslife.com/wp-content/uploads/2010/04/Linux-Geeks-Chicks-Ladies.png" alt="" width="410" height="409" /></a></p>
<p>(Quelle: <a href="http://linuxologist.com/general/proof-that-linux-geeks-are-smooth-with-the-ladies/" target="_blank">linuxologist</a>)</p>
<!-- PHP 5.x -->

<p>Ähnliche Artikel:<ol><li><a href='http://www.sysadminslife.com/allgemein/linux-und-opensource-graffitis-rund-um-den-globus/' rel='bookmark' title='Permanent Link: Linux und OpenSource Graffitis rund um den Globus'>Linux und OpenSource Graffitis rund um den Globus</a></li>
<li><a href='http://www.sysadminslife.com/allgemein/video-mac-vs-pc-vs-linux/' rel='bookmark' title='Permanent Link: Video: Mac vs. PC vs. Linux'>Video: Mac vs. PC vs. Linux</a></li>
<li><a href='http://www.sysadminslife.com/hardware/ohne-worte-the-evolution-of-the-computer/' rel='bookmark' title='Permanent Link: Ohne Worte: The Evolution of the Computer'>Ohne Worte: The Evolution of the Computer</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/krX8eeDUXUMQPDjo45shqsRvrKQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/krX8eeDUXUMQPDjo45shqsRvrKQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/krX8eeDUXUMQPDjo45shqsRvrKQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/krX8eeDUXUMQPDjo45shqsRvrKQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/sysadminslife/~4/8TJ-DURnsEs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sysadminslife.com/linux/ohne-worte-linux-geeks-und-die-frauen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sysadminslife.com/linux/ohne-worte-linux-geeks-und-die-frauen/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 3.179 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-06 08:38:54 --><!-- Compression = gzip -->
