Linux Kernel 3.0 installation guide for Ubuntu Linux

Aside

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

This tutorial should work with the latest version of Ubuntu Linux (10.04 LTS, 11.04 and 11.10) and most distributions based on these versions of Ubuntu Linux including Mint.

The included kernel files have been compiled using the generic ubuntu configuration.
Note: ATI, Intel and NVIDIA drivers are automatically installed using DKMS, if you have these installed and up-to-date. Else … don`t blaim me.

Installation Guide

  1. Download the kernel headers package;
    linux-headers-3.0.0-0300_3.0.0-0300.201107220917_all.deb
  2. And the appropriate package for your system
    AMD64: linux-headers-3.0.0-0300-generic_3.0.0-0300.201107220917_amd64.deb
    I386: linux-headers-3.0.0-0300-generic_3.0.0-0300.201107220917_i386.deb
  3. And the accompanying compiled kernel;
    AMD64: linux-image-3.0.0-0300-generic_3.0.0-0300.201107220917_amd64.deb
    I386: linux-image-3.0.0-0300-generic_3.0.0-0300.201107220917_i386.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 of course for errors)

The source can be found on www.kernel.org

Excel 2007-2010 for staticians and scientists

Aside

When using Microsoft Excel 2007 or 2010 for statistics and scientific purposes I can recommend the following books:

  1. Microsoft® Excel® 2010 Inside Out (ISBN13: 9780735626881)
  2. Microsoft® Excel® 2010: Data Analysis and Business Modeling, Third Edition (ISBN13: 9780735643369)
  3. Microsoft® PowerPivot for Excel® 2010 (ISBN13: 0790145300546)

The first book introduces you from the basics into advanced functions of Excel.

The second book introduces data analysis and modelling tools. The examples are for commercial targets but you should be able to adapt them to your own needs.

The third book teaches you Pivot tables using the PowerPivot Add-in for complex projects.