Explore >> Select a destination


You are here

kyrofa.com
| | ops.tips
2.1 parsecs away

Travel
| | Yet another blog post on how to create a virtual network that connects network namespaces using a brdige, veth pairs and iptables.
| | yepoleb.github.io
1.1 parsecs away

Travel
| | [AI summary] This guide explains how to set up transparent proxying with mitmproxy on a single VM using host-based networking and iptables for efficient traffic redirection and routing.
| | blogs.igalia.com
2.0 parsecs away

Travel
| | Technical articles about my work at Igalia
| | tthtlc.wordpress.com
20.0 parsecs away

Travel
| How to use QEMU to run a VM client, assuming that the kernel have kvm enabled and running? a. create rootfs image as your OS file image, with all the general GNU/Linux utilities: This is how I create the rootfs for Xenial (I copied and modified from Syzkaller project), using the debootstrap command mainly, but...