<?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/"
	>

<channel>
	<title>@ramgad.com! &#187; debian</title>
	<atom:link href="http://www.ramgad.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramgad.com</link>
	<description>Patience is bitter, but its fruit is sweet. (Aristotle)</description>
	<pubDate>Sat, 03 Jan 2009 06:38:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating from Debian Etch to Lenny</title>
		<link>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/</link>
		<comments>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 09:32:16 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[etch]]></category>

		<category><![CDATA[lenny]]></category>

		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=61</guid>
		<description><![CDATA[Lenny will be the next stable release after Debian Etch. It has today still the status unstable, but worked for me without any issues in a virtual machine on my mac. Hence, I decided today to move my servers on Lenny. Upgrade on a 1&#38;1 AMD Rootserver is quite easy.
Juste replace in your /etc/apt/sources.list all [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Lenny will be the next stable release after Debian Etch. It has today still the status unstable, but worked for me without any issues in a virtual machine on my mac. Hence, I decided today to move my servers on Lenny. Upgrade on a 1&amp;1 AMD Rootserver is quite easy.</p>
<p>Juste replace in your /etc/apt/sources.list all &#8216;etch&#8217; statements with &#8216;lenny&#8217;.</p>
<p>then type the following:</p>
<pre class="syntax-highlight:bash">
aptitude update
aptitude dist-upgrade
aptitude upgrade
aptitude update
aptitude upgrade</pre>
<p>Upgrade worked for my without any major issues within a couple of minutes. However mySQL will not start properly and Apache2 will reset your may-be redirect commands (e.g. AllowOverride All to AllowOverride None in apache2.conf or httpd.conf). Please correct the Apache2 conf files and restart your server with /etc/init.d/apache2 restart.</p>
<p>As for the mySQL Error, the error message is self-explaining:</p>
<pre class="syntax-highlight:bash">
/etc/init.d/mysql:ERROR: Using expire_logs_days without log_bin crashes
</pre>
<p>Just go to your /etc/myqsl/my.conf file. The parameter &#8216;expire_logs_days&#8217; requires now the &#8216;log_bin&#8217; parameter be turned on. Open the file and turn &#8216;log_bin&#8217; on (e.g, removing the &#8216;#&#8217; character infront of it).</p>
<p>Afterwards you only need to restart your mysql server with /etc/initd./mysql restart, and you whole rootserver should now run smoothly on Debian Lenny.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/08/03/migrating-from-debian-etch-to-lenny/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Debian Etch on rootserver</title>
		<link>http://www.ramgad.com/2008/05/25/installing-debian-etch-on-rootserver/</link>
		<comments>http://www.ramgad.com/2008/05/25/installing-debian-etch-on-rootserver/#comments</comments>
		<pubDate>Sun, 25 May 2008 21:32:18 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[apache2]]></category>

		<category><![CDATA[aptitude]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=103</guid>
		<description><![CDATA[The following document describes how to install debian etch server on a dedicated 1&#38;1 AMD 64-bit server.
Install minimal Debian Etch installation via 1&#38;1 fronted.
As no SSH control is yet installed, you have to connect via your terminal (e.g. putty, or Mac OS terminal). The string should look somehow like:
ssh u12345678@sercon.onlinehome-server.info.
Your password is the one you [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>The following document describes how to install debian etch server on a dedicated 1&amp;1 AMD 64-bit server.</p>
<p>Install minimal Debian Etch installation via 1&amp;1 fronted.</p>
<p>As no SSH control is yet installed, you have to connect via your terminal (e.g. putty, or Mac OS terminal). The string should look somehow like:</p>
<pre class="syntax-highlight:bash">ssh u12345678@sercon.onlinehome-server.info.</pre>
<p>Your password is the one you provided on your 1&amp;1 Web-Frontend.<br />
Alternatively you can try if &#8217;ssh root@yourdomain.com&#8217; is already working, type in the password you set up in your web frontend during re-installation.</p>
<p>Update sources for aptitude</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude update
Get:1 http://update.onlinehome-server.info etch Release.gpg [378B]
Get:2 http://update.onlinehome-server.info etch/updates Release.gpg [189B]
Get:3 http://update.onlinehome-server.info etch Release [58.2kB]
Get:4 http://update.onlinehome-server.info etch/updates Release [37.6kB]
Get:5 http://update.onlinehome-server.info etch/main Packages [4210kB]
Get:6 http://update.onlinehome-server.info etch/contrib Packages [50.4kB]
Get:7 http://update.onlinehome-server.info etch/non-free Packages [63.7kB]
Get:8 http://update.onlinehome-server.info etch/main Sources [1214kB]
Get:9 http://update.onlinehome-server.info etch/contrib Sources [18.3kB]
Get:10 http://update.onlinehome-server.info etch/non-free Sources [28.2kB]
Get:11 http://update.onlinehome-server.info etch/updates/main Packages [255kB]
Get:12 http://update.onlinehome-server.info etch/updates/contrib Packages [3926B]
Get:13 http://update.onlinehome-server.info etch/updates/non-free Packages [1420B]
Get:14 http://update.onlinehome-server.info etch/updates/main Sources [41.0kB]
Get:15 http://update.onlinehome-server.info etch/updates/contrib Sources [1168B]
Get:16 http://update.onlinehome-server.info etch/updates/non-free Sources [1176B]
Fetched 5986kB in 5s (1155kB/s)
Reading package lists... Done</pre>
<p>Now let&#8217;s update for security reasons all packages (the files from 1&amp;1 are sometimes outdated)<br />
Output can look similar to the below dump:</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude upgrade
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
Building tag database... Done
The following packages will be upgraded:
  libgnutls13 openssh-client openssh-server ssh
4 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1273kB of archives. After unpacking 28.7kB will be freed.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
Get:1 http://update.onlinehome-server.info etch/updates/main libgnutls13 1.4.4-3+etch1 [315kB]
Get:2 http://update.onlinehome-server.info etch/updates/main openssh-server 1:4.3p2-9etch2 [246kB]
Get:3 http://update.onlinehome-server.info etch/updates/main openssh-client 1:4.3p2-9etch2 [712kB]
Get:4 http://update.onlinehome-server.info etch/updates/main ssh 1:4.3p2-9etch2 [1052B]
Fetched 1273kB in 0s (6401kB/s)
Preconfiguring packages ...
(Reading database ... 16424 files and directories currently installed.)
Preparing to replace libgnutls13 1.4.4-3 (using .../libgnutls13_1.4.4-3+etch1_amd64.deb) ...
Unpacking replacement libgnutls13 ...
Preparing to replace openssh-server 1:4.3p2-9etch1 (using .../openssh-server_1%3a4.3p2-9etch2_amd64.deb) ...
Unpacking replacement openssh-server ...
Preparing to replace openssh-client 1:4.3p2-9etch1 (using .../openssh-client_1%3a4.3p2-9etch2_amd64.deb) ...
Unpacking replacement openssh-client ...
Preparing to replace ssh 1:4.3p2-9etch1 (using .../ssh_1%3a4.3p2-9etch2_all.deb) ...
Unpacking replacement ssh ...
Setting up libgnutls13 (1.4.4-3+etch1) ...
Setting up openssh-client (4.3p2-9etch2) ...
Setting up openssh-server (4.3p2-9etch2) ...
Restarting OpenBSD Secure Shell server: sshd.
Setting up ssh (4.3p2-9etch2) ...
Debian:~#</pre>
<p>Let&#8217;s now install some basic programs, you&#8217;ll most likely use in your daily live with your Debian Etch Server and which are not installed by default:</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install mc zip unzip bzip2 screen vim rsync traceroute ftp lynx</pre>
<p>Automatic time updating is pure convenience these days and I suggest to install this packages as well (you&#8217;ll most probably get a hint that a similar package has to be de-installed - just confirm please)</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install ntp ntpdate</pre>
<p>Now is good moment to check your time settings: (in current versions it seems that basis configuration from 1&amp;1 is correct)</p>
<pre class="syntax-highlight:bash">Debian:~# tzconfig
Your current time zone is set to Europe/Berlin
Do you want to change that? [n]: n
Your time zone will not be changed</pre>
<p>Install SSH (for Secure Shell Access, if not yet installed</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install ssh</pre>
<p>Security is a must, let&#8217;s now finally change root password</p>
<pre class="syntax-highlight:bash">Debian:~# passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully</pre>
<p>Let&#8217;s now add a new user:</p>
<pre class="syntax-highlight:bash">Debian:~# adduser jsmith
Adding user `jsmith&#039; ...
Adding new group `jsmith&#039; (1000) ...
Adding new user `jsmith&#039; (1000) with group `jsmith&#039; ...
Creating home directory `/home/jsmith&#039; ...
Copying files from `/etc/skel&#039; ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for jsmith
Enter the new value, or press ENTER for the default
	Full Name []: John Smith
	Room Number []: home
	Work Phone []: -
	Home Phone []: -
	Other []: -
Is the information correct? [y/N] y</pre>
<p>For security purposes I suggest you really perform following steps to avoid root access through SSH connection.<br />
It might be reasonable as well to change standard port number for even more security.<br />
Therefore we need to edit the configuration file:</p>
<pre class="syntax-highlight:bash">Debian:~# vi /etc/ssh/sshd_config</pre>
<p>Please make the following changes:</p>
<pre class="syntax-highlight:bash">Change Port 22 to something else i.e. 2444
Change PermitRootLogin from YES to NO</pre>
<p>Add the following 2 lines (please, don&#8217;t forget to replace it by your user)</p>
<pre class="syntax-highlight:bash">AllowUsers jsmith
AllowGroups jsmith</pre>
<p>Major issue is that most people stop right here. You have to restart ssh services for the changes to work.<br />
Restarting OpenBSD Secure Shell server:</p>
<pre class="syntax-highlight:bash">Debian:~# /etc/init.d/ssh restart</pre>
<p>Now let&#8217;s exit</p>
<pre class="syntax-highlight:bash">Debian:~# exit</pre>
<p>the console and restart via ssh root@yourdomain.com.</p>
<p>You will get something like:</p>
<pre class="syntax-highlight:bash">ssh: connect to host yourdomain.com port 22: Connection refused</pre>
<p>as we did change the port number.</p>
<p>Please call you domain via:</p>
<pre class="syntax-highlight:bash">ssh root@yourdomain.com -p yourportnumber</pre>
<p>Still getting an error like: Permission denied, please try again.<br />
? Well yes, we have limited access to our user jsmith. So all our security initiatives seem to work, now let&#8217;s hope that the following command will work:</p>
<pre class="syntax-highlight:bash">ssh jmsith@yourdomain.com -p yourportnumber</pre>
<p>Gotcha! Well, you&#8217;re not perfectly secure yet but more secure than most people with a dedicated server.</p>
<p>Don&#8217;t forget that you have to type from now on:</p>
<pre class="syntax-highlight:bash">Debian:~# su (and typing in root password to get root rights)</pre>
<p>Well done, now let&#8217;s continue to install some software, where I&#8217;m sure you want to use it (apache2, mysql, php5, etc.):</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi</pre>
<p>After this you should be able to see &#8220;It works!&#8221; by typing www.yourdomain.com into your webbrowser.</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install mysql-common mysql-server mysql-server-5.0</pre>
<p>Now I suggest to immediately set a new password to your mysql-root user:</p>
<pre class="syntax-highlight:bash">Debian:~# mysqladmin -u root -p password &#039;MyNewPassword&#039;</pre>
<p>You&#8217;ll be prompted for a password. Just hit ENTER, as the initial password from the installation is empty!! Please be aware that you don&#8217;t have to retype the password, there is no further check, so please be careful to remind your settings!</p>
<p>Most probably you have more room on your home drive than on /var/</p>
<p>Let&#8217;s move your www directory to your home directory and make a soft link to it (so the system will not see any difference):</p>
<pre class="syntax-highlight:bash">Debian:~# mv www /home/jsmith/
Debian:~# ln -s /home/jsmith/www/ www</pre>
<p>Let&#8217;s install webmin (especially in the case that you&#8217;re not yet a linux guru). Watch www.webmin.com for the latest release and the correct link.</p>
<pre class="syntax-highlight:bash">Debian:~# cd /tmp
Debian:~# wget http://switch.dl.sourceforge.net/sourceforge/webadmin/webmin_1.410_all.deb
Debian:~# dpkg -i webmin_1.410_all.deb</pre>
<p>The system found a lot of dependencies which you will now solve and finally install webmin with:</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install webmin</pre>
<p>The systems will tell you after installation how to log in.</p>
<p>First thing you should do is creating a user (i.e. jsmith) with all rights - log off (as you can not delete yourself) - and login with this new user, then please delete root user immediately.</p>
<p>We need to change /etc/apache2/sites-available/default</p>
<pre class="syntax-highlight:bash">Debian:~# vi /etc/apache2/sites-available/default</pre>
<p>add the &#8216;#&#8217; sign before RedirectMatch &#8230;<br />
and change &#8216;AllowOverride None&#8217; to &#8216;AllowOverride All&#8217;<br />
After having restart your server, apache will read the files in your /home/jsmith/www directory.<br />
Before you should enable apache2 module re_write.</p>
<pre class="syntax-highlight:bash">Debian:~# a2enmod rewrite</pre>
<pre class="syntax-highlight:bash">Debian:~# /etc/init.d/apache2 restart</pre>
<p>Most probably you want to have php5 support on your mysql database (i.e. for Wordpress)</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install php5-mysql</pre>
<p>Now we need some changes on the php.ini</p>
<pre class="syntax-highlight:bash">Debian:~# vi /etc/php5/apache2/php.ini</pre>
<p>change &#8216;upload_max_filesize = 2M&#8217; to &#8216;upload_max_filesize = 20M&#8217;<br />
change &#8216;post_max_size = 8M&#8217;       to &#8216;post_max_size = 20M&#8217;<br />
change &#8216;memory_limit = 16M &#8216;      to &#8216;memory_limit = 64M&#8217;<br />
change &#8216;expose_php = On&#8217;          to &#8216;expose_php = Off&#8217;</p>
<p>Now you should restart your apache2 and forcing to reload all new values:</p>
<pre class="syntax-highlight:bash">Debian:~# /etc/init.d/apache2 force-reload</pre>
<p>You should now be able to install whatever web application you want. Often you need mod_rewrite on apache2 enabled.</p>
<p>What we are still missing is the FTP Server:</p>
<pre class="syntax-highlight:bash">Debian:~# aptitude install
Debian:~# cp /bin/false /bin/ftp
Debian:~# echo &quot;/bin/ftp&quot; &gt;&gt; /etc
Debian:~# addgroup ftpuser
Debian:~# usermod -G ftpuser jsmith</pre>
<p>Configure settings</p>
<pre class="syntax-highlight:bash">Debian:~# vi /etc/proftpd/proftpd.conf</pre>
<p>add the following at the end of this file</p>
<pre class="syntax-highlight:bash">DenyGroup !ftpuser !jsmith
RootLogin off
RequireValidShell on

UseReverseDNS off
IdentLookups off

change UseIPv6 from &#039;On&#039; to &#039;Off&#039;</pre>
<p>Restart Server</p>
<pre class="syntax-highlight:bash">Debian:~# /etc/init.d/proftpd restart</pre>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/05/25/installing-debian-etch-on-rootserver/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/25/installing-debian-etch-on-rootserver/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/25/installing-debian-etch-on-rootserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>php eAccelerator on Debian Etch/Lenny</title>
		<link>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/</link>
		<comments>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/#comments</comments>
		<pubDate>Sat, 24 May 2008 23:00:50 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[eaccelerator]]></category>

		<category><![CDATA[etch]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=117</guid>
		<description><![CDATA[eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><a href="http://eaccelerator.net">eAccelerator</a> is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. </p>
<p>You can find on <a href="http://andrew.mcmillan.net.nz/">Andrew&#8217;s</a> side pages the <a href="http://andrew.mcmillan.net.nz/node/70">php eaccelerator package for Debian Etch</a>. Following <a href="http://debian.mcmillan.net.nz/debian/dists/etch/awm/binary-amd64/">this link</a> brings you to his repository.</p>
<p>add <strong>deb http://debian.mcmillan.net.nz/debian etch awm<br />
</strong>to your bin section of /etc/apt/sources.list</p>
<p>The following commands are needed to add Andrew&#8217;s key to your aptitude:</p>
<pre class="syntax-highlight:sh">Debian:~# gpg --keyserver subkeys.pgp.net --recv-keys 0x8f068012;
Debian:~# gpg --export --armor 0x8f068012 | apt-key add -
Debian:~# aptitude update
Debian:~# aptitude install php5-eaccelerator</pre>
<p>You have to edit your /etc/php5/apache2/php.ini and add the following lines at the end:</p>
<pre class="syntax-highlight:sh">[eAccelerator]
extension=&quot;eaccelerator.so&quot;
eaccelerator.shm_size=&quot;32&quot;
eaccelerator.cache_dir=&quot;/tmp&quot;
eaccelerator.enable=&quot;1&quot;
eaccelerator.optimizer=&quot;1&quot;
eaccelerator.check_mtime=&quot;1&quot;
eaccelerator.debug=&quot;0&quot;
eaccelerator.filter=&quot;&quot;
eaccelerator.shm_max=&quot;0&quot;
eaccelerator.shm_ttl=&quot;0&quot;
eaccelerator.shm_prune_period=&quot;0&quot;
eaccelerator.shm_only=&quot;0&quot;
eaccelerator.compress=&quot;1&quot;
eaccelerator.compress_level=&quot;9&quot;</pre>
<p>Finally just restart your Apache2 server for the changes to take effect. </p>
<pre class="syntax-highlight:sh">Debian:~# /etc/init.d/apache2/ force-reload</pre>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/25/php-eaccelerator-on-debian-etch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Outsource DNS server for rootserver</title>
		<link>http://www.ramgad.com/2008/05/19/outsource-dns-server-for-rootserver/</link>
		<comments>http://www.ramgad.com/2008/05/19/outsource-dns-server-for-rootserver/#comments</comments>
		<pubDate>Mon, 19 May 2008 21:07:23 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[dns]]></category>

		<category><![CDATA[dns-server]]></category>

		<category><![CDATA[rootserver]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=121</guid>
		<description><![CDATA[If you&#8217;re running an own rootserver you often are in the situation that you need to make changes on your DNS settings mainly through a web interface of your provider. One main issue is that worldwide update of all DNS servers can easily take over 48 hours.
Zoneedit.com solves this issue. Just connect once your DNS [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>If you&#8217;re running an own rootserver you often are in the situation that you need to make changes on your DNS settings mainly through a web interface of your provider. One main issue is that worldwide update of all DNS servers can easily take over 48 hours.</p>
<p><a href="http://www.zoneedit.com/">Zoneedit.com </a>solves this issue. Just connect once your DNS server settings to zoneedit and you&#8217;re done. Make all necessary changes then on your <a href="http://www.zoneedit.com/">zoneedit.com</a> account (for instance rooting of emails to google.com etc.). All these changes are updated in a minute and give you all the freedem you need for all your plans you have with your dedicated rootserver.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/05/19/outsource-dns-server-for-rootserver/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/19/outsource-dns-server-for-rootserver/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/19/outsource-dns-server-for-rootserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kernel 2.6.25.1 For 1and1 XXL Server</title>
		<link>http://www.ramgad.com/2008/05/15/kernel-26251-for-1and1-xxl-server/</link>
		<comments>http://www.ramgad.com/2008/05/15/kernel-26251-for-1and1-xxl-server/#comments</comments>
		<pubDate>Wed, 14 May 2008 23:14:49 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=127</guid>
		<description><![CDATA[Alexander Kasper from Hockwald-ITcompiled a 2.6.25.1 Kernel for 1&#38;1 AMD64-Bit Server.
After downloading (i.e. to /tmp/ folder), you can install your brand new kernel with the following command:
Now we have to install the kernel by the following command.
dpkg --install linux-image-26251_custom10002052008_amd64.deb
Please check /boot/grub/menu.lst for the correct settings.
Either you check the pointer of vmlinuz to your new kernel [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Alexander Kasper from <a href="http://www.hochwald-it.de/blog/" target="_blank">Hockwald-IT</a>compiled a <a href="http://www.hochwald-it.de/blog/2008/kernel-26251-fur-1und1-xxl-server-amd-64-bit.html" target="_blank">2.6.25.1 Kernel</a> for 1&amp;1 AMD64-Bit Server.</p>
<p>After downloading (i.e. to /tmp/ folder), you can install your brand new kernel with the following command:<br />
Now we have to install the kernel by the following command.</p>
<pre class="syntax-highlight:php">dpkg --install linux-image-26251_custom10002052008_amd64.deb</pre>
<p>Please check /boot/grub/menu.lst for the correct settings.</p>
<p>Either you check the pointer of vmlinuz to your new kernel in /boot/</p>
<pre class="syntax-highlight:php">ln -sf /boot/vmlinuz-2.6.25.1 /boot/vmlinuz</pre>
<p>or you change /boot/grub/menu.lst accordingly. For the above mentioned kernel it has to look somehow like this:</p>
<blockquote><p>serial &#8211;unit=0 &#8211;speed=57600<br />
terminal &#8211;timeout=10 serial console</p>
<p>default=0<br />
timeout=5</p>
<p>title linux with serial console<br />
root (hd0,0)<br />
kernel /boot/vmlinuz-2.6.25.1 ro root=/dev/md1 console=tty0 console=ttyS0,57600</p>
<p>title linux.old<br />
root (hd0,0)<br />
kernel /boot/vmlinuz.old ro root=/dev/md1 console=tty0 console=ttyS0,57600</p>
<p>### BEGIN AUTOMAGIC KERNELS LIST<br />
## lines between the AUTOMAGIC KERNELS LIST markers will be modified<br />
## by the debian update-grub script except for the default options below</p>
<p>## DO NOT UNCOMMENT THEM, Just edit them to your needs</p>
<p>## ## Start Default Options ##<br />
## default kernel options<br />
## default kernel options for automagic boot options<br />
## If you want special options for specific kernels use kopt_x_y_z</p></blockquote>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/05/15/kernel-26251-for-1and1-xxl-server/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/15/kernel-26251-for-1and1-xxl-server/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/15/kernel-26251-for-1and1-xxl-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rootserver upgrade to Debian Etch</title>
		<link>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/</link>
		<comments>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/#comments</comments>
		<pubDate>Fri, 02 May 2008 21:42:13 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[etch]]></category>

		<category><![CDATA[rootserver]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=142</guid>
		<description><![CDATA[As of February 2008 1&#038;1 has still only Debian Sarge (3.1) in their standard portfolio for initial installation.
But the move to Debian Etch (4.0) is quite easy. Find below the major steps:
First you need to make a complete installation of the old Debian Sarge stable 3.1 system 64-bit via your 1&#038;1 ControlCenter link.
After first login [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>As of February 2008 1&#038;1 has still only Debian Sarge (3.1) in their standard portfolio for initial installation.<br />
But the move to Debian Etch (4.0) is quite easy. Find below the major steps:<br />
First you need to make a complete installation of the old Debian Sarge stable 3.1 system 64-bit via your 1&#038;1 ControlCenter link.<br />
After first login you can check your Kernel-Version with the following command:</p>
<blockquote><p>:/# uname -mrs<br />
Output: Linux 2.6.20.21-071108a x86_64</p></blockquote>
<p>Check the installed Debian Version as follows:</p>
<blockquote><p>:/# cat /etc/debian_version</ br><br />
Output: 3.1</p></blockquote>
<p>Updating from Sarge (3.1) to Etch (4.0) - I prefer aptitude nowadays to ‘apt-get’, but apt will work as well.</p>
<blockquote><p>:/# aptitude update:<br />
:/# aptitude dist-upgrade<br />
:/# vi /etc/apt/sources.list</p></blockquote>
<p>Insert the following:</p>
<blockquote><p>
deb http://ftp.de.debian.org/debian/ etch main<br />
deb-src http://ftp.de.debian.org/debian/ etch main<br />
deb http://security.debian.org/ etch/updates main</p></blockquote>
<p>Then type the following commands into your terminal</p>
<blockquote><p>:/# aptitude update<br />
:/# aptitude dist-upgrade<br />
:/# shutdown -r now</p></blockquote>
<p>After successfully reboot you should configure the timezone and continue to install all the stuff you want to have on your brand new Debian Etch 64-bit Server.</p>
<blockquote><p>:/# tzconfig<br />
:/# aptitude install php5 apache2 mysql-server</p></blockquote>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/05/02/rootserver-upgrade-to-debian-etch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rootserver kernel upgrading</title>
		<link>http://www.ramgad.com/2008/04/10/rootserver-kernel-upgrading/</link>
		<comments>http://www.ramgad.com/2008/04/10/rootserver-kernel-upgrading/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:47:07 +0000</pubDate>
		<dc:creator>Jeannot Muller</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[operating systems]]></category>

		<category><![CDATA[debian]]></category>

		<category><![CDATA[kernel]]></category>

		<category><![CDATA[rootserver]]></category>

		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.ramgad.com/?p=144</guid>
		<description><![CDATA[Last Update: 2nd November 2008
Connect to your server via ssh and then download the latest kernel version. Best practice is to look first via ftp for the correct file.
Type within your terminal: 
ftp update.onlinehome-server.com
User: anonymous
Password: guest
cd local-updates/kernel/deb/
ls
exit

The filename of the latest version is: linux-image-2.6.27.4-20081028a_rootserver.1_amd64.deb
Let&#8217;s download this version:
wget ftp://update.onlinehome-server.com/local-updates/kernel/deb/linux-image-2.6.27.4-20081028a_rootserver.1_amd64.deb
Now we have to install the kernel by [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><strong>Last Update: 2nd November 2008</strong></p>
<p>Connect to your server via ssh and then download the latest kernel version. Best practice is to look first via ftp for the correct file.</p>
<p>Type within your terminal: </p>
<blockquote><p>ftp update.onlinehome-server.com<br />
User: anonymous<br />
Password: guest<br />
cd local-updates/kernel/deb/<br />
ls<br />
exit
</p></blockquote>
<p>The filename of the latest version is: linux-image-2.6.27.4-20081028a_rootserver.1_amd64.deb<br />
Let&#8217;s download this version:</p>
<pre class="syntax-highlight:sh">wget ftp://update.onlinehome-server.com/local-updates/kernel/deb/linux-image-2.6.27.4-20081028a_rootserver.1_amd64.deb</pre>
<p>Now we have to install the kernel by the following command.</p>
<pre class="syntax-highlight:sh">dpkg --install linux-image-2.6.27.4-20081028a_rootserver.1_amd64.deb</pre>
<p>Either you check the pointer of vmlinuz to your new kernel in /boot/</p>
<pre class="syntax-highlight:sh">ln -sf /boot/vmlinuz-2.6.27.4-20081028a /boot/vmlinuz</pre>
<p><b>Please replace vmlinuz-2.x.y.z by the release you want to add!</b></p>
<p>or you change /boot/grub/menu.lst accordingly. For the above mentioned kernel it has to look somehow like this:</p>
<blockquote><p>serial &#8211;unit=0 &#8211;speed=57600<br />
terminal &#8211;timeout=10 serial console</p>
<p>default=0<br />
timeout=5</p>
<p>title linux with serial console<br />
root (hd0,0)<br />
kernel /boot/vmlinuz-2.6.27.4-20081028a ro root=/dev/md1 console=tty0 console=ttyS0,57600</p>
<p>title linux.old<br />
root (hd0,0)<br />
kernel /boot/vmlinuz.old ro root=/dev/md1 console=tty0 console=ttyS0,57600</p>
<p>### BEGIN AUTOMAGIC KERNELS LIST<br />
## lines between the AUTOMAGIC KERNELS LIST markers will be modified<br />
## by the debian update-grub script except for the default options below</p>
<p>## DO NOT UNCOMMENT THEM, Just edit them to your needs</p>
<p>## ## Start Default Options ##<br />
## default kernel options<br />
## default kernel options for automagic boot options<br />
## If you want special options for specific kernels use kopt_x_y_z</p></blockquote>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://www.ramgad.com/2008/04/10/rootserver-kernel-upgrading/')" href="http://www.sphere.com/search?q=sphereit:http://www.ramgad.com/2008/04/10/rootserver-kernel-upgrading/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.ramgad.com/2008/04/10/rootserver-kernel-upgrading/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
