/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.mbrt.dev
| | ops.tips
1.4 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.
| | blog.quarkslab.com
1.4 parsecs away

Travel
| | [AI summary] The provided text discusses the use of Linux namespaces to isolate network stacks, enabling the creation of isolated environments for processes. It covers topics such as network namespaces, virtual interfaces, bridges, and iptables rules to enable communication between namespaces and the outside world. The text also touches on other namespaces like USER, MNT, UTS, IPC, and CGROUP, and references various resources for further reading.
| | osamaelnaggar.com
4.0 parsecs away

Travel
| | My in-depth review of Liz Rice's Container Security book
| | shapeshed.com
18.5 parsecs away

Travel
| Tutorial on using watch, a UNIX and Linux command for executing a program periodically and showing a fullscreen output. Examples of watching a file download, a network interface come up, and showing the five most CPU intensive processes.