Explore >> Select a destination


You are here

www.dbaglobe.com
| | inspirated.com
1.7 parsecs away

Travel
| | I needed to block some flows on OpenWRT from the Bro IDS. One option was to install the recent module for expiring iptables rules which sounded like an overkill. After some tinkering around I landed on using bash and at to expire the firewall rules after timeouts (luckily the at daemon was available on OpenWRT
| | perkin.org.uk
1.7 parsecs away

Travel
| | [AI summary] The post provides a custom shell script for automating iptables firewall configuration on Debian and Ubuntu systems.
| | developernote.com
2.4 parsecs away

Travel
| | [AI summary] A developer shares a step-by-step guide on configuring Docker and iptables to isolate OpenVPN clients so they cannot see each other while maintaining connectivity to the internet.
| | blog.nuculabs.de
36.9 parsecs away

Travel
| I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: