Skip to main content

4 posts tagged with "linux"

View all tags

Install MySQL 8 from a Binary Tarball on Linux

· 3 min read
Apache Wangye
Software developer and technical writer

A binary tarball installation gives you full control over the MySQL directory and version. Unlike a distribution package, it does not automatically create the system user, configure permissions, install a service, or apply security updates.

Safely Restart a Java Application on Linux

· 3 min read
Apache Wangye
Software developer and technical writer

Production Java processes should normally be managed by systemd, a container orchestrator, or another supervisor. Searching ps output and killing a matched PID is fragile: it can select the grep process, match multiple applications, or start a duplicate instance.

Install MongoDB on Linux

· One min read
Apache Wangye
Software developer and technical writer

Install MongoDB from the official repository for your distribution whenever possible. Repository packages provide service files, upgrades, and dependency management.

Total views -- · Visitors --