<?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>Computerline NOC Blog &#187; hci</title>
	<atom:link href="http://blog.computerline.ch/tag/hci/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.computerline.ch</link>
	<description>Network Operations Center (Datacenter Zürich)</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:24:34 +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>Debian Upgrade: Von 5 auf 6</title>
		<link>http://blog.computerline.ch/2011/02/debian-upgrade-von-5-auf-6/</link>
		<comments>http://blog.computerline.ch/2011/02/debian-upgrade-von-5-auf-6/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 06:42:27 +0000</pubDate>
		<dc:creator>Erich Troxler</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Linux und OpenSource]]></category>
		<category><![CDATA[debian 5]]></category>
		<category><![CDATA[debian 6]]></category>
		<category><![CDATA[debian upgrade]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql error]]></category>
		<category><![CDATA[mysql startet nicht]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=763</guid>
		<description><![CDATA[Ich bin gerade mit Upgrades auf einem Testserver beschäftigt. Installiert ist Debian Lenny (5.0) , das Upgrade soll auf die neue stable Debian Squeeze (6.0) erfolgen. Bei den Upgrades bin ich auf Details/Fehler gestossen die man beachten muss.  Es empfiehlt sich dieses Posting nicht von Beginn an 1:1 durchzuarbeiten, sondern es zuerst komplett durchzulesen und [...]]]></description>
			<content:encoded><![CDATA[<p>Ich bin gerade mit Upgrades auf einem Testserver beschäftigt. Installiert ist Debian Lenny (5.0) , das Upgrade soll auf die neue stable Debian Squeeze (6.0) erfolgen.<br />
Bei den Upgrades bin ich auf <strong>Details/Fehler</strong> gestossen die man beachten muss.  Es empfiehlt sich dieses Posting nicht von Beginn an 1:1 durchzuarbeiten, sondern es zuerst komplett durchzulesen und erst dann zu starten <img src='http://blog.computerline.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Als erstes sollte man sicher sein, dass der aktuellste Stand von Debian 5 installiert ist:</p>
<blockquote><p>apt-get update<br />
apt-get upgrade</p></blockquote>
<p>Für das Distributions Upgrade müssen zuerst die Quellen angepasst werden, zu beachten sind ein paar neue Update Pfade.</p>
<p>[BEISPIEL] War: <span style="FONT-WEIGHT: bold">/etc/apt/sources.list</span></p>
<blockquote>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://mirror.switch.ch/ftp/mirror/debian/">http://mirror.switch.ch/ftp/mirror/debian/</a> lenny main non-free contrib</pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://mirror.switch.ch/ftp/mirror/debian/">http://mirror.switch.ch/ftp/mirror/debian/</a> lenny main non-free contrib</pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://security.debian.org/">http://security.debian.org/</a> lenny/updates main contrib non-free</pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://security.debian.org/">http://security.debian.org/</a> lenny/updates main contrib non-free</pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://volatile.debian.org/debian-volatile%20lenny/volatile">http://volatile.debian.org/debian-volatile lenny/volatile</a> main contrib non-free</pre>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://volatile.debian.org/debian-volatile%20lenny/volatile">http://volatile.debian.org/debian-volatile lenny/volatile</a> main contrib non-free</pre>
</blockquote>
<pre style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </pre>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">[BEISPIEL] Neu: <span style="FONT-WEIGHT: bold">/etc/apt/sources.list</span></p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://mirror.switch.ch/ftp/mirror/debian/">http://mirror.switch.ch/ftp/mirror/debian/</a> squeeze main</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://mirror.switch.ch/ftp/mirror/debian/">http://mirror.switch.ch/ftp/mirror/debian/</a> squeeze main</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://security.debian.org/">http://security.debian.org/</a> squeeze/updates main</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://security.debian.org/">http://security.debian.org/</a> squeeze/updates main</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb <a href="http://ftp.debian.org/debian">http://ftp.debian.org/debian</a> squeeze-updates main</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">deb-src <a href="http://ftp.debian.org/debian">http://ftp.debian.org/debian</a> squeeze-updates main</p>
</blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Danach kann das Upgrade gestartet werden:</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><strong>apt-get dist-upgrade</strong></p>
</blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Das Upgrade wird ein paar Mal fragen ob geänderte Configs überschrieben werden dürfen oder nicht. Ich empfehle ganz klar überall ein <strong>NEIN</strong> (bestehende Konfigurationen behalten), da man sonst alles neu konfigurieren muss.</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Das Update installiert die neusten Versionen von allen Programmen, also auch PHP, MySQL, Apache, &#8230;. Grub und den Kernel.</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Danach muss man den Server neu starten. In meinen Fällen wurde der Grub korrekt installiert, auch das Software-Raid war noch ganz. <strong>Nicht mehr funktioniert hat nachher der MySQL-Server</strong>. Das scheint aber ein normales Problem zu sein.</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<h2 style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Defekten MySQL nach dem Upgrade wieder in Betrieb nehmen</h2>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">Es scheint zwei Fehlertypen zu geben:</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">a) MySQL Server weg (Binaries verschwunden, aber keine Angst, Tabellen/Inhalt vorhanden)</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt">b) Er startet nicht mehr</p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Wir lösen zuerst das Problem a) weil danach kann b) immer trotzdem noch auftreten.</span></p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">apt-get &#8211;reinstall mysql-server</span></p>
</blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;"> </span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Danach testen ob es wieder geht. Wenn nicht folgendes probieren:</span></p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">[MySQL löschen]</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">apt-get remove mysql-server mysql-server-5.0 mysql-server-5.1</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">dpkg &#8211;remove mysql-server</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;"><span style="font-family: Georgia;">dpkg &#8211;remove </span>mysql-server-5.0</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;"><span style="font-family: Georgia;">dpkg &#8211;remove </span>mysql-server-5.1</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">[MySQL wieder installieren]</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">apt-get install -mysql-server -y</span></p>
</blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Jetzt hätten wir Problem a) gelöst, der Server ist wieder hier. Das heisst natürlich noch nicht, dass er auch funktioniert.<br />
Funktioniert /etc/init.d/mysql restart, und der Server läuft, ist alles okay.<br />
</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Läuft er aber immer noch nicht? </span><span style="font-family: Georgia;">Erscheinen Fehler wie:</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">dpkg: Fehler beim Bearbeiten von mysql-server (&#8211;configure):<br />
 AbhÃ¤ngigkeitsprobleme &#8211; verbleibt unkonfiguriert<br />
configured to not write apport reports<br />
                                      Fehler traten auf beim Bearbeiten von:<br />
 mysql-server-5.1<br />
 mysql-server<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)<br />
</span></p></blockquote>
<p> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Das kann ziemlich sicher so behoben werden:<br />
In der Datei /etc/mysql/my.conf (Pfad kann abweichen) skip-bdb auskommentieren (also #skip-bdb oder ganz löschen), Datei speichern.<br />
Danach folgendes ausführen:</span></p>
<blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">dpkg &#8211;configure &#8211;pending</span></p>
</blockquote>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Voilà, der MySQL Server sollte nun defintiv wieder laufen!</span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Bei diesen ganzen MySQL Operationen (löschen, etc.) gehen die Daten und Zugriffe/Passwörter <strong>nicht </strong>verloren. Falls doch bin ich daran nicht schuld, da ich jetzt ausdrücklich sage: <strong>Vorher Backup erstellen  <img src='http://blog.computerline.ch/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Je nach Server waren noch andere Dienste vom MySQL Server abhängig. Diese Dienste am besten kurz neu starten. Wenn ihr nicht welche diese Dienste und es aber sowieso niemand stört (wie z.B. auf einem Testserver), auch gleich den ganzen Server starten, dann vergisst ihr sicher keinen Dienst. </span></p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><span style="font-family: Georgia;">Hinweis zum HCI, ab Version 0.73:</span> </p>
<p style="MARGIN: 0in; FONT-FAMILY: Calibri; FONT-SIZE: 11pt"><strong>Unser Webhosting Administrations Tool, das HCI Hosting Control Interface, funktioniert nach dem Upgrade einwandfrei weiter.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2011/02/debian-upgrade-von-5-auf-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webhosting CP</title>
		<link>http://blog.computerline.ch/2010/02/webhosting-cp/</link>
		<comments>http://blog.computerline.ch/2010/02/webhosting-cp/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 13:46:49 +0000</pubDate>
		<dc:creator>Erich Troxler</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[hosting control interface]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[webhosting]]></category>
		<category><![CDATA[webhosting administration]]></category>
		<category><![CDATA[webhosting cp]]></category>
		<category><![CDATA[webhosting software]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=479</guid>
		<description><![CDATA[Es ist soweit: Unser Webhosting Control Panel, das HCI (Hosting Control Panel) ist fertig. Es ist klar, wir werden es ständig weiterentwickeln, aber die erste Version geht nächste Woche produktiv. Eingebaut wurde schlussendlich viel mehr als für die erste Version gedacht war. Ich will hier kurz ein paar Screenshot und Features vorstellen. Wieviele tausend Zeilen Code [...]]]></description>
			<content:encoded><![CDATA[<p>Es ist soweit: Unser Webhosting Control Panel, das HCI (Hosting Control Panel) ist fertig. Es ist klar, wir werden es ständig weiterentwickeln, aber die erste Version geht nächste Woche produktiv.</p>
<p>Eingebaut wurde schlussendlich viel mehr als für die erste Version gedacht war. Ich will hier kurz ein paar Screenshot und Features vorstellen. Wieviele tausend Zeilen Code dahinter sind, will ich gar nicht mehr wissen.</p>
<p><strong>1. Es gibt 4 verschiedene Ebenen</strong></p>
<ul>
<li>Administrator</li>
<li>Reseller/Wiederverkäufer/Whitelabeler</li>
<li>Domain Benutzer</li>
<li>E-Mail Benutzer</li>
</ul>
<p><strong>2. Alle Funktionen werden einfach mit installiert und sind einfach zu konfigurieren</strong></p>
<ul>
<li>FTP Zugriff</li>
<li>Domain/Alias/Subdomain Verwaltung</li>
<li>E-Mail Verwaltung und WebMail</li>
<li>POP3, SMTP, IMAP</li>
<li>MySQL Datenbankserver, PHP, Perl, SSI</li>
<li>Diverse PHP Liraries</li>
<li>Spam und Virenschutz</li>
<li>Diverse vordefinierte Server und Performance Konfigurationen</li>
<li>Und weiteres was ein guter Webserver braucht</li>
</ul>
<p><strong>3. Es ist kompatibel</strong></p>
<ul>
<li>Backup und Recovery sehr einfach, schnell und hardwareunabhängig</li>
<li>Voll automatisches Updates</li>
<li>Diverse eigene Interfaces (Wie z.B. Global Login für verschiedene Server)</li>
<li>Externe Interfaces, z.B. ins SCI (Server Control Interface) möglich, z.B. für Support Ticket oder Nameserver</li>
<li>Kompatibel mit unserem Inside Monitoring Agent für die Server Analyse</li>
</ul>
<p> Zum Schluss ein paar Screenshots:</p>
<table border="0">
<tbody>
<tr>
<td>
<div id="attachment_481" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_admin.jpg"><img class="size-thumbnail wp-image-481" title="Administrator Login" src="http://blog.computerline.ch/wp-content/uploads/hci_admin-150x150.jpg" alt="Administrator Login" width="150" height="150" /></a><p class="wp-caption-text">Administrator Login</p></div>
<p> </td>
<td>
<div id="attachment_482" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_reseller.jpg"><img class="size-thumbnail wp-image-482" title="Reseller Login" src="http://blog.computerline.ch/wp-content/uploads/hci_reseller-150x150.jpg" alt="Reseller Login" width="150" height="150" /></a><p class="wp-caption-text">Reseller Login</p></div>
<p> </td>
<td> </p>
<p><div id="attachment_485" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_domain_login.jpg"><img class="size-thumbnail wp-image-485" title="Domain Login" src="http://blog.computerline.ch/wp-content/uploads/hci_domain_login-150x150.jpg" alt="Domain Login" width="150" height="150" /></a><p class="wp-caption-text">Domain Login</p></div></td>
</tr>
<tr>
<td> </p>
<p><div id="attachment_484" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_domain_uebersicht.jpg"><img class="size-thumbnail wp-image-484" title="Domain Übersicht" src="http://blog.computerline.ch/wp-content/uploads/hci_domain_uebersicht-150x150.jpg" alt="Domain Übersicht" width="150" height="150" /></a><p class="wp-caption-text">Domain Übersicht</p></div></td>
<td> </p>
<p><div id="attachment_483" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_reseller_branding.jpg"><img class="size-thumbnail wp-image-483" title="Reseller Logo/Branding" src="http://blog.computerline.ch/wp-content/uploads/hci_reseller_branding-150x150.jpg" alt="Reseller Logo/Branding" width="150" height="150" /></a><p class="wp-caption-text">Reseller Logo/Branding</p></div></td>
<td> </p>
<p><div id="attachment_486" class="wp-caption alignnone" style="width: 160px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_webmail.jpg"><img class="size-thumbnail wp-image-486" title="Mitinstalliert: RoundCube WebMail" src="http://blog.computerline.ch/wp-content/uploads/hci_webmail-150x150.jpg" alt="Mitinstalliert: RoundCube WebMail" width="150" height="150" /></a><p class="wp-caption-text">Mitinstalliert: RoundCube WebMail</p></div></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2010/02/webhosting-cp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webhosting Administrations Interface</title>
		<link>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/</link>
		<comments>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:36:05 +0000</pubDate>
		<dc:creator>Erich Troxler</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Linux und OpenSource]]></category>
		<category><![CDATA[Web Developement]]></category>
		<category><![CDATA[confixx]]></category>
		<category><![CDATA[control interface]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[wci]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://blog.computerline.ch/?p=274</guid>
		<description><![CDATA[Dieses Programm dient für die Verwaltung von mehreren Webhostings/Domains auf einem Server. Ich habe es in diesem Blog schon mehrfach erwähnt. Nun gibt es wieder News: Es heisst nicht mehr WCI, sondern HCI (Hosting Control Interface). WCI wurde vom Team als zu fest zweideutig empfunden (umgekehrt wärs noch besser: iWC). Es hat ein Logo bekommen:   Wir [...]]]></description>
			<content:encoded><![CDATA[<p>Dieses Programm dient für die Verwaltung von mehreren Webhostings/Domains auf einem Server. Ich habe es in diesem Blog schon mehrfach erwähnt. Nun gibt es wieder News:</p>
<ul>
<li>Es heisst nicht mehr WCI, sondern <strong>HCI (Hosting Control Interface)</strong>. WCI wurde vom Team als zu fest zweideutig empfunden (umgekehrt wärs noch besser: iWC).</li>
<li>Es hat ein Logo bekommen:</li>
</ul>
<div id="attachment_278" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.computerline.ch/wp-content/uploads/hci_def.jpg"><img class="size-medium wp-image-278" title="Logo für die Webhosting Administrations-Software" src="http://blog.computerline.ch/wp-content/uploads/hci_def-300x208.jpg" alt="Logo für die Webhosting Administrations-Software" width="300" height="208" /></a><p class="wp-caption-text">Logo für die Webhosting Administrations-Software</p></div>
<p> </p>
<p>Wir haben es intern erstellt, verantwortlich ist <a title="Angela Nunez" href="http://blog.computerline.ch/author/angela/" target="_self">Angela Nunez</a> <img src='http://blog.computerline.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Gerne erfreuen wir uns über Feedback/Kommentare!</p>
<p>Technisch sind wir schon sehr weit, aktuell am testen und die letzten Fehler auszubügeln. Wir werden nun noch das Frontend bearbeiten und dann hoffentlich bald die Final-Version präsentieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.computerline.ch/2009/10/webhosting-administrations-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

