Selaa lähdekoodia

Update "using" lines and versions

HON95 3 vuotta sitten
vanhempi
commit
c326350c08

+ 1 - 3
config/automation/puppet.md

@@ -6,8 +6,6 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian**.
-
 ## General
 ## General
 
 
 - Can be run locally or as server-agent.
 - Can be run locally or as server-agent.
@@ -18,7 +16,7 @@ Using **Debian**.
 - The "catalog" contains all managed resources and the desired state, and is sent from the server to the agent on every run.
 - The "catalog" contains all managed resources and the desired state, and is sent from the server to the agent on every run.
 - The server decides which classes apply to an agent either using a manifest file (`site.pp`) or using an "external node classifier" (ENC) like Foreman or Enterprise Console.
 - The server decides which classes apply to an agent either using a manifest file (`site.pp`) or using an "external node classifier" (ENC) like Foreman or Enterprise Console.
 
 
-## Setup
+## Setup (Debian)
 
 
 ### Server
 ### Server
 
 

+ 1 - 3
config/hpc/hip.md

@@ -26,9 +26,7 @@ Compared to OpenCL (which is also supported by both NVIDIA and AMD), it's much m
 
 
 ## Setup
 ## Setup
 
 
-### Linux Installation
-
-Using **Ubuntu 20.04 LTS**.
+### Linux Installation (Debian)
 
 
 #### Common Steps Before
 #### Common Steps Before
 
 

+ 3 - 4
config/hpc/interconnects.md

@@ -6,9 +6,8 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian**, unless otherwise stated.
-
-## Related Pages
+### Related Pages
+{:.no_toc}
 
 
 - [Linux Switching & Routing](/config/network/linux/)
 - [Linux Switching & Routing](/config/network/linux/)
 
 
@@ -59,7 +58,7 @@ Using **Debian**, unless otherwise stated.
 - Communication uses either channel semantics (the send/receive model, two-sided) or memory semantics (RDMA model, one-sided). It also supports a special type of memory semantics using atomic operations, which is a useful foundation for e.g. distributed locks.
 - Communication uses either channel semantics (the send/receive model, two-sided) or memory semantics (RDMA model, one-sided). It also supports a special type of memory semantics using atomic operations, which is a useful foundation for e.g. distributed locks.
 - Each subnet requires a subnet manager to be running on a switch or a host, which manages the subnet and is queryable by hosts (agents). For very large subnets, it may be appropriate to run it on a dedicated host. It assigns addresses to endpoints, manages routing tables and more.
 - Each subnet requires a subnet manager to be running on a switch or a host, which manages the subnet and is queryable by hosts (agents). For very large subnets, it may be appropriate to run it on a dedicated host. It assigns addresses to endpoints, manages routing tables and more.
 
 
-### Installation
+### Installation (Debian)
 
 
 1. Install RDMA: `apt install rdma-core`
 1. Install RDMA: `apt install rdma-core`
 1. Install user-space RDMA stuff: `apt install ibverbs-providers rdmacm-utils infiniband-diags ibverbs-utils`
 1. Install user-space RDMA stuff: `apt install ibverbs-providers rdmacm-utils infiniband-diags ibverbs-utils`

+ 1 - 3
config/hpc/rocm.md

@@ -21,9 +21,7 @@ It uses the runtime API and kernel language HIP, which is compilable for both AM
 
 
 ## Setup
 ## Setup
 
 
-### Linux Installation
-
-Using **Ubuntu 20.04 LTS**.
+### Installation (Debian)
 
 
 #### Notes
 #### Notes
 
 

+ 2 - 2
config/linux-server/applications.md

@@ -6,11 +6,11 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian**, unless otherwise stated.
+Note: If not stated then it's for Debian. Some may be for CentOS (5?) and extremely outdated.
 
 
 ## Apache
 ## Apache
 
 
-**Outdated and missing information**
+**Outdated**
 
 
 ### Setup
 ### Setup
 
 

+ 1 - 1
config/linux-server/debian.md

@@ -6,7 +6,7 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian 10 (Buster)**.
+Using **Debian 11 (Bullseye)**.
 
 
 ## Basic Setup
 ## Basic Setup
 
 

+ 0 - 2
config/linux-server/storage-ceph.md

@@ -6,8 +6,6 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using Debian.
-
 ## Resources
 ## Resources
 
 
 - (Ceph: Ceph PGs per Pool Calculator)[https://ceph.com/pgcalc/]
 - (Ceph: Ceph PGs per Pool Calculator)[https://ceph.com/pgcalc/]

+ 3 - 3
config/linux-server/storage-zfs.md

@@ -6,7 +6,7 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using ZFS on Linux (ZoL) running on Debian.
+Using ZFS on Linux (ZoL).
 
 
 ## Info
 ## Info
 
 
@@ -24,7 +24,7 @@ Using ZFS on Linux (ZoL) running on Debian.
     - Snapshots.
     - Snapshots.
     - Extensible caching (ARC, L2ARC, SLOG, special devices).
     - Extensible caching (ARC, L2ARC, SLOG, special devices).
 
 
-## Setup
+## Setup (Debian)
 
 
 ### Installation (Debian 11)
 ### Installation (Debian 11)
 
 
@@ -42,7 +42,7 @@ The backports repo is used to get the newest version of ZoL.
         ```
         ```
 1. Install: `apt install -t buster-backports zfsutils-linux`
 1. Install: `apt install -t buster-backports zfsutils-linux`
 
 
-### Configuration
+### Configuration (Debian)
 
 
 1. Check that the cron scrub script exists:
 1. Check that the cron scrub script exists:
     - Typical location: `/etc/cron.d/zfsutils-linux`
     - Typical location: `/etc/cron.d/zfsutils-linux`

+ 3 - 4
config/network/linux.md

@@ -6,8 +6,6 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian**, unless otherwise stated.
-
 ### Foreword
 ### Foreword
 {:.no_toc}
 {:.no_toc}
 
 
@@ -21,11 +19,12 @@ as a simple throughput test will not uncover bottlenecks related to large amount
 (which can be hard to test realistically in lab environments).
 (which can be hard to test realistically in lab environments).
 Issues may also be related to stupid things like which ports you're using on the *same* NIC.
 Issues may also be related to stupid things like which ports you're using on the *same* NIC.
 
 
-## Related Pages
+### Related Pages
+{:.no_toc}
 
 
 - [Linux Server Networking](/config/linux-server/networking/)
 - [Linux Server Networking](/config/linux-server/networking/)
 
 
-## Setup
+## Setup (Debian)
 
 
 (In semi-random order.)
 (In semi-random order.)
 
 

+ 2 - 4
config/virt-cont/docker.md

@@ -6,9 +6,7 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Debian**.
-
-## Setup
+## Setup (Debian)
 
 
 1. Install: [Install Docker Engine on Debian (Docker Documentation)](https://docs.docker.com/engine/install/debian/).
 1. Install: [Install Docker Engine on Debian (Docker Documentation)](https://docs.docker.com/engine/install/debian/).
 1. (Optional) Setup swap limit:
 1. (Optional) Setup swap limit:
@@ -101,7 +99,7 @@ Using **Debian**.
 
 
 ## Docker Compose
 ## Docker Compose
 
 
-### Setup
+### Setup (Debian)
 
 
 1. Install Docker: See above.
 1. Install Docker: See above.
 1. Install: [Docker Documentation: Install Docker Compose](https://docs.docker.com/compose/install/).
 1. Install: [Docker Documentation: Install Docker Compose](https://docs.docker.com/compose/install/).

+ 1 - 3
config/virt-cont/libvirt-kvm.md

@@ -9,15 +9,13 @@ breadcrumbs:
 libvirt is a tool for managing platform virtualization like KVM and QEMU (among others).
 libvirt is a tool for managing platform virtualization like KVM and QEMU (among others).
 I'll only focus on using it with KVM (and QEMU) here.
 I'll only focus on using it with KVM (and QEMU) here.
 
 
-Using **Debian**.
-
 ## General
 ## General
 
 
 - Requires Intel VT or AMD-V to be enabled to function optimally.
 - Requires Intel VT or AMD-V to be enabled to function optimally.
 - Note that running commands as non-root or not in the libvirt group will generally work but will not show all VMs. etc.
 - Note that running commands as non-root or not in the libvirt group will generally work but will not show all VMs. etc.
 - KVM was merged into the Linux kernel mainline in kernel version 2.6.20.
 - KVM was merged into the Linux kernel mainline in kernel version 2.6.20.
 
 
-## Installation
+## Installation (Debian)
 
 
 1. Install without extra stuff (like GUIs): `apt-get install --no-install-recommends iptables bridge-utils qemu-system qemu-utils libvirt-clients libvirt-daemon-system virtinst libosinfo-bin`
 1. Install without extra stuff (like GUIs): `apt-get install --no-install-recommends iptables bridge-utils qemu-system qemu-utils libvirt-clients libvirt-daemon-system virtinst libosinfo-bin`
 1. (Optional) Install `dnsmasq-base` for accessing guests using their hostnames.
 1. (Optional) Install `dnsmasq-base` for accessing guests using their hostnames.

+ 1 - 1
config/virt-cont/proxmox-ve.md

@@ -6,7 +6,7 @@ breadcrumbs:
 ---
 ---
 {% include header.md %}
 {% include header.md %}
 
 
-Using **Proxmox VE 6**.
+Using **Proxmox VE 7**.
 
 
 ## Host
 ## Host