My favorite Windows PC maintenance tools

For daily and periodic pc cleaning (Windows) I use the following tools:

Ubuntu Linux Kernel 3.17 installation guide

This short walkthrough describes how to install the Ubuntu Linux Kernel 3.17 (server and  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 packages are available for 32 bits systems (I386+) and 64 bits (AMD64)

Installation Guide (GUI)

  1. Download the kernel headers package:

    http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/linux-headers-3.17.0-031700_3.17.0-031700.201410060605_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 3.16 branch and 3.17 release candidates in comments below.

Security should be silent

I hear and see a lot of people talking about the programs, tools and strategies they use for digital security. For safety you should actually keep this to yourself and tell others on a need-to-know basis. The weakest link in many security things are still humans.

So do me a favor. Stop talking to security software and bank accounts on social media.

Ubuntu Linux Kernel 3.16 installation guide

This short walkthrough describes how to install the Ubuntu linux kernel 3.16 on Ubuntu Linux (server and  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.

Installation Guide (GUI)

  1. Download the kernel headers package:

    http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.16-utopic/linux-headers-3.16.0-031600_3.16.0-031600.201408031935_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 3.16 branch and 3.17 release candidates in comments below.