_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
| ohazot | docs | links | dev | conf | txt |
| es | > en < |
| mdoc file |
| search |
AlpineLinux —
specific commands/tools
SERVICES
| add | : rc-update add service |
| run | : rc-service <service> start |
USERS
| add to group | : adduser <user> <group> |
MODULES
Load tun module to allow OpenVPN to start.
modprobe tun echo "tun" >> /etc/modules-load.d/tun.conf
SEE ALSO
| linux, user_management |
| links |
| - AlpineLinux |
| - Setting up a OpenVPN server |
HISTORY
| 2026-07-11 | : Translated to Spanish. |
| 2025-10-18 | : Created. |