Platform

Anolis OS 8 scripts

Scripts for Anolis OS 8 (RHEL 8 compatible) hosts: dnf-based OpenVPN client setup plus general-purpose maintenance helpers.

Updated: 2026-07-18

Platform

Related scripts

Operations helper

docker-data-move.sh

An interactive helper that migrates Docker data-root onto a larger disk with path checks, backups, and verification.

One-line command

curl -fsSL helper.sh/docker-data-move.sh | sudo bash

Network client installer

install_openvpn_client_anolis8.sh

A helper.sh-hosted Anolis OS 8 OpenVPN client installer that enables EPEL 8, installs OpenVPN with dnf, copies local client.conf and login.txt when present (skipped otherwise), deploys a DNS helper, and enables openvpn-client@client.

One-line command

curl -fsSL helper.sh/install_openvpn_client_anolis8.sh | sudo bash

Developer utility

tree-to-file.sh

A helper.sh-hosted directory tree exporter that writes the current project structure into tree.txt and falls back cleanly when tree is unavailable.

One-line command

curl -fsSL helper.sh/tree-to-file.sh | sh

Scope

dnf installEPEL 8OpenVPN client accessGeneral maintenance

Anolis OS 8 is a RHEL 8 compatible distribution widely used as a CentOS 8 replacement.

This page collects the scripts that install and maintain services on Anolis OS 8 with the dnf package manager and EPEL 8.