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

Linux 6.12 To Optionally Display A QR Code During Kernel Panics

Optional support for displaying a QR code within the DRM Panic handler has been submitted for Linux 6.12 via DRM-Misc-Next. This feature captures kernel panic information more effectively and is written in Rust, requiring the Rust kernel build to be enabled. It is controlled by the DRMPANICSCREENQRC.. read more  

Linux 6.12 To Optionally Display A QR Code During Kernel Panics
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Debian 12.7 Released With Many Security

Debian 12.7 includes updated AMD CPU microcode, fixes for remote code execution vulnerabilities in Calibre, potential code execution issues in dcm2nix, and other minor fixes like buffer overflow issues. Full details and downloads are available on Debian.org... read more  

Debian 12.7 Released With Many Security
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

AI Code Review Tool — CodeRabbit Replaces Me And I Like It

CodeRabbit is a productivity tool that offers AI-powered code reviews. It can learn from your codebase and code reviews, suggesting improvements based on patterns it recognizes, such as import organization. The tool can process the entire project, not just individual files, allowing for more compreh.. read more  

AI Code Review Tool — CodeRabbit Replaces Me And I Like It
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Avoiding Kubernetes Pod Topology Spread Constraint Pitfalls

The Wise Cloud Platform squad uses Pod Topology Spread Constraints to ensure services on Kubernetes clusters in AWS are resilient without incurring significant costs. Misconfigured constraints can lead to unintended Pod skew, particularly during deployments, reducing system resilience in case of Ava.. read more  

Avoiding Kubernetes Pod Topology Spread Constraint Pitfalls
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Amazon Redshift Serverless now supports AWS PrivateLink

Amazon Redshift Serverless now supports AWS PrivateLink to connect directly to Amazon Redshift Serverless services within a VPC. This eliminates the need for public IP addresses and enhances security by keeping communications within the AWS network. Available in all AWS regions where Amazon Redshift.. read more  

Amazon Redshift Serverless now supports AWS PrivateLink
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

PostgreSQL databases under attack

Poorly protected PostgreSQL databases on Linux are being compromised by cryptojacking attackers who brute-force access credentials. Attackers create high-privilege user roles, strip compromised roles of superuser privileges, and deploy two payloads:PG_Core, which removes cron jobs and kills competin.. read more  

PostgreSQL databases under attack
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

IntelOwl: Open-source threat intelligence management

IntelOwl is an open-source platform for large-scale threat intelligence management, integrating numerous online analyzers and advanced malware analysis tools. It offers a customizable framework with full-fledged REST APIs and official client libraries, making it highly adaptable for SOC integration .. read more  

IntelOwl: Open-source threat intelligence management
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Measuring meaningful availability / uptime of Wise

Wise aims to build the best way to move and manage money, with product uptime being crucial for transparency and convenience. They focus on measuring availability and uptime to provide a meaningful representation of user experience. Wise uses both synthetic testing and real-world user interactions t.. read more  

Measuring meaningful availability / uptime of Wise
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

What every SRE should know about GNU/Linux resolvers and Dual-Stack applications

The post explores the complexities of GNU/Linux resolvers in the context of dual-stack applications. It dives into the interactions of stub resolvers with name service switches, IPv4 and IPv6 address handling, and network routing issues. Tools and solutions such as Nginx, Envoy, and HAProxy are disc.. read more  

What every SRE should know about GNU/Linux resolvers and Dual-Stack applications
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

20 Patterns to Master Dynamic Programming

Dynamic Programming (DP) is a challenging topic for coding interviews. Understanding different patterns can help solve a variety of problems efficiently. Here are 20 patterns, from easy to hard, with links to practice problems on LeetCode for each one... read more  

20 Patterns to Master Dynamic Programming