Tagged articles

security

2428 articles · Page 6 of 25
Java Web Project
Java Web Project
Dec 25, 2025 · Databases

How to Super‑Optimize Druid Connection Pool in Spring Boot for Production

This guide walks through preparing the environment, fine‑tuning core Druid parameters, managing connection lifecycles, building a monitoring stack, hardening security, detecting leaks, applying advanced runtime tweaks, and avoiding common pitfalls to achieve stable, high‑performance database pooling in Spring Boot.

DruidPerformance TuningSpring Boot
0 likes · 12 min read
How to Super‑Optimize Druid Connection Pool in Spring Boot for Production
Architecture Digest
Architecture Digest
Dec 25, 2025 · Artificial Intelligence

MCP Explained: The Universal ‘Connector’ Turning AI Models into Extensible Agents

This article introduces the Model Context Protocol (MCP), a universal standard that lets large language models seamlessly connect to databases, APIs, local files, and third‑party services, explains its architecture, core primitives, practical Python implementation, trade‑offs, security considerations, and how it compares with other integration approaches.

AIModel Context ProtocolPython
0 likes · 13 min read
MCP Explained: The Universal ‘Connector’ Turning AI Models into Extensible Agents
Architect Chen
Architect Chen
Dec 25, 2025 · Information Security

Understanding Single Sign-On (SSO): Architecture, Components, and Workflow

This article explains the fundamentals of Single Sign-On (SSO), detailing its centralized authentication principle, the roles of CAS Server, CAS Client, and browser, and walks through the complete login flow with diagrams and code snippets for distributed systems.

AuthenticationCASDistributed Systems
0 likes · 4 min read
Understanding Single Sign-On (SSO): Architecture, Components, and Workflow
Java Companion
Java Companion
Dec 25, 2025 · Backend Development

Druid Crashed in Production? How to Optimize the Spring Boot Connection Pool

The article explains why Druid can fail in a live Spring Boot service and provides a comprehensive, step‑by‑step optimization guide covering core pool parameters, monitoring setup, security hardening, leak detection, dynamic tuning, and best‑practice pitfalls to achieve stable, high‑performance database connections.

DruidJavaPerformance Tuning
0 likes · 12 min read
Druid Crashed in Production? How to Optimize the Spring Boot Connection Pool
Ray's Galactic Tech
Ray's Galactic Tech
Dec 24, 2025 · Backend Development

Master Production-Ready Nginx Server Configurations: Templates & Best Practices

This guide explains why most Nginx server setups fail, presents a core server template, walks through five real‑world scenarios with complete configuration snippets, and adds performance, security, and monitoring tips so you can copy a production‑grade Nginx configuration instantly.

Performance OptimizationReverse ProxyServer configuration
0 likes · 8 min read
Master Production-Ready Nginx Server Configurations: Templates & Best Practices
Architecture Digest
Architecture Digest
Dec 24, 2025 · Databases

Mastering Druid: Extreme Performance and Security Tuning in Spring Boot

This guide walks through step‑by‑step how to prepare the environment, fine‑tune core Druid connection‑pool parameters, set up comprehensive monitoring, harden security, detect leaks, and apply advanced runtime optimizations to achieve stable, high‑throughput database access in Spring Boot applications.

DruidPerformance TuningSpring Boot
0 likes · 13 min read
Mastering Druid: Extreme Performance and Security Tuning in Spring Boot
Ray's Galactic Tech
Ray's Galactic Tech
Dec 23, 2025 · Operations

20 Essential Kubernetes Ops Tips to Keep Production Clusters Stable

This guide compiles twenty practical Kubernetes operations tips drawn from real‑world production experience, covering high availability, performance tuning, monitoring, automation, security, and advanced learning to help teams build and maintain reliable, resilient clusters.

High AvailabilityOpsmonitoring
0 likes · 8 min read
20 Essential Kubernetes Ops Tips to Keep Production Clusters Stable
Amazon Cloud Developers
Amazon Cloud Developers
Dec 22, 2025 · Information Security

How to Secure Agentic AI: Identity Authentication and Authorization Strategies

This guide analyzes recent Agentic AI security incidents, explains core identity concepts, compares 2‑leg and 3‑leg OAuth flows, highlights the confused‑deputy problem, and presents Amazon Bedrock AgentCore Identity solutions with concrete code and deployment steps to build a trustworthy end‑to‑end authentication and authorization system.

Agentic AIAmazon BedrockIdentity Management
0 likes · 28 min read
How to Secure Agentic AI: Identity Authentication and Authorization Strategies
Node.js Tech Stack
Node.js Tech Stack
Dec 22, 2025 · Backend Development

Deno 2.6 Introduces dx: An npx‑Like Tool with Enhanced Security

Deno 2.6 adds the dx command as an npx‑compatible runner for npm and JSR binaries, tightens security with the new deno audit command and fine‑grained permission flags, speeds up TypeScript checking via the Go‑based tsgo, and improves Node.js compatibility with built‑in @types/node and a --require flag.

DenoNode.js compatibilityTypeScript
0 likes · 6 min read
Deno 2.6 Introduces dx: An npx‑Like Tool with Enhanced Security
Java Tech Enthusiast
Java Tech Enthusiast
Dec 21, 2025 · Information Security

Ultimate Guide to Common Network Ports, Attack Vectors, and Defense Strategies

This article explains what network ports are, classifies well‑known, registered and dynamic ports, demonstrates scanning tools and commands, details common attack techniques such as buffer overflow, DoS and MITM, and provides practical hardening recommendations for the most frequently targeted ports.

Vulnerabilityattack methodsdefense
0 likes · 29 min read
Ultimate Guide to Common Network Ports, Attack Vectors, and Defense Strategies
BirdNest Tech Talk
BirdNest Tech Talk
Dec 21, 2025 · Industry Insights

How Agent Skills and MCP Are Redefining Enterprise AI in 2025

The report analyzes the rapid emergence of Claude Skills and OpenAI's Agentic Commerce Protocol, detailing their technical architectures, benchmark performance, cross‑platform compatibility, enterprise adoption metrics, security challenges, and strategic implications for businesses entering the agentic AI era.

AI AgentsAgentic AIClaude Skills
0 likes · 20 min read
How Agent Skills and MCP Are Redefining Enterprise AI in 2025
Ray's Galactic Tech
Ray's Galactic Tech
Dec 17, 2025 · Cloud Native

8 Proven Ways to Authenticate Private Images in Kubernetes

This guide explains why image pull authentication is essential in Kubernetes, describes common errors like ErrImagePull, and provides eight practical solutions—from creating Docker registry secrets with kubectl to leveraging cloud IAM integrations, Kustomize, Helm, External Secrets Operator, and CI/CD automation—plus troubleshooting tips and security best practices.

CloudNativeDockerRegistryImagePullSecrets
0 likes · 10 min read
8 Proven Ways to Authenticate Private Images in Kubernetes
Amazon Cloud Developers
Amazon Cloud Developers
Dec 17, 2025 · Artificial Intelligence

Agentic AI Guide: Choosing the Right Dedicated Sandbox Environment

This article analyzes why modern AI agents need isolated sandbox environments, outlines the two main use cases—code execution and visual interaction—details technical requirements such as easy integration, lifecycle management, and strict security, compares container versus micro‑VM approaches, and provides practical guidance for selecting the best sandbox solution on AWS.

AWSAgentCoreAgentic AI
0 likes · 28 min read
Agentic AI Guide: Choosing the Right Dedicated Sandbox Environment
Ray's Galactic Tech
Ray's Galactic Tech
Dec 15, 2025 · Databases

Mastering Database Design: From Core Principles to Modern Distributed Practices

This comprehensive guide walks you through fundamental database design goals, a step‑by‑step lifecycle, nine essential strategies—including normalization, indexing, and security—plus modern distributed and NoSQL considerations, performance tuning, high‑availability tactics, and practical tools for robust data governance.

Data GovernanceNoSQLPerformance Optimization
0 likes · 11 min read
Mastering Database Design: From Core Principles to Modern Distributed Practices
ITPUB
ITPUB
Dec 14, 2025 · Cloud Native

What Can Replace MinIO? A Deep Dive into Ceph, SeaweedFS, Garage, and RustFS

With MinIO entering maintenance mode, this article evaluates open‑source S3‑compatible alternatives—Ceph, SeaweedFS, Garage, and RustFS—detailing their strengths, limitations, security concerns, and practical deployment tips, while concluding that none yet offers a perfect drop‑in replacement.

CephMinIOObject Storage
0 likes · 9 min read
What Can Replace MinIO? A Deep Dive into Ceph, SeaweedFS, Garage, and RustFS
Ray's Galactic Tech
Ray's Galactic Tech
Dec 12, 2025 · Cloud Native

Inside the Kubernetes Master: A Complete Breakdown of Core Components

Master nodes act as the brain of a Kubernetes cluster, hosting essential components such as kube‑apiserver, etcd, kube‑scheduler, kube‑controller‑manager and optionally cloud‑controller‑manager, each with distinct roles, high‑availability designs, security considerations, and operational workflows that together orchestrate and maintain cluster state.

Control PlaneHigh AvailabilityMaster Node
0 likes · 8 min read
Inside the Kubernetes Master: A Complete Breakdown of Core Components
Xiao Liu Lab
Xiao Liu Lab
Dec 11, 2025 · Operations

Master SSH: From Basic Connections to Secure, High‑Performance Remote Workflows

This guide explains how SSH evolved from simple remote login to a comprehensive tool for secure server access, efficient command execution, password‑less authentication, advanced configuration, port forwarding for deep‑learning tasks, large‑file transfer strategies, and enterprise‑grade hardening, empowering developers and ops engineers to build reliable, reproducible workflows.

LinuxSSHdeep learning
0 likes · 10 min read
Master SSH: From Basic Connections to Secure, High‑Performance Remote Workflows
Raymond Ops
Raymond Ops
Dec 11, 2025 · Operations

Unlock the Full Power of Linux Permissions: A Complete 12‑Bit Guide for Sysadmins

This article explains why misconfigured Linux permissions cause security incidents, breaks down the 12‑bit permission model—including file type, owner/group/others bits and special SUID, SGID, and sticky bits—provides numeric examples, real‑world case studies, advanced techniques like umask, ACLs, batch changes, and offers best‑practice security recommendations and troubleshooting tips.

ACLLinuxSUID
0 likes · 10 min read
Unlock the Full Power of Linux Permissions: A Complete 12‑Bit Guide for Sysadmins
DataFunSummit
DataFunSummit
Dec 11, 2025 · Artificial Intelligence

Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy

A round‑table of AI experts and industry leaders examines the current capabilities, limitations, and future trajectories of code agents, covering topics from capability boundaries and autonomous evolution to large‑scale codebase challenges, multi‑agent collaboration, hallucination mitigation, and security safeguards.

AIAutomationMulti-agent
0 likes · 16 min read
Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy
Ray's Galactic Tech
Ray's Galactic Tech
Dec 9, 2025 · Information Security

Master Elasticsearch Security: Complete Network, Auth, TLS & Hardening Guide

This comprehensive guide walks you through securing Elasticsearch by isolating the network, enabling authentication and role‑based access, encrypting traffic with TLS, upgrading legacy versions, configuring audit logging, setting up reverse‑proxy protection, and applying enterprise‑grade best practices to prevent data leaks.

AuthenticationElasticsearchTLS
0 likes · 10 min read
Master Elasticsearch Security: Complete Network, Auth, TLS & Hardening Guide
Raymond Ops
Raymond Ops
Dec 8, 2025 · Operations

Mastering EFK: Complete Guide to Building a Scalable Log Management Solution

This comprehensive guide walks you through building a scalable EFK log management solution, covering architecture components, high‑availability design, environment preparation, detailed Elasticsearch, Fluentd and Kibana deployment steps, index optimization, monitoring, alerting, security hardening, troubleshooting and best‑practice recommendations for modern cloud‑native operations.

EFKElasticsearchFluentd
0 likes · 19 min read
Mastering EFK: Complete Guide to Building a Scalable Log Management Solution
DataFunSummit
DataFunSummit
Dec 6, 2025 · Artificial Intelligence

Unlocking Enterprise AI Coding: DHcoder’s Real‑World Practices and Strategic Insights

This article systematically presents the enterprise‑grade AI programming assistant DHcoder, examines the core question of AI as a replacement or augmentation, details its secure local‑vector + private‑model architecture, showcases management dashboards, developer‑friendly features, real‑world case studies, operational feedback loops, and provides expert Q&A on cost, safety, and ROI.

AIProductivitycoding assistant
0 likes · 15 min read
Unlocking Enterprise AI Coding: DHcoder’s Real‑World Practices and Strategic Insights
php Courses
php Courses
Dec 5, 2025 · Backend Development

Master PHP’s setcookie: Create Secure, Custom Cookies in Minutes

This guide explains how to use PHP's setcookie function to create and manage browser cookies, covering syntax, each parameter's purpose, practical code examples, and security considerations for effective backend development.

Web Developmentcookiessecurity
0 likes · 4 min read
Master PHP’s setcookie: Create Secure, Custom Cookies in Minutes
DevOps Coach
DevOps Coach
Dec 3, 2025 · Operations

Avoid the 5 Most Common Dockerfile Mistakes That Slow Down Your Deployments

This article outlines the five most frequent Dockerfile errors—including oversized base images, over‑installing packages, skipping multi‑stage builds, running as root, and misusing version tags—explains why they happen, the security and performance impacts, and provides concrete best‑practice fixes.

Dockerfilebest-practicescontainer
0 likes · 8 min read
Avoid the 5 Most Common Dockerfile Mistakes That Slow Down Your Deployments
Cloud Native Technology Community
Cloud Native Technology Community
Dec 3, 2025 · Operations

5 Hard‑Won Lessons for Managing Kubernetes at Scale

Drawing from years of real‑world Kubernetes deployments, this article outlines five practical lessons—covering operational overload, hidden security risks, scaling costs, talent shortages, and accelerating technical debt—plus extra guidance on workload suitability, policy enforcement, and building a reliable, cost‑effective cluster environment.

KubernetesOperationscloud-native
0 likes · 10 min read
5 Hard‑Won Lessons for Managing Kubernetes at Scale
Java Tech Enthusiast
Java Tech Enthusiast
Dec 2, 2025 · Backend Development

Auto‑Encrypt Sensitive Fields in Spring Boot with MyBatis Annotations

This article explains how to eliminate repetitive manual encryption code in Java applications by using a custom @Encrypted annotation together with a MyBatis interceptor, enabling transparent AES‑GCM encryption and decryption of sensitive fields such as phone numbers, emails, and ID numbers.

AnnotationField EncryptionJava
0 likes · 11 min read
Auto‑Encrypt Sensitive Fields in Spring Boot with MyBatis Annotations
DataFunTalk
DataFunTalk
Dec 1, 2025 · Artificial Intelligence

Is MCP Losing Its Edge? A One‑Year Review and the Rise of A2A

Marking its one‑year anniversary, the Model Context Protocol (MCP) receives a critical update that adds experimental task primitives, a new client‑metadata registration, security hardening, and sampling tools, while the competing A2A protocol offers built‑in multi‑agent support, stronger security by default, and broader industry backing, highlighting a clear shift in agent communication standards.

A2AAgentic AIMCP
0 likes · 13 min read
Is MCP Losing Its Edge? A One‑Year Review and the Rise of A2A
Ray's Galactic Tech
Ray's Galactic Tech
Nov 30, 2025 · Cloud Native

Master Docker: Core Concepts, Best Practices & Hands‑On Guide

This comprehensive guide explains Docker’s essential use cases, underlying technologies, step‑by‑step setup, image‑building best practices, security hardening, networking models, and common production pitfalls, providing developers and ops engineers with a solid foundation for modern cloud‑native workflows.

CI/CDContainersDevOps
0 likes · 8 min read
Master Docker: Core Concepts, Best Practices & Hands‑On Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 28, 2025 · Operations

How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring

The article details the design, core components, and implementation of the GC Agent System—a modular, cloud‑native monitoring platform that uses natural‑language interaction, dual‑mode execution, intent recognition, and secure multi‑tenant authentication to provide real‑time observability and automated fault diagnosis for enterprise IT environments.

Agent ArchitectureLLM orchestrationcloud-native
0 likes · 19 min read
How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring
Senior Xiao Ying
Senior Xiao Ying
Nov 26, 2025 · Backend Development

Simple Field-Level Permission Control in Spring Boot 3.x

Field-level permission control provides fine-grained data access in Spring Boot applications, allowing read/write restrictions per object field; the article explains core concepts, compares annotation, AOP, serializer, and database approaches, and presents a complete implementation using Spring Boot 3.1, Java 17, Jackson, and Spring Security.

AOPField PermissionJackson
0 likes · 16 min read
Simple Field-Level Permission Control in Spring Boot 3.x
Architect-Kip
Architect-Kip
Nov 25, 2025 · Backend Development

Mastering API Interface Design: Principles, Naming, Parameters, and Security

This guide outlines comprehensive API interface design best practices, covering design principles, naming conventions, parameter structures, return code standards, security measures, and a reusable documentation template to ensure flexible, efficient, and secure service development.

API designinterface designnaming conventions
0 likes · 16 min read
Mastering API Interface Design: Principles, Naming, Parameters, and Security
Continuous Delivery 2.0
Continuous Delivery 2.0
Nov 25, 2025 · Information Security

How SBOM and SLSA Transform Software Supply Chain Security and Boost ROI

This article examines the core applications of Software Bill of Materials (SBOM) and the SLSA framework across vulnerability response, license compliance, merger due‑diligence, and container image integrity, quantifies their return on investment, and showcases real‑world implementations by leading tech firms, highlighting how they enhance enterprise security, operational efficiency, and competitive advantage.

ROISBOMSLSA
0 likes · 17 min read
How SBOM and SLSA Transform Software Supply Chain Security and Boost ROI
Data Integration and Governance
Data Integration and Governance
Nov 24, 2025 · Industry Insights

Six Common Data‑Governance Pain Points and Practical Ways to Overcome Them

The article identifies six typical data‑governance obstacles—from vague goals and departmental silos to tool adoption, security‑efficiency trade‑offs, and project‑termination pitfalls—and offers concrete, experience‑based steps such as business‑focused goal translation, RACI matrices, pilot data domains, pre‑emptive quality controls, lightweight tool selection, and sustained governance teams.

RACIcontinuous improvementcross-department collaboration
0 likes · 10 min read
Six Common Data‑Governance Pain Points and Practical Ways to Overcome Them
Liangxu Linux
Liangxu Linux
Nov 20, 2025 · Operations

Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed

A real 2018 incident where an ops engineer used rm ‑rf to wipe a production database sparked a deep dive into the high‑risk nature of operations, presenting Gartner statistics, psychological error factors, ten deadly pitfalls with concrete examples, and a comprehensive fault‑tolerance framework to prevent future catastrophes.

AutomationDevOpsbackup
0 likes · 23 min read
Avoid the ‘Delete‑Database‑and‑Run’ Nightmare: 10 Fatal Ops Pitfalls Revealed
Ray's Galactic Tech
Ray's Galactic Tech
Nov 19, 2025 · Information Security

Mastering Modern Login Mechanisms: Cookies, Sessions, JWT, OAuth2 & SSO

This comprehensive guide explains why authentication is needed for stateless HTTP, walks through the workflows, advantages, and drawbacks of Cookies, Sessions, Tokens, JWTs, Refresh Tokens, blacklist strategies, and OAuth2/OAuth2.1, and provides practical security best‑practice recommendations for web, mobile, and micro‑service architectures.

AuthenticationJWTOAuth2
0 likes · 12 min read
Mastering Modern Login Mechanisms: Cookies, Sessions, JWT, OAuth2 & SSO
php Courses
php Courses
Nov 19, 2025 · Backend Development

How to Send Bulk Emails with PHP’s mail() Safely and Efficiently

Learn how to use PHP’s built-in mail() function to send emails to multiple recipients, covering basic syntax, two practical methods (comma-separated To and BCC/CC headers), essential security precautions, common pitfalls, and why professional libraries like PHPMailer are often a better choice.

BCCMailPHPMailer
0 likes · 8 min read
How to Send Bulk Emails with PHP’s mail() Safely and Efficiently
Data Thinking Notes
Data Thinking Notes
Nov 16, 2025 · Artificial Intelligence

How AI Agents Transform Automation: Architecture, Challenges & Future Trends

This comprehensive overview examines AI agents powered by large language models, detailing their definition, core components, architectural patterns, key technologies such as prompt engineering and retrieval‑augmented generation, diverse application domains, current challenges, security solutions, and emerging research directions.

Retrieval Augmented Generationarchitecturelarge language models
0 likes · 81 min read
How AI Agents Transform Automation: Architecture, Challenges & Future Trends
Architect
Architect
Nov 10, 2025 · Backend Development

How to Build Secure, Idempotent APIs: Keys, Tokens, and Anti‑Replay Strategies

This article explains how to design secure and reliable APIs for third‑party integration by covering API key generation, AK/SK authentication, callback URLs, permission models, token mechanisms, signature creation, replay‑attack prevention, HTTPS encryption, rate limiting, logging, data masking, idempotency, versioning, standardized response formats and documentation tools.

API designAuthenticationidempotency
0 likes · 28 min read
How to Build Secure, Idempotent APIs: Keys, Tokens, and Anti‑Replay Strategies
21CTO
21CTO
Nov 10, 2025 · Backend Development

cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support

The cURL 8.17.0 release introduces critical security patches for CVE‑2025‑10966, adds several new capabilities such as an expanded progress indicator and Apple SecTrust support, and removes legacy features like Heimdal and wolfSSH, marking a significant update for developers and system administrators.

Librarycurlnetworking
0 likes · 3 min read
cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support
Practical DevOps Architecture
Practical DevOps Architecture
Nov 10, 2025 · Backend Development

Master Nginx: From Basics to Advanced Architecture and Real-World Scenarios

This comprehensive Nginx course covers everything from introductory concepts, installation, and configuration syntax to advanced topics like load balancing, security, performance tuning, Lua scripting, gRPC integration, and smooth upgrade strategies, providing practical scenario demos throughout.

Performance Optimizationload balancingnginx
0 likes · 12 min read
Master Nginx: From Basics to Advanced Architecture and Real-World Scenarios
Xiao Liu Lab
Xiao Liu Lab
Nov 9, 2025 · Operations

Set Up DDNS‑GO in 3 Minutes for Seamless Dynamic IP Access

This guide shows how to quickly configure the open‑source DDNS‑GO tool with Docker, obtain API keys from DNS providers, and secure the web interface, enabling reliable remote access to home or office networks despite constantly changing public IP addresses.

DDNSDockerDynamic DNS
0 likes · 5 min read
Set Up DDNS‑GO in 3 Minutes for Seamless Dynamic IP Access
Ops Community
Ops Community
Nov 8, 2025 · Operations

Mastering Nginx Reverse Proxy & Load Balancing: Best Practices for High‑Performance Deployments

This comprehensive guide walks you through Nginx reverse proxy and load balancing fundamentals, key features, suitable scenarios, environment prerequisites, step‑by‑step installation, core configuration, performance tuning, security hardening, high‑availability designs, troubleshooting, monitoring, backup strategies, real‑world case studies, and advanced learning paths for production‑grade deployments.

High AvailabilityPerformance Optimizationsecurity
0 likes · 56 min read
Mastering Nginx Reverse Proxy & Load Balancing: Best Practices for High‑Performance Deployments
Tencent Technical Engineering
Tencent Technical Engineering
Nov 7, 2025 · Information Security

How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits

This article explores how Wukong's AI‑driven multi‑agent architecture dramatically improves code security auditing by addressing context loss, scheduling imbalances, and integrating a data‑flywheel that turns bad cases into continuous model improvements, illustrated by a real NVIDIA Megatron‑LM vulnerability fix.

AICode AuditingMulti-agent
0 likes · 14 min read
How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Nov 5, 2025 · Backend Development

Complete Easysearch.yml Field Guide and Security Configuration Walkthrough

This article answers a WeChat query by providing the official documentation link, demonstrating how to disable HTTP TLS, testing TCP TLS, and offering a line‑by‑line walkthrough of easysearch.yml’s core settings—including cluster basics, security options, TLS certificates, password policies, and critical risk warnings for production deployments.

ClusterEasysearchElasticsearch
0 likes · 8 min read
Complete Easysearch.yml Field Guide and Security Configuration Walkthrough
Java Web Project
Java Web Project
Nov 5, 2025 · Backend Development

When "null" Is Just a String: Hidden Bugs and How to Prevent Them

The article explains how treating the literal string "null" as a valid username can cause user‑experience glitches, log‑analysis confusion, database contamination, security risks, and script failures, and provides step‑by‑step validation, front‑end checks, database constraints, and logging strategies to avoid these hidden bugs.

Input Validationbackend developmentdatabase integrity
0 likes · 5 min read
When "null" Is Just a String: Hidden Bugs and How to Prevent Them
Xiao Liu Lab
Xiao Liu Lab
Nov 4, 2025 · Information Security

7 Essential Redis Security Baselines to Harden Your Production Deployments

This guide details seven critical Redis hardening steps—including timeout, syslog, strong password, non‑root execution, strict file permissions, trusted bind addresses, and command renaming—to transform insecure default settings into a verifiable, production‑ready security baseline.

ConfigurationLinuxRedis
0 likes · 13 min read
7 Essential Redis Security Baselines to Harden Your Production Deployments
Xiao Liu Lab
Xiao Liu Lab
Nov 3, 2025 · Information Security

13 Essential Tomcat Security Baselines to Harden Your Server

Learn how to secure Apache Tomcat by applying a 13‑item baseline that covers account permissions, root‑less operation, strong passwords, disabling manager apps, preventing directory listing, restricting HTTP methods, enabling HTTPS, changing default ports, configuring access logs, custom error pages, hiding server banners, and limiting connections.

JavaServerTomcat
0 likes · 12 min read
13 Essential Tomcat Security Baselines to Harden Your Server
Ops Community
Ops Community
Nov 3, 2025 · Information Security

Why Wireshark Is Essential for Network Security Professionals

Wireshark, the open‑source packet analyzer formerly known as Ethereal, captures live network traffic on Windows and UNIX systems and is widely used for network management, security analysis, troubleshooting, and especially penetration testing, offering capabilities such as data capture, unencrypted information detection, attack behavior analysis, vulnerability discovery, and real‑time monitoring.

Penetration TestingWiresharknetwork analysis
0 likes · 2 min read
Why Wireshark Is Essential for Network Security Professionals
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2025 · Operations

Master Git Ops: From Zero to Production-Ready IaC Version Control

This comprehensive guide walks you through Git operations for infrastructure-as-code, covering installation, SSH key setup, repository structuring, branching strategies, sensitive data handling, automation with hooks, backup, audit, monitoring, performance tuning, and security best practices for production environments.

AutomationCI/CDGit
0 likes · 31 min read
Master Git Ops: From Zero to Production-Ready IaC Version Control
Deepin Linux
Deepin Linux
Nov 1, 2025 · Fundamentals

Master Linux System Call Hooking: Theory, Security & Performance Tricks

This article explores Linux system call hooking by first reviewing syscall fundamentals, then detailing various Hook techniques—including function pointer replacement, LD_PRELOAD, and kernel modules—accompanied by C/C++ examples, and demonstrates practical applications in security monitoring, performance optimization, and debugging across real-world scenarios.

DebuggingLinuxSystem Call
0 likes · 29 min read
Master Linux System Call Hooking: Theory, Security & Performance Tricks
Open Source Linux
Open Source Linux
Nov 1, 2025 · Operations

Top 32 SSH Interview Questions Every Linux Cloud Engineer Must Master

This comprehensive guide covers 32 high‑frequency SSH interview questions, from basic concepts and key management to advanced tunneling, performance tuning, and enterprise‑level security practices, providing detailed answers, best‑practice configurations, and code examples for Linux cloud environments.

InterviewLinuxSSH
0 likes · 42 min read
Top 32 SSH Interview Questions Every Linux Cloud Engineer Must Master
Ray's Galactic Tech
Ray's Galactic Tech
Oct 31, 2025 · Operations

Master Linux DNS: Deep Dive into Mechanics and Best Practices

Linux DNS goes far beyond simple name‑to‑IP translation, involving hierarchical resolution, caching, and modern components like systemd‑resolved; this guide explains core concepts, the full lookup process, essential configuration files, and practical best‑practice steps such as reliable resolvers, cache management, DNSSEC, encrypted transport, and diagnostic tools.

DNSLinuxnetworking
0 likes · 9 min read
Master Linux DNS: Deep Dive into Mechanics and Best Practices
Xiao Liu Lab
Xiao Liu Lab
Oct 30, 2025 · Information Security

Essential Linux Security Baseline for Tier‑3 Compliance: Step‑by‑Step Guide

This article provides a comprehensive, step‑by‑step Linux security baseline for Tier‑3 compliance, covering password policies, login controls, access restrictions, audit logging, intrusion prevention, patch management, and resource limits, complete with executable commands for major distributions.

AuditComplianceLinux
0 likes · 9 min read
Essential Linux Security Baseline for Tier‑3 Compliance: Step‑by‑Step Guide
WeiLi Technology Team
WeiLi Technology Team
Oct 30, 2025 · Mobile Development

How to Build a Secure Android Payment SDK from Scratch

This article walks through the complete process of designing and implementing a secure, stable, and easy‑to‑use Android third‑party payment SDK, covering project background, technical challenges, layered architecture, core components, security mechanisms, memory management, UI design, performance optimizations, testing strategies, monitoring, and future roadmap.

AndroidKotlinarchitecture
0 likes · 34 min read
How to Build a Secure Android Payment SDK from Scratch
Ops Development & AI Practice
Ops Development & AI Practice
Oct 29, 2025 · Information Security

Why AssumeRole Beats GetSessionToken: Deep Dive into AWS IAM Security

The article explains the fundamental security differences between AWS GetSessionToken and AssumeRole, illustrating how AssumeRole shifts from a holder‑to‑borrower model, enables privilege de‑escalation, separation of duties, fine‑grained audit, and discusses the challenges of enumerating assumable roles and strengthening trust policies with MFA, IP and time constraints.

AWSAssumeRoleIAM
0 likes · 9 min read
Why AssumeRole Beats GetSessionToken: Deep Dive into AWS IAM Security
Huolala Tech
Huolala Tech
Oct 29, 2025 · Artificial Intelligence

AI Audio Watermarking: Techniques, Metrics, and Real-World Implementations

With the rapid rise of generative AI audio models, this article explores the fundamentals, key metrics, and the “impossible triangle” of imperceptibility, robustness, and capacity in audio watermarking, and presents practical implementations such as SynthID and AudioSeal that embed and detect invisible watermarks for secure AIGC provenance.

AIGCRobustnessaudio watermarking
0 likes · 14 min read
AI Audio Watermarking: Techniques, Metrics, and Real-World Implementations
ITPUB
ITPUB
Oct 28, 2025 · Operations

50 Powerful IT Ops Projects to Supercharge Your Resume

This article compiles 50 detailed IT operations projects across infrastructure, cloud, containers, automation, monitoring, security, databases, networking, disaster recovery and DevOps, each with scenario, tech stack, implementation steps and quantifiable results to help you craft standout résumé entries.

AutomationDatabaseIT Operations
0 likes · 30 min read
50 Powerful IT Ops Projects to Supercharge Your Resume
Senior Xiao Ying
Senior Xiao Ying
Oct 24, 2025 · Backend Development

Mastering Spring Boot: 10 Advanced Techniques to Design, Optimize, and Operate Your Apps

This guide explores ten advanced Spring Boot features—including conditional auto‑configuration, configuration‑property precedence, asynchronous execution, task scheduling, startup and JVM tuning, test context caching, Actuator monitoring, security setup, multi‑datasource configuration, custom starter creation, and cloud‑native deployment—to help developers move from users to masters of the framework.

ActuatorAsyncCustom Starter
0 likes · 10 min read
Mastering Spring Boot: 10 Advanced Techniques to Design, Optimize, and Operate Your Apps
Open Source Tech Hub
Open Source Tech Hub
Oct 23, 2025 · Information Security

How to Embed and Extract Blind Watermarks in Images with Python

This guide explains the concept of blind watermarking for image copyright protection, shows how to install the blind-watermark Python package, and provides step‑by‑step code examples for embedding and extracting both text and image watermarks while preserving the original visual appearance.

Pythonblind_watermarkimage-processing
0 likes · 4 min read
How to Embed and Extract Blind Watermarks in Images with Python
IT Architects Alliance
IT Architects Alliance
Oct 22, 2025 · Cloud Native

Avoid the Top 5 Cloud Migration Mistakes: Proven Cloud‑Native Strategies

This article analyzes the five most common cloud‑migration pitfalls—lift‑and‑shift, network latency, incomplete data‑architecture transformation, weak security models, and poor observability—offering concrete cloud‑native solutions, migration matrices, code examples, and best‑practice guidelines for successful architectural evolution.

DevOpsarchitecturecloud migration
0 likes · 12 min read
Avoid the Top 5 Cloud Migration Mistakes: Proven Cloud‑Native Strategies
Python Programming Learning Circle
Python Programming Learning Circle
Oct 18, 2025 · Information Security

Master Nginx Rate Limiting & Anti‑Crawler: Complete Guide with Token Bucket, GeoIP, Lua & JS Challenges

This comprehensive guide explains why modern web services need rate limiting and anti‑crawler protection, compares token‑bucket and leaky‑bucket algorithms, and provides step‑by‑step Nginx configurations for IP, URI, and geographic throttling, advanced user‑agent filtering, JavaScript challenges, real‑time monitoring, performance tuning, and troubleshooting.

anti‑crawlernginxrate limiting
0 likes · 18 min read
Master Nginx Rate Limiting & Anti‑Crawler: Complete Guide with Token Bucket, GeoIP, Lua & JS Challenges
Open Source Linux
Open Source Linux
Oct 18, 2025 · Operations

Boost Nginx QPS by 500%: Core Configuration Secrets for Enterprise Performance

This guide details enterprise‑grade Nginx optimization techniques, covering worker process tuning, event model settings, network and buffer adjustments, compression, SSL/TLS hardening, load balancing, caching strategies, monitoring, system‑level tweaks, and troubleshooting steps to dramatically increase request throughput and stability.

OptimizationPerformanceload balancing
0 likes · 12 min read
Boost Nginx QPS by 500%: Core Configuration Secrets for Enterprise Performance
Architecture Digest
Architecture Digest
Oct 14, 2025 · Information Security

How to Perform Fuzzy Searches on Encrypted Data: Methods, Pros & Cons

This article explores the challenges of fuzzy searching encrypted data, categorizes three implementation approaches—naïve, conventional, and advanced—examines their trade‑offs, provides practical examples and performance calculations, and offers recommendations for secure and efficient query solutions.

DatabaseEncryptionFuzzy Search
0 likes · 10 min read
How to Perform Fuzzy Searches on Encrypted Data: Methods, Pros & Cons
Lin is Dream
Lin is Dream
Oct 14, 2025 · Backend Development

Designing a Scalable Short‑Link System: From Base62 Encoding to Security

This article explains how to build a production‑grade short‑link service, covering the background of SMS short URLs, Base62 encoding principles, database schema design, request routing, security measures such as custom alphabets, rate limiting, and signed links, and additional management features for operation and monitoring.

backend architecturebase62database-design
0 likes · 16 min read
Designing a Scalable Short‑Link System: From Base62 Encoding to Security
Raymond Ops
Raymond Ops
Oct 13, 2025 · Information Security

How to Secure Your Ubuntu Kubernetes Cluster: A Step‑by‑Step Hardening Guide

This comprehensive guide explains how to harden an Ubuntu‑based Kubernetes cluster with external IPs by applying system hardening, firewall rules, TLS encryption, Calico network policies, RBAC permissions, audit logging, and verification steps to achieve a multi‑layered security posture.

KubernetesRBACTLS
0 likes · 17 min read
How to Secure Your Ubuntu Kubernetes Cluster: A Step‑by‑Step Hardening Guide
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 13, 2025 · Artificial Intelligence

Building Reliable AI Agents: A Practical Guide from Prompt Engineering to Workflows and Knowledge Bases

This article systematically explains how to build a reliable, production‑ready AI agent by covering its core architecture—LLM, prompts, workflow, RAG, and tools—detailing prompt‑engineering techniques, DSL‑based workflow design, knowledge‑base construction, security considerations, and project planning methods.

AI AgentKnowledge BaseLLM
0 likes · 17 min read
Building Reliable AI Agents: A Practical Guide from Prompt Engineering to Workflows and Knowledge Bases
Amazon Cloud Developers
Amazon Cloud Developers
Oct 13, 2025 · Artificial Intelligence

Agentic AI Guide: Building and Deploying Robust AI Agents

This article provides a comprehensive technical guide on Agentic AI, detailing the core modules, infrastructure requirements, security considerations, observability practices, and deployment strategies needed to develop and operate production‑ready AI agents.

AI AgentsAgentOpsAgentic AI
0 likes · 27 min read
Agentic AI Guide: Building and Deploying Robust AI Agents
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 13, 2025 · Backend Development

Master Spring Boot Logging: 12 Practical Guidelines for High‑Performance Apps

This article presents twelve concrete guidelines and code examples for configuring Spring Boot 3 logging—covering readability, level selection, structured JSON output, asynchronous handling, sensitive data masking, and log rotation—to help developers build observable, maintainable, and high‑performance backend services.

LoggingSpring Bootsecurity
0 likes · 12 min read
Master Spring Boot Logging: 12 Practical Guidelines for High‑Performance Apps
Ray's Galactic Tech
Ray's Galactic Tech
Oct 12, 2025 · Cloud Native

Master Production‑Grade Kubernetes YAML: 10+ Security & Performance Checks

This guide presents a comprehensive, production‑ready Kubernetes YAML checklist covering over ten essential security, stability, observability, and scalability validation points, plus eight advanced best‑practice recommendations, enabling teams to create robust, maintainable, and automated configuration pipelines.

KubernetesProductionbest practices
0 likes · 12 min read
Master Production‑Grade Kubernetes YAML: 10+ Security & Performance Checks
IT Architects Alliance
IT Architects Alliance
Oct 10, 2025 · Information Security

How to Secure Distributed Permissions: Zero Trust Strategies & Code

This article examines the exponential growth of permission complexity in micro‑service architectures, outlines zero‑trust design principles, and provides concrete Java and YAML implementations for fine‑grained, context‑aware access control, caching, dynamic evaluation, and audit monitoring.

Access ControlDistributed Systemssecurity
0 likes · 11 min read
How to Secure Distributed Permissions: Zero Trust Strategies & Code
Data Party THU
Data Party THU
Oct 9, 2025 · Information Security

How to Secure MCP Tools: Risks, Real‑World Cases, and the Open‑Source MCPScan Framework

The article analyzes the security challenges introduced by the open Model Context Protocol (MCP) ecosystem, outlines typical attack vectors such as command‑execution hijacking and indirect prompt injection, and presents MCPScan—an open‑source scanner that combines static taint analysis with LLM‑driven reasoning to detect exploitable tool chains before deployment.

LLMMCPOpen-source
0 likes · 7 min read
How to Secure MCP Tools: Risks, Real‑World Cases, and the Open‑Source MCPScan Framework
Linux Code Review Hub
Linux Code Review Hub
Oct 9, 2025 · Fundamentals

Multikernel Architecture: Redefining Modern Operating Systems (Part 1)

The article introduces the multikernel operating‑system paradigm, explains how traditional monolithic and microkernel designs struggle with scalability, noisy‑neighbor interference, and one‑size‑fits‑all kernels, and details the multikernel’s performance, isolation, customization, zero‑downtime updates, elastic resource management, and security benefits for cloud and real‑time workloads.

Elastic Resource ManagementKernel IsolationMultikernel
0 likes · 12 min read
Multikernel Architecture: Redefining Modern Operating Systems (Part 1)