Håvard O. Nordstrand пре 5 година
родитељ
комит
1f94643064
3 измењених фајлова са 27 додато и 31 уклоњено
  1. 23 0
      config/general/notes.md
  2. 0 31
      config/linux-server/notes.md
  3. 4 0
      index.md

+ 23 - 0
config/general/notes.md

@@ -0,0 +1,23 @@
+---
+title: General Notes
+breadcrumbs:
+- title: Configuration
+- title: General
+---
+{% include header.md %}
+
+## Resources
+
+- [Cipherli.st](https://cipherli.st/)
+- [Text to ASCII Art Generator (TAAG)](http://patorjk.com/software/taag/#p=display&f=Slant&t=)
+
+## Addresses
+
+- Cloudflare DNS:
+  - `1.1.1.1`
+  - `1.0.0.1`
+  - `2606:4700:4700::1111`
+  - `2606:4700:4700::1001`
+- Justervesenet NTP: `ntp.justervesenet.no`
+
+{% include footer.md %}

+ 0 - 31
config/linux-server/notes.md

@@ -8,38 +8,7 @@ breadcrumbs:
 
 ## Resources
 
-- [Cipherli.st](https://cipherli.st/)
 - [Linux Hardening Checklist](https://github.com/trimstray/linux-hardening-checklist)
 - [The Practical Linux Hardening Guide](https://github.com/trimstray/the-practical-linux-hardening-guide)
-- [Text to ASCII Art Generator (TAAG)](http://patorjk.com/software/taag/#p=display&f=Slant&t=)
-
-## Addresses
-
-- Cloudflare DNS:
-  - `1.1.1.1`
-  - `1.0.0.1`
-  - `2606:4700:4700::1111`
-  - `2606:4700:4700::1001`
-- Justervesenet NTP: `ntp.justervesenet.no`
-
-## Operations and Maintenance
-
-### Updating
-
-Updating should be done manually, but security fixes should be applied automatically if possible.
-
-- APT
-  - Autoremove and autoclean
-  - `debsums -s`
-  - `needrestart`
-- Docker services
-
-### Monitoring
-
-- CPU usage
-- Available memory
-- Free disk space
-- ZFS pool statuses
-- SMART disk statuses
 
 {% include footer.md %}

+ 4 - 0
index.md

@@ -10,6 +10,10 @@ no_toc: true
 
 ## Configuration
 
+### General
+
+- [Notes](config/general/notes/)
+
 ### Linux Server
 
 - [Notes](config/linux-server/notes/)