Ubuntu Linux kernel 4.6 installation guide

This installation guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

Installation Guide (GUI)

  1. Download the kernel headers package:

    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201605151930_all.deb
  2. And the appropriate headers package for your system (choose yours)
  3. And the kernel image  (choose yours)
  4. Install the files in the same order as downloaded above. So first install the headers (generic and CPU) and finally the image (1 file).
  5. In the terminal run:

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

I will post the latest version of the 4.6 branch and 4.7 release candidates in comments below.

Essential Foobar2000 components (summer 2016 update)

To enhance my Foobar2000 music player I use the following components (plugins or extensions if you like).
This is an update for my earlier post Essential Foobar2000 plugins (update)

Disable isatap teredo and 6to4 on Windows 7-8-10

To disable isatap and the teredo tunneling adapter on Windows 7 / 8 / 10, run the dos terminal as administrator (cmd.exe), and run:

netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh interface teredo set state disable

Ramon.js in TypeScript

After a presentation about TypeScript last week at Code by the Sea, I`ve decided to make Ramon.js from now on in TypeScript.

This means that the main file will be ramon.ts which will render ramon.js (and ramon.min.js)

PhpStorm and Git on Windows

To use Git under Windows on JetBrains PHPStorm you`ll need to install the Git for Windows Client first.
This file can be found at https://git-scm.com/download/win