how to compile and replace ubuntu kernel】的更多相关文章

how to compile and replace ubuntu kernel 0. environment -ubuntu 1804 64bit 1. prepare source code sudo apt-get install linux-source or wget https://git.kernel.org/torvalds/t/linux-4.17-rc2.tar.gz (replace to your version) 2. set up tools sudo apt-get…
本文首发于个人博客https://kezunlin.me/post/c6ead512/,欢迎阅读! compile dlib on ubuntu 16.04 Series Part 1: compile dlib on windows 10 Part 2: compile dlib on ubuntu 16.04 Guide compile git clone https://github.com/davisking/dlib.git cd dlib && mkdir build &…
How to compile and install Linux Kernel 5.1.2 from source code Compiling a custom kernel has its advantages and disadvantages. However, new Linux user/admin find it difficult to compile Linux kernel. Compiling kernel needs to understand few things an…
本文首发于个人博客https://kezunlin.me/post/15f5c3e8/,欢迎阅读! compile opencv on ubuntu 16.04 Series Part 1: compile opencv on ubuntu 16.04 Part 2: compile opencv with CUDA support on windows 10 Part 3: opencv mat for loop Part 4: speed up opencv image processing…
本文首发于个人博客https://kezunlin.me/post/1e5d14ee/,欢迎阅读! compile opengv on ubuntu 16.04 Series compile opengv on windows 10 compile opengv on ubuntu 16.04 Guide install sudo apt-get install cmake libeigen3-dev git clone https://github.com/laurentkneip/openg…
1.download the android source code Reference from http://source.android.com/source/downloading.html follow the reference: Create the dir and export the PATH $ mkdir ~/bin $ PATH=~/bin:$PATH Download the repo $ curl https://dl-ssl.google.com/dl/google…
success: openjdk version "1.7.0-internal"OpenJDK Runtime Environment (build 1.7.0-internal-westward_2017_03_19_14_20-b00)OpenJDK 64-Bit Server VM (build 24.0-b56, mixed mode)…
http://blog.packagecloud.io/eng/2016/06/22/monitoring-tuning-linux-networking-stack-receiving-data/ Jun 22, 2016 • packagecloud Tags: packagecloud linux kernel networking optimization tuning monitoring TL;DR This blog post explains how computers runn…
本文首发于个人博客https://kezunlin.me/post/281dd8cd/,欢迎阅读! guide to compile and install poco cpp library on ubuntu 16.04 Series guide to compile and install poco cpp library on windows guide to compile and install poco cpp library on ubuntu 16.04 Guide apt-ge…
http://lwn.net/Articles/507276/ From: Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b-AT-public.gmane.org> To: Dave Jones <davej-H+wXaHxf7aLQT0dZR+AlfA-AT-public.gmane.org>, Greg Kroah-Hartman <greg-U8xfFu+wG4EAvxtiuMwx3w-AT-publi…