ContentPosts from @rachelctripp..
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

eBPF Use Cases in Kubernetes

eBPF, short for Extended Berkeley Packet Filter, enables developers to execute custom code in the kernel without modifications. It enhances Kubernetes by improving observability, security, and networking through programmable, event-driven programs. Tools like Cilium and OpenTelemetry leverage eBPF t.. read more  

eBPF Use Cases in Kubernetes
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Here’s how carefully concealed backdoor in fake AWS files escaped mainstream notice

Researchers identified two fake AWS packages in the NPM JavaScript repository that backdoored developers' computers by hiding malicious code in JPG images processed during package installation. The packages, mimicking a legitimate AWS library, downloaded hundreds of times before removal, used stegan.. read more  

Here’s how carefully concealed backdoor in fake AWS files escaped mainstream notice
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

CrowdStrike offers a $10 apology gift card to say sorry for outage

CrowdStrike, after a botched update crashed millions of computers globally, offered $10 Uber Eats gift cards as an apology. These vouchers were later flagged as fraud and canceled. The faulty update affected approximately 8.5 million Windows devices, causing significant disruptions worldwide includi.. read more  

CrowdStrike offers a $10 apology gift card to say sorry for outage
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Linux Network Performance Ultimate Guide

Dive into the internal workings of Linux networking with Kien Nguyen-Tuan's comprehensive 28-minute read. This guide is an essential resource for understanding how Linux handles network packets, from reception to transmission. Perfect for network administrators and Linux enthusiasts aiming to optimi.. read more  

Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

How to set up Grafana Mimir using Ansible

Grafana Labs supports Ansible users through its Grafana Ansible collection, which now includes Grafana Mimir deployments. The collection helps administrators deploy and manage Grafana resources, including Mimir, across multiple Linux hosts. The Mimir role, available in the Grafana Ansible collection.. read more  

 Activity
@dragan_rakita added a new tool Microsoft Power Platform , 1 year, 4 months ago.
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Achieving privacy compliance with your CI/CD: A guide for compliance teams

CI/CD practices integrate code changes automatically and deploy them to testing or production environments, catching issues early to improve efficiency and quality. Checks adds automated privacy and compliance scanning to CI/CD pipelines, supporting platforms like GitHub, Jenkins, and GitLab. Benefi.. read more  

Achieving privacy compliance with your CI/CD: A guide for compliance teams
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

CrowdStrike and Microsoft: What we know about global IT outage

A tech failure caused global travel chaos and impacted banking and healthcare services. The issue has been identified as an update to CrowdStrike's antivirus software, affecting only Windows PCs. The fix requires manual rebooting in safe mode and airport operations have been heavily disrupted worldw.. read more  

CrowdStrike and Microsoft: What we know about global IT outage
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

CORS: the ultimate guide

Imagine visiting a website showing innocent kitten pictures. But behind all those cute feline creatures hides this website’s superpower. As soon as someone visits this website, the owner of the website gets access to all the visitor’s online presence. He gets access to your banking information, your.. read more  

CORS: the ultimate guide
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Real-Time DNS Monitoring

The post discusses implementing a DNS traffic monitoring system in Golang, capturing DNS queries and counting domain request frequencies. It employs Go libraries for web serving, packet capturing, and DNS parsing, updating query counts with thread safety using a mutex. The system provides real-time .. read more