HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jtlebigot

no profile record

Submissions

Introduction to UEFI HTTP(s) Boot with QEMU/OVMF

blog.yadutaf.fr
113 points·by jtlebigot·पिछला माह·33 comments

Canonical/Ubuntu have been under DDoS

status.canonical.com
220 points·by jtlebigot·2 माह पहले·71 comments

Ubuntu website and repositories outage due to DDoS

twitter.com
9 points·by jtlebigot·2 माह पहले·3 comments

Nullfs has been merged for Linux 7.0

phoronix.com
4 points·by jtlebigot·5 माह पहले·2 comments

Bible and Quran apps flagged NSFW by F-Droid

forum.f-droid.org
125 points·by jtlebigot·9 माह पहले·180 comments

Building a "Yogurt Phone" with eBPF and netkit: a surprisingly deep rabbit hole

blog.yadutaf.fr
3 points·by jtlebigot·10 माह पहले·0 comments

Introduction to Linux Netkit interfaces – with a grain of eBPF

blog.yadutaf.fr
12 points·by jtlebigot·पिछला वर्ष·0 comments

Introduction to Talos, the Kubernetes OS

blog.yadutaf.fr
4 points·by jtlebigot·2 वर्ष पहले·0 comments

comments

jtlebigot
·5 माह पहले·discuss
This may sound silly, but this makes a real difference. Until this, it was not possible to run standard containers like Docker or Podman in an initramfs without ugly tricks (like using chroot instead of pivot_root, or mounting the root over itself before starting init).

This makes the initramfs rootfs un-special. Aside from being volatile, but this is a design decision.