Explore >> Select a destination


You are here

crossqa.debian.net
| | javier.io
127.3 parsecs away

Travel
| | installing debian build dependencies the smart way
| | blog.jak-linux.org
15.2 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.
| | kzimmermann.0x.no
263.9 parsecs away

Travel
| | [AI summary] Klaus Zimmermann shares his experience transitioning from GNU/Linux to FreeBSD as a desktop OS, detailing the setup process, challenges, and usability of FreeBSD on the desktop.
| | www.augmentedmind.de
194.2 parsecs away

Travel
| Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.