Skip to main content

58 posts tagged with "java"

View all tags

Deploy MinIO with Docker Compose: A Practical Quick Start

· 3 min read
Apache Wangye
Software developer and technical writer

MinIO provides an S3-compatible object storage API that works well for development, private clouds, backups, and application file storage. This guide starts with a single-node Docker Compose deployment and then explains what must change before exposing it to production traffic.

Self-Host n8n with Docker Compose Securely

· 3 min read
Apache Wangye
Software developer and technical writer

n8n is a workflow automation platform that can connect APIs, databases, AI services, and internal tools. A self-hosted instance may contain production credentials and business data, so persistence, encryption, HTTPS, access control, and backups should be part of the first deployment.

Migrate MinIO Data Safely with mc mirror

· 3 min read
Apache Wangye
Software developer and technical writer

Moving MinIO is more than copying the latest object files. A reliable migration must account for versions, delete markers, metadata, lifecycle rules, access policies, encryption, and writes that occur during the copy. The safest pattern is a full synchronization followed by incremental catch-up and a controlled cutover.

openGauss Database Quick Start

· One min read
Apache Wangye
Software developer and technical writer

openGauss is a relational database with PostgreSQL-influenced tooling and SQL behavior. Follow the exact documentation for the selected release because installation requirements and commands vary.

Install ChromeDriver and Match It with Chrome

· 2 min read
Apache Wangye
Software developer and technical writer

ChromeDriver connects Selenium to the Chrome browser. Most startup failures come from an incompatible browser/driver combination, an incorrect executable path, or a missing browser binary.

Record the versions of Chrome, ChromeDriver, Selenium, the operating system, and the CPU architecture when troubleshooting. Current Selenium releases can usually manage the driver automatically, which is preferable to maintaining a driver manually.

Install Apache ActiveMQ Artemis

· 2 min read
Apache Wangye
Software developer and technical writer

Apache ActiveMQ Artemis is the next-generation message broker in the Apache ActiveMQ family.

A successful process start is only the first step. You should also verify the management port, protocol ports, persistence directory, user accounts, JVM settings, disk capacity, permissions, and monitoring.

Secure File Uploads with Spring Boot

· 3 min read
Apache Wangye
Software developer and technical writer

File upload endpoints accept attacker-controlled bytes, filenames, sizes, and content types. A secure design limits requests early, generates server-side names, stores files outside the web root, validates paths, and serves downloads with controlled headers.

Total views -- · Visitors --