Zeek: Using Zeek with AWS Traffic Mirroring and Kafka
AWS provides a feature that allows mirroring your infrastructure’s network traffic to a separate system for analysis purposes. This is called AWS Traffic Mirroring. If you’d like to use…
The problem
This week at work while upgrading a hypervisor from Bullseye to Bookworm, the
automatic provisioning failed. Upon closer inspection, it became clear the
failure was caused by the machine not having network connectivity after the
first step of provisioning.
Upon closer inspection, things became clearer: the predictable interface names
had changed.
On a Bullseye host of the same model we have:
2: enp65s0f0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether f8:f2:1e:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet6 fe80::faf2:1eff:xxxx:xxxx/64 scope link
valid_lft forever preferred_lft forever
3: enp65s0f1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether f8:f2:1e:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet6 fe80::faf2:1eff:xxxx:xxxx/64 scope link
valid_lft forever preferred_lft forever
On the Bookworm host we have:
In the world of containerization, Docker has emerged as a dominant platform, enabling developers to package applications and their dependencies into lightweight, portable containers. Alpine Linux, a lightweight and security-focused Linux distribution, has become a popular choice as a base image for Docker containers. Its small size, fast boot times, and minimal resource usage make it ideal for building efficient and secure Docker images. This blog post will explore the fundamental concepts of Alpine Linux Docker, its usage methods, common practices, and best practices.
Complete guide to install and configure pgvector for PostgreSQL 16. Build AI-powered vector databases for semantic search, RAG applications, and embeddings storage with step-by-step examples.
Terraform init, plan and apply have distinct performance bottlenecks. Here’s a breakdown of each phase, what makes it slow, and what you can do about it.
[Youtube] "unable to download video data: HTTP Error 403: Forbidden" with `android_sdkless` formats · Issue #15712 · yt-dlp/yt-dlp
EDIT BY MAINTAINER: Fixed in latest release. Update! Checklist I'm reporting that yt-dlp is broken on a supported site I've verified that I have updated yt-dlp to nightly or master (update instruct...