|
You are here |
blog.nunosenica.com | ||
| | | | |
nathanchance.dev
|
|
| | | | | As a Linux kernel developer, I will often need to build and boot new kernels to hunt down issues or test new functionality for regressions. While it is possible to manually install these kernels on machines, it is easiest to use the distribution's package manager, as the kernel does not need to be built on the machine it is being installed on. With .deb and .rpm-based systems, it is easy to build a kernel package within the kernel source itself, using the bindeb-pkg and binrpm-pkg targets respectively. However, for Arch Linux, my distribution of choice, that is not so simple. Furthermore, when doing certain types of development, such as bisecting an issue, it is more convenient to do all the building in an actual source tree, rather than one that is managed ... | |
| | | | |
www.grendelman.net
|
|
| | | | | [AI summary] A guide on compiling kernel modules for Raspbian on a Raspberry Pi, addressing the need for the Module.symvers file and providing steps to build the kernel source. | |
| | | | |
ariya.io
|
|
| | | | | Debian is well known for its legendary stability. These days, with the help of Windows Subsytem for Linux (WSL), Debian's rich sets of tools and utilities are also available to millions of Windows users. | |
| | | | |
taylorbrazelton.com
|
|
| | | [AI summary] The article discusses techniques to significantly reduce Docker image size by avoiding recommended packages, using .dockerignore, merging commands, cleaning caches, and employing tools like multistage builds and Alpine Linux. | ||