Latest Kernel for Debian AMD64 Server

Latest Kernel for Debian AMD64 Server

Latest Kernel for Debian AMD64 Server (1&1, 1 and 1, 1 und 1) can always be found in this sections as we are regularly compiling the sources from kernel.org for AMD64 1&1 Servers. 1and1 (1 und 1) have as well resources to some kernel versions, but they are missing the latest updates.

Usually updates are published latest one week after the sources appeared on kernel.org.

Below is the latest Debian Kernel Upgrade 3.8.4 - You have to download the file, unzip it and install via the console by executing:

dpkg -i filename.deb

[wpfilebase tag="file" id=32/]

All kernels can be found in the download section.

Upon user request we are adding (starting with release 3.7.3) a separate download of the kernel headers. Since February 2013 we changed the download files as such that with release 3.7.3 they do include the header files. With Kernel release 3.8.x all kernel files including sources will be included.

It has to be noted that all kernels are compiled for AMD64 1&1 Servers. The kernels might work on a different platform but most likely they won’t. You need in this case to get different kernels or compile a kernel by your own.

Having always the latest kernel for Debian AMD64 Server installed will significantly increase the security of your system and performance.

Please post a comment in case you are encountering any issues with our kernels or if you are requesting further information.

 

php eAccelerator on Debian Etch/Lenny

php eAccelerator on Debian Etch/Lenny

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 your PHP code by 1-10 times.

You can find on Andrew’s side pages the php eaccelerator package for Debian Etch. Following this link brings you to his repository.

add deb http://debian.mcmillan.net.nz/debian etch awm
to your bin section of /etc/apt/sources.list

The following commands are needed to add Andrew’s key to your aptitude:
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

You have to edit your /etc/php5/apache2/php.ini and add the following lines at the end:
[eAccelerator]
extension=”eaccelerator.so”
eaccelerator.shm_size=”32″
eaccelerator.cache_dir=”/tmp”
eaccelerator.enable=”1″
eaccelerator.optimizer=”1″
eaccelerator.check_mtime=”1″
eaccelerator.debug=”0″
eaccelerator.filter=”"
eaccelerator.shm_max=”0″
eaccelerator.shm_ttl=”0″
eaccelerator.shm_prune_period=”0″
eaccelerator.shm_only=”0″
eaccelerator.compress=”1″
eaccelerator.compress_level=”9″

Finally just restart your Apache2 server for the changes to take effect.
Debian:~# /etc/init.d/apache2/ force-reload

Rootserver upgrade to Debian Etch

Rootserver upgrade to Debian Etch

As of February 2008 1&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&1 ControlCenter link.
After first login you can check your Kernel-Version with the following command:

:/# uname -mrs
Output: Linux 2.6.20.21-071108a x86_64

Check the installed Debian Version as follows:

:/# cat /etc/debian_version
Output: 3.1

Updating from Sarge (3.1) to Etch (4.0) – I prefer aptitude nowadays to

Follow

Get every new post delivered to your Inbox.

Join 272 other followers