Patrick Schleizer

Results 162 issues of Patrick Schleizer

For now, grml-debootstrap only supports the creation of bootable VM images. It would be nice if it could also create bootable ISOs. There is also [grml-live](https://github.com/grml/grml-live) which can create ISOs...

https://gitlab.torproject.org/tpo/core/tor/-/issues/40892

[virtio-rng](https://wiki.qemu.org/Features/VirtIORNG) seems conceptually nice. Unfortunately as far as I know, it is only available for QEMU / KVM. Should Xen, VirtualBox implement something similar to virtio-rng? To shut down any...

This repository `libnginx-mod-http-early-hints` was ahead of it's time but it's prime time might be coming? HTTP/2 Server Push (the `link:` HTTP header) has been deprecated: * https://developer.chrome.com/blog/removing-push/ It is being...

Since you mentioned in readme... > ## Note: CGroups > > Linux now supports the CGroups feature, which is a much better method to track > memory and time usage...

Threat model: * website is more trusted * mirrors / CDNs are less trusted Under this threat model it would make sense if something similar to subresource integrity could be...

redsocks uses quotes for login and password but redudp uses no quotes for login and password. Assuming this inconsistency is a bug.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99900 Quote: > I've no idea whether the (not merged) ia16 port can do this, or whether > the person currently maintaining a version of that port for GCC 6...

https://0pointer.net/blog/mkosi-a-tool-for-generating-os-images.html > When you tell mkosi to generate a bootable image for you, it will make it bootable on EFI, not on legacy BIOS. This is outdated. mkosi is now...

https://systemd.io/INITRD_INTERFACE/ > Oh, and one last question before closing: instead of implementing these features in your own distro’s initrd, may I suggest just using Dracut instead? It’s all already implemented...