diff options
| author | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
| commit | e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca (patch) | |
| tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2022-10-22-alpine-linux.org | |
| parent | c9715768e01108f7e74ffab01aa368f8adfc3f15 (diff) | |
| download | cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.gz cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.bz2 cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.zip | |
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2022-10-22-alpine-linux.org')
| -rw-r--r-- | content/blog/2022-10-22-alpine-linux.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2022-10-22-alpine-linux.org b/content/blog/2022-10-22-alpine-linux.org index 2423591..8e48aa6 100644 --- a/content/blog/2022-10-22-alpine-linux.org +++ b/content/blog/2022-10-22-alpine-linux.org @@ -1,5 +1,5 @@ #+date: <2022-10-22 Sat 00:00:00> -#+title: Alpine Linux: Installing and Configuring a Minimalist Server Operating System +#+title: Alpine Linux Essentials: Installing and Setting Up a Secure Minimal Server #+description: Detailed procedure for deploying Alpine Linux to achieve a secure, lightweight server environment optimized for web hosting and containerization. #+slug: alpine-linux #+filetags: :alpine:linux:server: @@ -69,7 +69,7 @@ system after boot. - Mirror (From where to download packages. Choose the organization you trust giving your usage patterns to.) - SSH (Secure SHell remote access server. "Openssh" is part of the - default install image. Use "none" to disable remote login, e.g. on + default install image. Use "none" to disable remote login, e.g. on laptops.) - NTP (Network Time Protocol client used for keeping the system clock in sync with a time-server. Package "chrony" is part of the default |
