Explore >> Select a destination


You are here

ariadne.space
| | ops.tips
1.5 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.
| | vincent.bernat.ch
2.2 parsecs away

Travel
| | On Linux, a network bridge without any IP address configured will still process IP packets. How to disable such a feature?
| | blog.oddbit.com
2.4 parsecs away

Travel
| | Last week, Oskar Stenberg asked on Unix & Linux if it were possible to configure connectivity between two networks, both using the same address range, without involving network namespaces. That is, given this high level view of the network... ...can we set things up so that hosts on the "inner" network can communicate with hosts on the "outer" network using the range 192.168.3.0/24, and similarly for communication in the other direction?
| | blog.adnansiddiqi.me
14.6 parsecs away

Travel
| The main goal of software developers is to create high-quality products with the required functionality. At the same time, this product creation shouldn't cost a fortune. One of the effective methods used to speed up the process of creating software and reduce its cost is test-driven development, which offers a pool of benefits to both