Include:Installing Alpine see also: Difference between revisions
m (→Other useful pages: correcting page link) |
|||
Line 7: | Line 7: | ||
=== Other useful pages === | === Other useful pages === | ||
* [[Configure Networking]] | * [[Configure Networking]] | ||
* [[Setting up a | * [[Setting up a SSH server]] ''(Using ssh is a good way to administer your box remotely)'' | ||
* [[Alpine Linux package management|Package Management (apk)]] ''(How to add/remove packages on your Alpine)'' | * [[Alpine Linux package management|Package Management (apk)]] ''(How to add/remove packages on your Alpine)'' | ||
* [[Alpine Linux Init System|Init System (rc)]] ''(Configure a service to automatically boot at next reboot)'' | * [[Alpine Linux Init System|Init System (rc)]] ''(Configure a service to automatically boot at next reboot)'' |
Latest revision as of 09:49, 25 April 2023
Alpine Linux has some special applications that helps you to use it in the way you want.
Some of the first scripts you are suggested to use is:
- setup-alpine (Configures all basic things on your Alpine Linux)
- setup-acf (was named setup-webconf before Alpine 1.9 beta 4) (Configures ACF (webconfiguration) so you can manage your box through https)
Note: Just type any of the above commands on your console and hit Enter to execute the script.
Other useful pages
- Configure Networking
- Setting up a SSH server (Using ssh is a good way to administer your box remotely)
- Package Management (apk) (How to add/remove packages on your Alpine)
- Init System (rc) (Configure a service to automatically boot at next reboot)
- Alpine local backup (lbu) (Permanently store your modifications in case your box needs reboot)