Linux Kernel 2.6.37 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.37-020637_2.6.37-020637.201101050908_all.deb
  2. And more of that;

    I386: linux-headers-2.6.37-020637-generic_2.6.37-020637.201101050908_i386.deb

    AMD64: linux-headers-2.6.37-020637-generic_2.6.37-020637.201101050908_amd64.deb
  3. Download your kernel compile;

    I386: linux-image-2.6.37-020637-generic_2.6.37-020637.201101050908_i386.deb

    AMD64: linux-image-2.6.37-020637-generic_2.6.37-020637.201101050908_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)

And if you want, you can find the source here:

Facebook is the future

Aside

I foresee a bright future for Facebook, why? Keep on reading.

Hyves

On Hyves there is way too much advertisement on the homepage compared to FB and most of the time it has nothing to do with me. Facebooks advertisement is optimised on me and my interests and is therefore more interesting. Also it`s advertisement possibilities are much better.

The whole buzz (front page) idea is stolen from Facebook and it`s less than the original implementation. On FB its possible to eliminate spam caused by an app/plugin while on hyves you can only hide/delete users.

Hyves has less apps and barely any good games.Whereas on Facebook … You know what I mean.

More and more people I know are deleting their Hyves profile in favour of Facebook.

FourSquare

Last week I read an article about how many percent of the people are using geolocation sharing sites like foursquare. This percentage was about 4% of the online people.
With the release of HTML 5 and it`s Geolocation API it`s likely to see a change in the way geolocation sharing is used.

With the release of Facebook Places, in most countries, this percentage goes way up because everyone with a Facebook profile is able to use it without signing up. this also saves work in setting up the integration between several platforms. FourSquare tries to compensate this by using a Facebook login button on the site which makes it easier for Facebook users to use FourSquare.

The 4sq API is already integrated in much more devices and software than the FB Places API which is a major benefit.

Solaris 11 Express SAMP installation guide

Aside

To install Apache 2.2, PHP 5, MySQL 5.1, Perl 5.8 on Solaris 11 Express just follow these steps:

  1. Install Solaris 11 Express (I won`t provide help with this step)
  2. Start Solaris and login as the main user
  3. Start the terminal, if not done already
  4. su

    (and change the password)
  5. pkg refresh
  6. pkg install amp
  7. svcadm enable apache22
  8. svcadm enable mysql
  9. cd /var/apache2/2.2/htdocs
  10. rm index.html

All PHP files etc can be placed in /var/apache2/2.2/htdocs

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