Deploy MinIO with Docker Compose: A Practical Quick Start
Deploy MinIO with Docker Compose, persistent storage, a separate console port, secure credentials, health checks, TLS, backups, and production safeguards.
Read more →This is the English edition of Apache Wangye’s technical blog. Each guide is reviewed and adapted for English-speaking developers instead of being published as a raw machine translation.
Deploy MinIO with Docker Compose, persistent storage, a separate console port, secure credentials, health checks, TLS, backups, and production safeguards.
Read more →Self-host n8n with Docker Compose, persistent data, encryption keys, correct webhook URLs, HTTPS reverse proxy settings, backups, and update practices.
Read more →Migrate MinIO buckets with mc mirror using full and incremental synchronization, validation, versioning checks, policy migration, and a low-downtime cutover plan.
Read more →Diagnose npm install hangs using verbose logs, registry and proxy checks, cache verification, lockfile analysis, lifecycle script isolation, and Node.js compatibility.
Read more →Install MySQL 8 from an official Linux binary tarball with a dedicated user, data directory, initialization, my.cnf, systemd service, and security checks.
Read more →Implement secure Spring Boot file uploads with MultipartFile, size limits, generated filenames, path validation, content checks, safe downloads, storage isolation, and cleanup.
Read more →Find large files and directories on Linux using find, du, sort, and lsof, with safe handling for spaces, permission errors, deleted open files, and filesystem boundaries.
Read more →Understand Java G1 GC regions, remembered sets, young collections, concurrent marking, mixed collections, humongous objects, pause goals, logs, and practical tuning.
Read more →Restart a Java JAR safely on Linux using systemd, graceful SIGTERM shutdown, PID tracking, health checks, logs, restart policies, and a shell-script fallback.
Read more →Build executable Java JARs with Maven using Main-Class manifests, dependency classpaths, Maven Shade Plugin, reproducible builds, and runtime verification.
Read more →