<?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>The Rootserver Info Blog</title>
	<atom:link href="http://www.rootserver.lu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rootserver.lu</link>
	<description>The world of servers build on open software</description>
	<lastBuildDate>Mon, 28 Jun 2010 08:44:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cpanel Email Adresse Entfernen</title>
		<link>http://www.rootserver.lu/2010/06/28/cpanel-email-adresse-entfernen/</link>
		<comments>http://www.rootserver.lu/2010/06/28/cpanel-email-adresse-entfernen/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 08:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WHM/Cpanel]]></category>
		<category><![CDATA[can't delete email]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email address]]></category>
		<category><![CDATA[Email Adresse löschen]]></category>
		<category><![CDATA[Fehler Email]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=381</guid>
		<description><![CDATA[Hat man in Cpanel einen Domainnamen von einem Konto entfernt und vergessen die Email Konten vorher zu löschen kann es zu Problemen kommen. Die Email Konten lassen sich nicht mehr über das Cpanel löschen. Abhilfe: ~# rm -rf /home/benutzername/mail/domainame.com ( Entfernt die alten Emails &#8211; benutzername und domainname.com entsprechend anpassen ) ~# nano /home/benutzername/.cpanel/email_accounts.yaml Die [...]]]></description>
			<content:encoded><![CDATA[<p>Hat man in Cpanel einen Domainnamen von einem Konto entfernt und vergessen die<br />
Email Konten vorher zu löschen kann es zu Problemen kommen. Die Email Konten lassen sich nicht<br />
mehr über das Cpanel löschen.<br />
Abhilfe:<br />
<strong>~# rm -rf /home/benutzername/mail/domainame.com</strong><br />
( Entfernt die alten Emails &#8211; benutzername und domainname.com entsprechend anpassen )<br />
<strong>~# nano /home/benutzername/.cpanel/email_accounts.yaml</strong><br />
Die nicht mehr benötigten Adressen hier löschen und die Datei speichern.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2010/06/28/cpanel-email-adresse-entfernen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fehler im Paketmanager</title>
		<link>http://www.rootserver.lu/2010/05/15/fehler-im-paketmanager/</link>
		<comments>http://www.rootserver.lu/2010/05/15/fehler-im-paketmanager/#comments</comments>
		<pubDate>Sat, 15 May 2010 07:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian GNU Linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt fehlermeldung]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[apt-problem]]></category>
		<category><![CDATA[dpkg]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=372</guid>
		<description><![CDATA[Beim Installieren erhält man die folgenden Fehlermeldung: dpkg: Fehler beim Parsen, in Datei »/var/lib/dpkg/available Lösung: Paketmanager neun initialisieren: ~#dpkg &#8211;clear-avail ~#dpkg -reconfigure apt]]></description>
			<content:encoded><![CDATA[<p>Beim Installieren erhält man die folgenden Fehlermeldung:<br />
dpkg: Fehler beim Parsen, in Datei »/var/lib/dpkg/available<br />
Lösung: Paketmanager neun initialisieren:<br />
<strong>~#dpkg &#8211;clear-avail</strong><br />
<strong>~#dpkg -reconfigure apt</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2010/05/15/fehler-im-paketmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule a job with atd</title>
		<link>http://www.rootserver.lu/2010/05/15/schedule-a-job-with-atd/</link>
		<comments>http://www.rootserver.lu/2010/05/15/schedule-a-job-with-atd/#comments</comments>
		<pubDate>Sat, 15 May 2010 04:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All OS and Versions]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[job programming]]></category>
		<category><![CDATA[Schedule Job]]></category>
		<category><![CDATA[time. time execute]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=366</guid>
		<description><![CDATA[At read commands from standard input or a specified file which are to be executed at a later time, using /bin/sh. To schedule a computer shutdown with atd: ~# echo &#8220;/sbin/shutdown -h now&#8221; &#124; at 22:15 01.06.2010 Your computer will shutdown on first June at 22:15]]></description>
			<content:encoded><![CDATA[<p>At read commands from standard  input  or  a  specified  file<br />
which are to be executed at a later time, using /bin/sh.<br />
To schedule a computer shutdown with atd:<br />
~# <strong>echo &#8220;/sbin/shutdown -h now&#8221;  |  at  22:15  01.06.2010</strong><br />
Your computer will shutdown on first June at 22:15</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2010/05/15/schedule-a-job-with-atd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New graphic card</title>
		<link>http://www.rootserver.lu/2010/05/12/new-graphic-card/</link>
		<comments>http://www.rootserver.lu/2010/05/12/new-graphic-card/#comments</comments>
		<pubDate>Wed, 12 May 2010 08:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian GNU Linux]]></category>
		<category><![CDATA[Ubuntu/Kubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[graphic card]]></category>
		<category><![CDATA[graphic configuration]]></category>
		<category><![CDATA[graphic reset]]></category>
		<category><![CDATA[package reset]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=361</guid>
		<description><![CDATA[To configure a new graphic card on Debian or related distributions ( Ubuntu/Kubuntu etc. ) type: ~#dpkg-reconfigure xserver-xorg and follow the interactive menu.]]></description>
			<content:encoded><![CDATA[<p>To configure a new graphic card on Debian or related distributions ( Ubuntu/Kubuntu etc. ) type:<br />
<strong>~#dpkg-reconfigure xserver-xorg</strong><br />
and follow the interactive menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2010/05/12/new-graphic-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04</title>
		<link>http://www.rootserver.lu/2010/04/30/ubuntu-10-04/</link>
		<comments>http://www.rootserver.lu/2010/04/30/ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 06:52:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Ubuntu/Kubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=357</guid>
		<description><![CDATA[Ubuntu has announced the release of Version 10.04 LTS ( Long Term Support ) The new version is again available for both desktop and server applications. http://www.ubuntu.com]]></description>
			<content:encoded><![CDATA[<p>Ubuntu has announced the release of Version 10.04 LTS ( Long Term Support )<br />
The new version is again available for both desktop and server applications.<br />
<a href="http://www.ubuntu.com">http://www.ubuntu.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2010/04/30/ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Server</title>
		<link>http://www.rootserver.lu/2009/09/18/new-server/</link>
		<comments>http://www.rootserver.lu/2009/09/18/new-server/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 09:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=353</guid>
		<description><![CDATA[The Blog is now running on a new Debian 5 ( Lenny ) server located in Germany]]></description>
			<content:encoded><![CDATA[<p>The Blog is now running on a new Debian 5 ( Lenny ) server located in Germany</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2009/09/18/new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hdparm Support</title>
		<link>http://www.rootserver.lu/2009/06/13/hdparm-support/</link>
		<comments>http://www.rootserver.lu/2009/06/13/hdparm-support/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 06:01:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian GNU Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Festplatte]]></category>
		<category><![CDATA[hdparm]]></category>
		<category><![CDATA[hdparm support]]></category>
		<category><![CDATA[langsame Festplatte]]></category>
		<category><![CDATA[scheller Festplattenzugriff]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=348</guid>
		<description><![CDATA[Wenn Sie Debian als Plattform für einen lokalen Fileserver benutzen solten Sie hdparm aktivieren um den Zugriff auf die Festplatte wesentlich zu beschleunigen. ~#apt-get install hdparm ~#hdparm -d1 /dev/hda Ersetzen Sie &#8220;hda&#8221; ( Hier eine IDE Festplatte ) durch den entsprechenden Festplattentyp. Zum Testen: ~# hdparm -t /dev/hda]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie Debian als Plattform für einen lokalen Fileserver benutzen<br />
solten Sie hdparm aktivieren um den Zugriff auf die Festplatte wesentlich zu<br />
beschleunigen.</p>
<p><strong>~#apt-get install hdparm<br />
~#hdparm -d1 /dev/hda</strong><br />
Ersetzen Sie &#8220;hda&#8221; ( Hier eine IDE Festplatte ) durch den entsprechenden Festplattentyp.</p>
<p>Zum Testen:<br />
<strong>~# hdparm -t /dev/hda</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2009/06/13/hdparm-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel php modules</title>
		<link>http://www.rootserver.lu/2009/06/08/cpanel-php-modules/</link>
		<comments>http://www.rootserver.lu/2009/06/08/cpanel-php-modules/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WHM/Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[cpanel php configuration]]></category>
		<category><![CDATA[easyapache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5.php module]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=343</guid>
		<description><![CDATA[If you want compile Apache with additional php modules which are not implemented in Easyapache type: ~# touch /var/cpanel/easy/apache/rawopts/all_php5 edit your file ~# nano /var/cpanel/easy/apache/rawopts/all_php5 and add the modules &#8211;enable-module1 &#8211;enable-module2]]></description>
			<content:encoded><![CDATA[<p>If you want compile Apache with additional php modules which<br />
are not implemented in Easyapache type:<br />
~# <strong>touch /var/cpanel/easy/apache/rawopts/all_php5</strong><br />
edit your file<br />
~# <strong>nano /var/cpanel/easy/apache/rawopts/all_php5</strong><br />
and add the modules<br />
&#8211;enable-module1<br />
&#8211;enable-module2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2009/06/08/cpanel-php-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy Device</title>
		<link>http://www.rootserver.lu/2009/06/04/busy-device/</link>
		<comments>http://www.rootserver.lu/2009/06/04/busy-device/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 14:51:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All OS and Versions]]></category>
		<category><![CDATA[bugging unmount]]></category>
		<category><![CDATA[busy device]]></category>
		<category><![CDATA[howto unmount a device]]></category>
		<category><![CDATA[umont]]></category>
		<category><![CDATA[unmount]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=339</guid>
		<description><![CDATA[If you want unmount a partition and get a message &#8221; device is busy &#8221; type: #~ fuser -vu mountpoint ( replace mountpoint with your real mountpoint ) The system will respond with one or more process pid(s) You can send then a kill or a kill -9 if needed to stop the process and [...]]]></description>
			<content:encoded><![CDATA[<p>If you want unmount a partition and get a message &#8221; device is busy &#8221; type:<br />
#~ fuser -vu mountpoint<br />
( replace mountpoint with your real mountpoint )<br />
The system will respond with one or more process pid(s)<br />
You can send then a kill or a kill -9 if needed to stop<br />
the process and unmount your partition.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2009/06/04/busy-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hetzner Rootserver</title>
		<link>http://www.rootserver.lu/2009/06/02/hetzner-rootserver/</link>
		<comments>http://www.rootserver.lu/2009/06/02/hetzner-rootserver/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Dedicated]]></category>
		<category><![CDATA[Dedizier]]></category>
		<category><![CDATA[Hetzner]]></category>
		<category><![CDATA[Rechenzentrum]]></category>
		<category><![CDATA[Rootserver]]></category>
		<category><![CDATA[RZ]]></category>

		<guid isPermaLink="false">http://www.rootserver.lu/?p=334</guid>
		<description><![CDATA[Hetzner hat am 1. Juni seine neue Rootserver Serie vorgestellt und setzt wieder einmal neue Masstäbe für Qualität und Leistung im Rootserver Bereich. Die Reihe basiert auf Intel Quad Cores mit Hyper Threading Technologie und schon der kleinste Server für 49 Euro pro Monat kommt mit 8 (!) GB Ram und 2 Festplatten von 750 [...]]]></description>
			<content:encoded><![CDATA[<p>Hetzner hat am 1. Juni seine neue Rootserver Serie vorgestellt und setzt<br />
wieder einmal neue Masstäbe für Qualität und Leistung im Rootserver Bereich.<br />
Die Reihe basiert auf Intel Quad Cores mit Hyper Threading Technologie<br />
und schon der kleinste Server für 49 Euro pro Monat kommt mit 8 (!) GB Ram<br />
und 2 Festplatten von 750 GB im Raid Verbund.<br />
Mehr Infos auf Hetzner&#8217;s Webseite: <a href="http://www.hetzner.de">http://www.hetzner.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rootserver.lu/2009/06/02/hetzner-rootserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
