Explore >> Select a destination


You are here

javier.io
| | nikdoof.com
18.9 parsecs away

Travel
| | [AI summary] A tutorial explaining how excessive package dependencies are installed by default in Debian-based systems and providing configuration tips to control this behavior.
| | a3nm.net
13.9 parsecs away

Travel
| | [AI summary] A guide on how to manually compile and install custom Debian packages for a specific Mesa graphics library version using uscan, uupdate, and pbuilder to resolve system crashes.
| | blog.jak-linux.org
14.7 parsecs away

Travel
| | I just uploaded APT 1.6 alpha 1, introducing a very scary thing: Seccomp sandboxing for methods, the programs downloading files from the internet and decompressing or compressing stuff. With seccomp I reduced the number of system calls these methods can use to 149 from 430. Specifically we excluded most ways of IPC, xattrs, and most importantly, the ability for methods to clone(2), fork(2), execve(2), and execveat(2). Yes, that's right - methods can no longer execute programs.
| | offlinemark.com
46.2 parsecs away

Travel
| Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1: