Linux Kernel 2.6.36 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 and 10.10 ) and most distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.

Installation Guide

  1. Download Download your kernel headers package; linux-headers-2.6.36-020636_2.6.36-020636.201010210905_all.deb

    I386: linux-headers-2.6.36-020636-generic_2.6.36-020636.201010210905_i386.deb

    AMD64: linux-headers-2.6.36-020636-generic_2.6.36-020636.201010210905_amd64.deb
  2. Download your kernel compile;

    I386: linux-image-2.6.36-020636-generic_2.6.36-020636.201010210905_i386.deb

    AMD64: linux-image-2.6.36-020636-generic_2.6.36-020636.201010210905_amd64.deb
  3. Install the files in the same order (else it won`t work!)
  4. In the terminal run:

    sudo update-grub
  5. Reboot and select the kernel from the bootloader menu

    If it`s not there check all steps (and ofcourse errors)

Linux Kernel 2.6.35 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 and 10.10 ) and most distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS, if you have these installed and up-to-date.

Installation Guide

  1. Download linux-headers-2.6.35-020635_2.6.35-020635_all.deb
  2. Download your kernel headers package;

    I386: linux-headers-2.6.35-020635-generic_2.6.35-020635_i386.deb

    AMD64: linux-headers-2.6.35-020635-generic_2.6.35-020635_amd64.deb
  3. Download your kernel compile;

    I386: linux-image-2.6.35-020635-generic_2.6.35-020635_i386.deb

    AMD64: linux-image-2.6.35-020635-generic_2.6.35-020635_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:

    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

    If it`s not there check all steps (and ofcourse errors)

For those who want to do their “own” compiles, the source is also available; linux-source-2.6.35_2.6.35-020635_all.deb

How-to setup Fedora 13 as LAMP server

Aside

This short guide demonstrates how to setup Fedora 13 as a LAMP server containing Apache, PHP, Perl, Python, Ruby and MySQL.

yum install httpd
yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-eaccelerator php-magickwand php-magpierss php-mapserver php-mbstring php-mcrypt php-mhash php-mssql php-shout php-snmp php-soap php-tidy curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel
yum install mysql mysql-devel mysql-server
yum install httpd-devel ruby ruby-devel
yum install mod_python
yum install mod_perl
yum install perl-HTML-Parser perl-DBI perl-Net-DNS perl-Digest-SHA1 perl-ExtUtils-AutoInstall perl-NetAddr-IP perl-Archive-Tar
/etc/init.d/httpd restart

Now you have got everything installed except for mod_ruby;

cd /tmp
wget http://modruby.net/archive/mod_ruby-1.3.0.tar.gz
tar zxvf mod_ruby-1.3.0.tar.gz
cd mod_ruby-1.3.0/
./configure.rb --with-apr-includes=/usr/include/apr-1
make
make install

/etc/init.d/httpd restart

You have to add mod_ruby by hand in /etc/httpd/conf.d/ruby.conf
By adding

LoadModule ruby_module modules/mod_ruby.so

Linux Kernel 2.6.34 installation guide for Ubuntu Linux 10.04

Aside

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (10.04 ) and all distributions based on these versions of Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS

Installation Guide

  1. Download linux-headers-2.6.34-020634_2.6.34-020634_all.deb
  2. Download your kernel headers package;

    I386:  linux-headers-2.6.34-020634-generic_2.6.34-020634_i386.deb

    AMD64: linux-headers-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  3. Download your kernel compile;

    I386:  linux-image-2.6.34-020634-generic_2.6.34-020634_i386.deb

    AMD64: linux-image-2.6.34-020634-generic_2.6.34-020634_amd64.deb
  4. Install the files in the same order (else it won`t work!)
  5. In the terminal run:

    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is also available; linux-source-2.6.34_2.6.34-020634_all.deb

Linux Kernel 2.6.33 installation guide for Ubuntu Linux

Aside

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (9.10) and all distributions based on Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: nVIDIA ForceWare drivers are automatically installed using DKMS (which is included in Ubuntu 8.10 and higher including 9.04 and 9.10)

And in case you don`t want to reboot you should try out Ksplice.

Installation Guide

  1. Download linux-headers-2.6.33-020633_2.6.33-020633_all.deb
  2. Download your kernel headers package;

    I386:  linux-headers-2.6.33-020633-generic_2.6.33-020633_i386.deb

    AMD64: linux-headers-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  3. Download your kernel compile;

    I386:  linux-image-2.6.33-020633-generic_2.6.33-020633_i386.deb

    AMD64: linux-image-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  4. Install the files in the same (else it won`t work!)
  5. In the terminal run:

    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is available here.