diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-08 20:00:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-08 20:00:47 -0400 |
| commit | e6c130988873393822c3111ffc3eda5385eaacc0 (patch) | |
| tree | 46a80b9aafe4b181b6edf995089c3142165d3d9d | |
| parent | 6a7ace81d35aea6df9617e524a93d18e4eac634b (diff) | |
correct debian version used
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | content/basic/server.md | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -10,6 +10,7 @@ This site is compiled and organized with Hugo, using [this very simple theme](ht ## Submission guidelines +- Guides should be made for the most recent stable version of Debian. (Now Debian 11.) - Follow the general style of pre-existing articles. - use the root user (i.e. no `sudo`) unless there is a specific need. - do not preface commands with `$` or `#` or anything. diff --git a/content/basic/server.md b/content/basic/server.md index 06d503b..0b5d320 100644 --- a/content/basic/server.md +++ b/content/basic/server.md @@ -57,9 +57,9 @@ protection and also has some cheaper \$3.50 servers.** {{< img alt="server type" src="/pix/server-type.png" link="/pix/server-type.png" >}} -I especially recommend **Debian 10** for an operating system for your +I especially recommend **Debian 11** for an operating system for your server. Debian is the \"classic\" server OS and as such, **I make my -guides on this site for Debian 10**. If you use another OS, just know +guides on this site for Debian 11**. If you use another OS, just know that your millage may vary in terms of you might need to change some instructions here minorly. |
