Ubuntu Linux Kernel 4.2 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 4.2 (server and desktop/client) without compiling.

This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Mint. The included kernel files have been compiled using the generic Ubuntu configuration. The general packages are available for 32 bits systems (I386+) and 64 bits (AMD64). I will not provide low latency versions or ARMHF this time.

Installation Guide (GUI)

  1. Download the kernel headers package:

    http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200_4.2.0-040200.201508301530_all.deb
  2. And the appropriate package for your system
  3. And the accompanying compiled kernel image
  4. Install the files in the same order as downloaded above. So first install the headers (2 files) 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.2 branch and 4.3 release candidates in comments below.

My favourite Windows 10 Apps

I`ve been using Windows 10 for several days now. Here is my list of recommended apps:

  • Microsoft Jackpot
  • Microsoft Treasure Hunt
  • eBay
  • Facebook
  • 500px
  • Network Speed Test
  • Translator
  • Adobe Photoshop Express
  • Twitter
  • Amazon
  • WordPress
  • Microsoft Mahjong
  • Milligram
  • TuneIn Radio

Essential Foobar2000 plugins (update)

This post is an update for my 5 year old post Essential Foobar2000 plugins.

This is my list of recommended Foobar2000 plugins:

How-To Run Data Crow Server

First create a database location, by creating an empty folder in the filesystem, for example C:\DCdatabase\

Download and unzip the server package. for example in C:\

In dos, run:

C:\dc-server>datacrow-server64bit.exe -userdir:"C:\DCdatabase\" -webserverport:80

You can now login onto your local server on http://127.0.0.1/datacrow/

Username: SA
Password: (blank)

The full manual can be found at http://datacrow.net/manuals/data_crow_client_server_howto.pdf

Relocate iTunes on Windows

To relocate the iTunes Folder on Windows, creating a symlink:

Move the Music/iTunes folder to the drive you want to

Run cmd as Administrator

Run:
mklink /j “c:\users\ramon\music\iTunes” “d:\iTunes”

And replace Ramon and D: to the onces of choice