Tagged articles
2 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Sep 7, 2025 · Operations

Master MinIO Client (mc): Install, Configure, and Manage Buckets Quickly

This guide walks you through installing MinIO Client (mc) via Docker, Homebrew, Linux/Windows binaries, or source, and then demonstrates core commands for adding hosts, listing servers, creating and inspecting buckets, uploading and deleting objects, and removing buckets.

CLIInstallationMc
0 likes · 7 min read
Master MinIO Client (mc): Install, Configure, and Manage Buckets Quickly
Programmer DD
Programmer DD
Feb 18, 2020 · Backend Development

How to Hot‑Update Java Code in Production Using Arthas

This tutorial demonstrates how to use Alibaba's open‑source Java diagnostic tool Arthas to decompile, modify, and hot‑replace a running class in a production environment, covering the jad, mc, and redefine commands, practical steps, and common pitfalls.

ArthasDebuggingHot Update
0 likes · 8 min read
How to Hot‑Update Java Code in Production Using Arthas