Ubuntu Linux kernel 4.20 installation guide

This installation guide describes how to install Linux Kernel 4.20 on Ubuntu Linux. This works 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.

This post is an update of “Ubuntu Linux kernel 4.19 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/

  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu

Ubuntu Linux kernel 4.19 installation guide

This installation guide describes how to install Linux Kernel 4.19 on Ubuntu Linux. This works 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.

This post is an update of “Ubuntu Linux kernel 4.18 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.19/

Installation Guide (GUI)

 

  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu

 

How-to install Docker on a Raspberry Pi

To install Docker on a Raspberry Pi running Raspbian OS, run the following script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Installing ICC color profiles on Windows

On a Windows computer, color profiles in ICS and WCS format are stored at C:\Windows\system32\spool\drivers\color

There are 3 major players in the color profiles industry:

Both offer their own presets and depending on the industry you work in, you need different profiles.
Common profiles include:

  • ICC: sRGB
  • ICC: ProPhotoRGB (known as ROMM RGB)
  • Adobe: AdobeRGB

Standard sRGB is installed  on your device. To install other profiles, download them from their respective developer.
Install by either copying to the directory mentioned above or by right-clicking and select install profile.

 

 

 

Ubuntu Linux kernel 4.18 installation guide

This installation guide describes how to install Linux Kernel 4.18 on Ubuntu Linux. This works 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.

This post is an update of “Ubuntu Linux kernel 4.17 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.18/

Installation Guide (GUI)