The Ramonologue

Weblog of Ramon van Belzen, webdesigner, programmer, laboratory technician

  • Home
  • About Me
  • Contact
  • Code
  • Photos
  • Reviews
  • Music
  • WordPress Plugins

Ubuntu Linux kernel 4.8 installation guide

03/10/2016 Leave a Comment

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.

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

Installation Guide (GUI)

  1. Download the kernel headers package:
    linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb
  2. And the appropriate headers package for your system (choose yours)
    • AMD64: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
    • i386: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_i386.deb
    • ARMHF: linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_armhf.deb
    • ARM64:  linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_arm64.deb
    • PowerPC (ppc64el):  linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_ppc64el.deb
  3. And the kernel image  (choose yours)
    • AMD64: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
    • i386: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_i386.deb
    • ARMHF: linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_armhf.deb
    • ARM64:  linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_arm64.deb
    • PowerPC (ppc64el):  linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_ppc64el.deb
  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.8 branch and 4.9 release candidates in comments below.

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Kernel, Linux, Ubuntu

Ubuntu Linux kernel 4.7 installation guide

26/07/2016 Leave a Comment

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.7/linux-headers-4.7.0-040700_4.7.0-040700.201607241632_all.deb 
  2. And the appropriate headers package for your system (choose yours)
    • AMD64: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_amd64.deb
    • ARMHF: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_armhf.deb
    • I386: linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_i386.deb
    • PowerPC: linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_ppc64el.deb
  3. And the kernel image  (choose yours)
    • AMD64: linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_amd64.deb
    • ARMHF: linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_armhf.deb
    • I386: linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_i386.deb
    • PowerPC: linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_ppc64el.deb
  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.7 branch and 4.8 release candidates in comments below.

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, Ubuntu

How-to Install PHP 7 on a Raspberry Pi

17/07/2016 Leave a Comment

This short guide describes how to install PHP 7 on a Raspberry Pi running Raspbian Linux as operating system.

Edit the apt sources list, /etc/apt/sources.list
sudo nano /etc/apt/sources.list

Add the following lines to the file:

deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free
#deb-src http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free

Run the following commands in the terminal. You need superuser (root) access.

su
gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851
gpg --armor --export CCD91D6111A06851 | sudo apt-key add -
apt-get update
apt-get install php7.0 php7.0-curl php7.0-gd php7.0-imap php7.0-json php7.0-mcrypt php7.0-mysql php7.0-opcache php7.0-xmlrpc

And if you want to install Apache 2 + mod_php:
apt-get install apache2 libapache2-mod-php7.0

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, PHP, Raspberry Pi, Raspbian

How-to Install Webmin on a Raspberry Pi (updated)

16/07/2016 Leave a Comment

This post will tell you how to install Webmin,a web-based interface for system administration for Unix (including  Raspbian).

This post is an update of How-to Install Webmin on a Raspberry Pi

Run the following commands in the terminal. You need superuser (root) access.

Dependancies
su
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Installation
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.801_all.deb
dpkg --install webmin_1.801_all.deb
rm webmin_1.801_all.deb

Automatic updates
cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

Edit the /etc/apt/sources.list file on your system and add the following line:
deb http://download.webmin.com/download/repository sarge contrib

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Linux, Raspberry Pi, webmin

Ubuntu Linux kernel 4.6 installation guide

16/05/2016 Leave a Comment

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)
    • AMD64: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_amd64.deb
    • ARMHF: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_armhf.deb
    • I386: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_i386.deb
    • PowerPC: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_ppc64el.deb
  3. And the kernel image  (choose yours)
    • AMD64: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_amd64.deb
    • ARMHF: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_armhf.deb
    • I386: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_i386.deb
    • PowerPC: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_ppc64el.deb
  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.

Share

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to print (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • More
  • Click to share on Telegram (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Share on Skype (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Google+ (Opens in new window)
  • Click to share on Reddit (Opens in new window)

Filed Under: Computers Tagged With: Kernel, Linux, Ubuntu

  • 1
  • 2
  • 3
  • …
  • 14
  • Next Page »

About Me

About Me

Hello there, I`m Ramon van Belzen, online known as Ramoonus. I'm currently 27 years old. I live in Vlissingen, Zeeland, the Netherlands, Europe.I`ve got a … Read more

My Profiles

  • 
  • 
  • 
  • 
  • 
  • 
  • 
  • 

Categories

  • Books
  • Chemistry
  • Computers
    • Internet Of Things
    • Robotics
  • Games
  • Music
  • Personal
  • Webdesign

Tags

AJAX Apache Bash Bevrijdingsfestival Zeeland Chrome CSS Debian Facebook Fedora festival onderstroom Foobar2000 git GitHub GNOME Google HTML5 Inkscape JavaScript Joomla jQuery Kernel Linux Magic: The Gathering Microsoft Microsoft Office mIRC MySQL nVIDIA Onderstroom Festival OpenSolaris Opera Outlook packt publishing Perfect Pitch Perl PHP Raspberry Pi Raspbian SEO SVG Twitter Ubuntu Windows WooCommerce WordPress

RSS Jukebox

  • Oxide & Neutrino – Marimba
  • Sir Spyro – Topper Top ft. Teddy Bruckshot, Lady Chann and Killa P
  • Maan – Perfect World (Prod. by Hardwell)
  • Fifth Harmony – Work from Home ft. Ty Dolla Sign
  • Chase & Status – Control ft. Slaves
  • P Money – 10/10
  • Sir Spyro – Side By Side (feat. Big H, Bossman Birdie & President T)
  • SIR SPYRO ft FOOTSIE – NIGHT SHIFT
  • Books
  • Chemistry
  • Games
  • Music
  • Personal
  • Computers
  • Webdesign

Copyright © 2016 · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.