From f6c023b3fb063161fcf636cddfdd482219cb7fcf Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 9 Jul 2023 14:52:32 +0200 Subject: [PATCH] chore: renamed the 'project' comments header to 'upstream' --- examples/kubernetes/create an admission webhook/README.md | 2 +- examples/kubernetes/prometheus on k8s using helm.md | 2 +- knowledge base/1password-cli.md | 2 +- knowledge base/acl.md | 2 +- knowledge base/agg.md | 2 +- knowledge base/android.md | 2 +- knowledge base/ansible.md | 2 +- knowledge base/antigen.md | 2 +- knowledge base/apk.md | 2 +- knowledge base/apt-file.md | 2 +- knowledge base/apt.md | 2 +- knowledge base/arch linux.md | 2 +- knowledge base/armbian.md | 2 +- knowledge base/asciinema.md | 2 +- knowledge base/asdf.md | 2 +- knowledge base/awk.md | 2 +- knowledge base/azure/aks.md | 2 +- knowledge base/azure/bicep.md | 2 +- knowledge base/azure/cli.md | 2 +- knowledge base/azure/devops.md | 2 +- knowledge base/azure/kubelogin.md | 2 +- knowledge base/boinc.md | 2 +- knowledge base/boinccmd.md | 2 +- knowledge base/btrfs.md | 2 +- knowledge base/cfengine3.md | 2 +- knowledge base/chmod.md | 2 +- knowledge base/cmp.md | 2 +- knowledge base/comm.md | 2 +- knowledge base/conventional commits.md | 2 +- knowledge base/create, mount and use an encrypted disk.md | 2 +- knowledge base/cron.md | 2 +- knowledge base/dd.md | 2 +- knowledge base/debian.md | 2 +- knowledge base/diff-highlight.md | 2 +- knowledge base/dnf.md | 2 +- knowledge base/freebsd.md | 2 +- knowledge base/gcp/cloud sql.md | 2 +- knowledge base/gcp/config connector.md | 2 +- knowledge base/gcp/gcloud.md | 2 +- knowledge base/gcp/gke.md | 2 +- knowledge base/git.md | 2 +- knowledge base/gitlab.md | 2 +- knowledge base/golang.md | 2 +- knowledge base/gopass.md | 2 +- knowledge base/gpg.md | 2 +- knowledge base/helios4.md | 2 +- knowledge base/internet protocol.md | 2 +- knowledge base/iptab.md | 2 +- knowledge base/jot.md | 2 +- knowledge base/knockd.md | 2 +- .../kubernetes/check a pod can connect to an external db.md | 2 +- knowledge base/kubernetes/drain a node.md | 2 +- .../get the environment of a process running in a container.md | 2 +- knowledge base/kubernetes/helm.md | 2 +- knowledge base/kubernetes/helmfile.md | 2 +- knowledge base/kubernetes/istio.md | 2 +- knowledge base/kubernetes/k3s.md | 2 +- knowledge base/kubernetes/kapp.md | 2 +- knowledge base/kubernetes/keda.md | 2 +- knowledge base/kubernetes/kubectl.md | 2 +- knowledge base/kubernetes/kubeval.md | 2 +- knowledge base/kubernetes/minikube.md | 2 +- knowledge base/kubernetes/velero.md | 2 +- knowledge base/linux kernel modules.md | 2 +- knowledge base/list image tags from ghcr.io.md | 2 +- knowledge base/lxc.md | 2 +- knowledge base/m365.md | 2 +- knowledge base/mac os x/README.md | 2 +- knowledge base/mac os x/little snitch.md | 2 +- knowledge base/mac os x/macports.md | 2 +- knowledge base/mac os x/openssl-osx-ca.md | 2 +- knowledge base/mac os x/time machine.md | 2 +- knowledge base/magisk.md | 2 +- knowledge base/markdown.md | 2 +- knowledge base/mermaid-cli.md | 2 +- knowledge base/mermaid.js.md | 2 +- knowledge base/mitmproxy.md | 2 +- knowledge base/multipass.md | 2 +- knowledge base/nc.md | 2 +- knowledge base/netselect-apt.md | 2 +- knowledge base/node.js.md | 2 +- knowledge base/npm.md | 2 +- knowledge base/opencl.md | 2 +- knowledge base/openssl.md | 2 +- knowledge base/pdfunite.md | 2 +- knowledge base/pi-hole.md | 2 +- knowledge base/pihole.md | 2 +- knowledge base/ping.md | 2 +- knowledge base/pocl.md | 2 +- knowledge base/portage.md | 2 +- knowledge base/postgresql.md | 2 +- knowledge base/python.md | 2 +- knowledge base/raspberry pi imager.md | 2 +- knowledge base/raspberry pi os.md | 2 +- knowledge base/redis-cli.md | 2 +- knowledge base/replicated.md | 2 +- knowledge base/replicatedctl.md | 2 +- knowledge base/rfkill.md | 2 +- knowledge base/rm.md | 2 +- knowledge base/saltstack.md | 2 +- knowledge base/script.md | 2 +- knowledge base/sort.md | 2 +- knowledge base/ssh.md | 2 +- knowledge base/stunnel.md | 2 +- knowledge base/synology dsm.md | 2 +- knowledge base/tcpdump.md | 2 +- knowledge base/terraform enterprise.md | 2 +- knowledge base/terraform.md | 2 +- knowledge base/tfe-admin.md | 2 +- knowledge base/timeout.md | 2 +- knowledge base/turris omnia.md | 2 +- knowledge base/ubports.md | 2 +- knowledge base/uci.md | 2 +- knowledge base/uniq.md | 2 +- knowledge base/upgrade a ps4's hdd/README.md | 2 +- knowledge base/vagrant.md | 2 +- knowledge base/wake a host from lan.md | 2 +- knowledge base/wakeonlan.md | 2 +- knowledge base/xdg base directory.md | 2 +- knowledge base/zfs.md | 2 +- 120 files changed, 120 insertions(+), 120 deletions(-) diff --git a/examples/kubernetes/create an admission webhook/README.md b/examples/kubernetes/create an admission webhook/README.md index f4b58a1..5e58371 100644 --- a/examples/kubernetes/create an admission webhook/README.md +++ b/examples/kubernetes/create an admission webhook/README.md @@ -237,7 +237,7 @@ All the references in the [further readings] section, plus the following: - [writing a very basic kubernetes mutating admission webhook] - Istio's [script][certificate script] to generate a certificate signing request - + [admission request]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request [admission response]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#response [cert script]: create-signed-cert.sh diff --git a/examples/kubernetes/prometheus on k8s using helm.md b/examples/kubernetes/prometheus on k8s using helm.md index bd77fe8..b55638a 100644 --- a/examples/kubernetes/prometheus on k8s using helm.md +++ b/examples/kubernetes/prometheus on k8s using helm.md @@ -43,7 +43,7 @@ All the references in the [further readings] section, plus the following: - [Helm chart] - + [helm chart]: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus diff --git a/knowledge base/1password-cli.md b/knowledge base/1password-cli.md index b374fdd..44a81c4 100644 --- a/knowledge base/1password-cli.md +++ b/knowledge base/1password-cli.md @@ -47,7 +47,7 @@ All the references in the [further readings] section, plus the following: - [CLI getting started] guide - + [cli getting started]: https://support.1password.com/command-line-getting-started/ [cli guide]: https://support.1password.com/command-line/ diff --git a/knowledge base/acl.md b/knowledge base/acl.md index 45f1865..9b09c2d 100644 --- a/knowledge base/acl.md +++ b/knowledge base/acl.md @@ -37,7 +37,7 @@ All the references in the [further readings] section, plus the following: - [Access Control Lists (ACL) in Linux] - + [further readings]: #further-readings diff --git a/knowledge base/agg.md b/knowledge base/agg.md index 6a01895..77f53f9 100644 --- a/knowledge base/agg.md +++ b/knowledge base/agg.md @@ -30,7 +30,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/android.md b/knowledge base/android.md index cb27102..426b906 100644 --- a/knowledge base/android.md +++ b/knowledge base/android.md @@ -69,7 +69,7 @@ All the references in the [further readings] section, plus the following: - [How to Use ADB and Fastboot on Android] - + [adb]: https://developer.android.com/studio/command-line/adb diff --git a/knowledge base/ansible.md b/knowledge base/ansible.md index d43ab6f..99d8214 100644 --- a/knowledge base/ansible.md +++ b/knowledge base/ansible.md @@ -529,7 +529,7 @@ All the references in the [further readings] section, plus the following: - [How to recursively set directory and file permissions] - [Is it possible to use inline templates?] - + [ansible galaxy user guide]: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html [automating helm using ansible]: https://www.ansible.com/blog/automating-helm-using-ansible [configuration]: https://docs.ansible.com/ansible/latest/reference_appendices/config.html diff --git a/knowledge base/antigen.md b/knowledge base/antigen.md index dc9b3e3..b628f29 100644 --- a/knowledge base/antigen.md +++ b/knowledge base/antigen.md @@ -34,7 +34,7 @@ antigen apply All the references in the [further readings] section, plus the following: - + [github]: https://github.com/zsh-users/antigen [wiki]: https://github.com/zsh-users/antigen/wiki diff --git a/knowledge base/apk.md b/knowledge base/apk.md index c158eee..baa3b0b 100644 --- a/knowledge base/apk.md +++ b/knowledge base/apk.md @@ -66,7 +66,7 @@ apk info -d 'parallel' - [10 Alpine Linux apk Command Examples] - + diff --git a/knowledge base/apt-file.md b/knowledge base/apt-file.md index 99c0125..80de762 100644 --- a/knowledge base/apt-file.md +++ b/knowledge base/apt-file.md @@ -24,7 +24,7 @@ All the references in the [further readings] section, plus the following: - [List of files installed from apt package] - + [further readings]: #further-readings diff --git a/knowledge base/apt.md b/knowledge base/apt.md index 6778d11..b5e599d 100644 --- a/knowledge base/apt.md +++ b/knowledge base/apt.md @@ -211,7 +211,7 @@ All the references in the [further readings] section, plus the following: - [cheat.sh] - [Fix a "Problem with MergeList" or "status file could not be parsed" error] - + [apt configuration]: https://wiki.debian.org/AptConfiguration [apt_preferences man page]: https://manpages.debian.org/testing/apt/apt_preferences.5.en.html [configuring apt sources]: https://wiki.debian.org/SourcesList diff --git a/knowledge base/arch linux.md b/knowledge base/arch linux.md index 6f7ead9..8714f40 100644 --- a/knowledge base/arch linux.md +++ b/knowledge base/arch linux.md @@ -20,7 +20,7 @@ git clone https://aur.archlinux.org/jdupes.git \ - [Suspend and hibernate] - [Arch User Repository] - + [arch user repository]: https://wiki.archlinux.org/title/Arch_User_Repository [suspend and hibernate]: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate diff --git a/knowledge base/armbian.md b/knowledge base/armbian.md index 4862277..5d551eb 100644 --- a/knowledge base/armbian.md +++ b/knowledge base/armbian.md @@ -20,7 +20,7 @@ Based on Debian. All the references in the [further readings] section, plus the following: - + [website]: https://www.armbian.com/ diff --git a/knowledge base/asciinema.md b/knowledge base/asciinema.md index ac7755d..f411a0e 100644 --- a/knowledge base/asciinema.md +++ b/knowledge base/asciinema.md @@ -46,7 +46,7 @@ All the references in the [further readings] section, plus the following: references --> - + [github]: https://github.com/asciinema/asciinema [website]: https://asciinema.org/ diff --git a/knowledge base/asdf.md b/knowledge base/asdf.md index 8b63909..ff4a42a 100644 --- a/knowledge base/asdf.md +++ b/knowledge base/asdf.md @@ -150,7 +150,7 @@ The versions listed in such file can be: - [plugins list] - [`.tool-versions` example][.tool-versions example] - + [github]: https://github.com/asdf-vm/asdf [homepage]: https://asdf-vm.com/ [plugins list]: https://github.com/asdf-vm/asdf-plugins diff --git a/knowledge base/awk.md b/knowledge base/awk.md index 599c1c0..60cd43f 100644 --- a/knowledge base/awk.md +++ b/knowledge base/awk.md @@ -32,7 +32,7 @@ awk '$2 > 100' sales.txt - [Printing the last column of a line in a file] - [The essential Bash cheat sheet] - + diff --git a/knowledge base/azure/aks.md b/knowledge base/azure/aks.md index a22340b..04179ad 100644 --- a/knowledge base/azure/aks.md +++ b/knowledge base/azure/aks.md @@ -29,7 +29,7 @@ Make sure you have enough space in your cluster's Subnet for at least one new No All the references in the [further readings] section, plus the following: - + [Update or rotate the credentials for an AKS cluster]: https://learn.microsoft.com/en-us/azure/aks/update-credentials diff --git a/knowledge base/azure/bicep.md b/knowledge base/azure/bicep.md index f205369..08fe116 100644 --- a/knowledge base/azure/bicep.md +++ b/knowledge base/azure/bicep.md @@ -86,7 +86,7 @@ az bicep upgrade -t 'linux-x64' All the references in the [further readings] section, plus the following: - + [az bicep]: https://learn.microsoft.com/en-us/cli/azure/bicep [what is bicep?]: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview diff --git a/knowledge base/azure/cli.md b/knowledge base/azure/cli.md index 210f895..42a0612 100644 --- a/knowledge base/azure/cli.md +++ b/knowledge base/azure/cli.md @@ -520,7 +520,7 @@ All the references in the [further readings] section, plus the following: - [`az aks` command reference][az aks reference] - [Create and manage Azure Pipelines from the command line] - + [authenticate with an azure container registry]: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-authentication?tabs=azure-cli [az aks reference]: https://learn.microsoft.com/en-us/cli/azure/aks [az reference]: https://learn.microsoft.com/en-us/cli/azure/reference-index diff --git a/knowledge base/azure/devops.md b/knowledge base/azure/devops.md index 1eedb8d..ab54e44 100644 --- a/knowledge base/azure/devops.md +++ b/knowledge base/azure/devops.md @@ -138,7 +138,7 @@ All the references in the [further readings] section, plus the following: - [Loops in Azure DevOps Pipelines] - + [expressions]: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions [use predefined variables]: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables [az devops]: https://learn.microsoft.com/en-us/cli/azure/devops?view=azure-cli-latest diff --git a/knowledge base/azure/kubelogin.md b/knowledge base/azure/kubelogin.md index f6cca6b..01a1716 100644 --- a/knowledge base/azure/kubelogin.md +++ b/knowledge base/azure/kubelogin.md @@ -73,7 +73,7 @@ kubelogin remove-tokens - [Azure CLI] - [`kubectl`][kubectl] - + [website]: https://azure.github.io/kubelogin/ diff --git a/knowledge base/boinc.md b/knowledge base/boinc.md index d16b7f4..3df5a49 100644 --- a/knowledge base/boinc.md +++ b/knowledge base/boinc.md @@ -155,7 +155,7 @@ In `cc_config.xml`: All the references in the [further readings] section, plus the following: - + [boinc manager]: https://boinc.berkeley.edu/wiki/BOINC_Manager [client configuration]: https://boinc.berkeley.edu/wiki/Client_configuration [controlling boinc remotely]: https://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely diff --git a/knowledge base/boinccmd.md b/knowledge base/boinccmd.md index 381d888..bb10bff 100644 --- a/knowledge base/boinccmd.md +++ b/knowledge base/boinccmd.md @@ -74,7 +74,7 @@ boinccmd --set_network_mode 'never' '600' All the references in the [further readings] section, plus the following: - + [boinccmd tool]: https://boinc.berkeley.edu/wiki/Boinccmd_tool diff --git a/knowledge base/btrfs.md b/knowledge base/btrfs.md index 3abf4eb..be1ec00 100644 --- a/knowledge base/btrfs.md +++ b/knowledge base/btrfs.md @@ -163,7 +163,7 @@ sudo snapper -c 'config' diff '445..446' - [Does BTRFS have an efficient way to compare snapshots?] - [Determine if a BTRFS subvolume is read-only] - + [documentation]: https://btrfs.readthedocs.io/en/latest/ [introduction]: https://btrfs.readthedocs.io/en/latest/Introduction.html diff --git a/knowledge base/cfengine3.md b/knowledge base/cfengine3.md index 749ab5b..de75456 100644 --- a/knowledge base/cfengine3.md +++ b/knowledge base/cfengine3.md @@ -69,7 +69,7 @@ cf-remote install --hub 'hub' --bootstrap 'hub' All the references in the [further readings] section, plus the following: - + [documentation]: https://docs.cfengine.com/docs/master/ [website]: https://cfengine.com/ diff --git a/knowledge base/chmod.md b/knowledge base/chmod.md index 8dc46fd..6d30d80 100644 --- a/knowledge base/chmod.md +++ b/knowledge base/chmod.md @@ -12,7 +12,7 @@ chmod --reference 'reference-file' 'changed-file' - [18 selected super-useful Linux one-liners] - + [18 selected super-useful linux one-liners]: https://medium.com/codex/18-selected-super-useful-linux-one-liners-398ba6d20f8c diff --git a/knowledge base/cmp.md b/knowledge base/cmp.md index 2b1e0b3..8b3de63 100644 --- a/knowledge base/cmp.md +++ b/knowledge base/cmp.md @@ -32,7 +32,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/comm.md b/knowledge base/comm.md index d2fbf7c..6d42f9a 100644 --- a/knowledge base/comm.md +++ b/knowledge base/comm.md @@ -47,7 +47,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/conventional commits.md b/knowledge base/conventional commits.md index 5e2b641..891f287 100644 --- a/knowledge base/conventional commits.md +++ b/knowledge base/conventional commits.md @@ -24,5 +24,5 @@ A commit message should be structured as follows: - [Website] - + [website]: https://www.conventionalcommits.org diff --git a/knowledge base/create, mount and use an encrypted disk.md b/knowledge base/create, mount and use an encrypted disk.md index ae2ce75..b45c084 100644 --- a/knowledge base/create, mount and use an encrypted disk.md +++ b/knowledge base/create, mount and use an encrypted disk.md @@ -52,7 +52,7 @@ All the references in the [further readings] section, plus the following: - script: [Create an encrypted BTRFS device] - script: [Create an encrypted ZFS device] - + diff --git a/knowledge base/cron.md b/knowledge base/cron.md index c8c740b..fe91290 100644 --- a/knowledge base/cron.md +++ b/knowledge base/cron.md @@ -26,7 +26,7 @@ All the references in the [further readings] section, plus the following: - [Function of /etc/cron.hourly] - + [further readings]: #further-readings diff --git a/knowledge base/dd.md b/knowledge base/dd.md index b6bddf2..36f23c1 100644 --- a/knowledge base/dd.md +++ b/knowledge base/dd.md @@ -87,7 +87,7 @@ All the references in the [further readings] section, plus the following: - [cheat.sh] - [Linux and Unix Test Disk I/O Performance With dd Command] - + [cheat.sh]: https://cheat.sh/dd diff --git a/knowledge base/debian.md b/knowledge base/debian.md index b919f81..83cbacd 100644 --- a/knowledge base/debian.md +++ b/knowledge base/debian.md @@ -20,7 +20,7 @@ All the references in the [further readings] section, plus the following: - [Advice for new users on not breaking their Debian system] - + [advice for new users on not breaking their debian system]: https://wiki.debian.org/DontBreakDebian diff --git a/knowledge base/diff-highlight.md b/knowledge base/diff-highlight.md index 65f746f..fe156fe 100644 --- a/knowledge base/diff-highlight.md +++ b/knowledge base/diff-highlight.md @@ -39,7 +39,7 @@ In `${HOME}/.gitconfig`: All the references in the [further readings] section, plus the following: - + [github]: https://github.com/tk0miya/diff-highlight [pypi]: https://pypi.org/project/diff-highlight/ diff --git a/knowledge base/dnf.md b/knowledge base/dnf.md index d98f7c9..cd653f1 100644 --- a/knowledge base/dnf.md +++ b/knowledge base/dnf.md @@ -157,7 +157,7 @@ All the references in the [further readings] section, plus the following: - [How to use YUM/DNF to downgrade or rollback some package updates?] - [How to lock kernel (or another package) on Fedora] - + diff --git a/knowledge base/freebsd.md b/knowledge base/freebsd.md index 02ec2df..3f3c133 100644 --- a/knowledge base/freebsd.md +++ b/knowledge base/freebsd.md @@ -245,7 +245,7 @@ All the references in the [further readings] section, plus the following: - [Boinc] - [sbz's FreeBSD commands cheat-sheet] - + [freebsd handbook]: https://docs.freebsd.org/en/books/handbook/ [installing applications]: https://docs.freebsd.org/en/books/handbook/ports/ [linux binary compatibility]: https://docs.freebsd.org/en/books/handbook/linuxemu/ diff --git a/knowledge base/gcp/cloud sql.md b/knowledge base/gcp/cloud sql.md index 6e7090e..46a55c1 100644 --- a/knowledge base/gcp/cloud sql.md +++ b/knowledge base/gcp/cloud sql.md @@ -107,7 +107,7 @@ Terraform will use the provider to connect to the proxy and operate on the SQL i All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/gcp/config connector.md b/knowledge base/gcp/config connector.md index b828645..841387b 100644 --- a/knowledge base/gcp/config connector.md +++ b/knowledge base/gcp/config connector.md @@ -56,7 +56,7 @@ kubectl get crds --selector cnrm.cloud.google.com/managed-by-kcc=true All the references in the [further readings] section, plus the following: - + [getting started]: https://cloud.google.com/config-connector/docs/how-to/getting-started [installation howto]: https://cloud.google.com/config-connector/docs/how-to/install-upgrade-uninstall [installation types]: https://cloud.google.com/config-connector/docs/concepts/installation-types diff --git a/knowledge base/gcp/gcloud.md b/knowledge base/gcp/gcloud.md index acdfaf6..08612db 100644 --- a/knowledge base/gcp/gcloud.md +++ b/knowledge base/gcp/gcloud.md @@ -59,7 +59,7 @@ All the references in the [further readings] section, plus the following: - [`gcloud projects`][gcloud projects] - + [creating and managing projects]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [gcloud projects]: https://cloud.google.com/sdk/gcloud/reference/projects diff --git a/knowledge base/gcp/gke.md b/knowledge base/gcp/gke.md index 03d66fd..13e91c6 100644 --- a/knowledge base/gcp/gke.md +++ b/knowledge base/gcp/gke.md @@ -100,7 +100,7 @@ All the references in the [further readings] section, plus the following: - [Connect to a compute instance] - [Preparing a Google Kubernetes Engine environment for production] - + [connect to a compute instance]: https://cloud.google.com/compute/docs/instances/connecting-to-instance [kubectl cluster access]: https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl [preparing a google kubernetes engine environment for production]: https://cloud.google.com/solutions/prep-kubernetes-engine-for-prod diff --git a/knowledge base/git.md b/knowledge base/git.md index 856f387..4ba4fc4 100644 --- a/knowledge base/git.md +++ b/knowledge base/git.md @@ -954,7 +954,7 @@ git -c http.sslVerify=false … - [1 minute coding tip: git diff-words to see diffs on a per-word basis instead of per line] - [Dress up your git diffs with word-level highlights] - + [docs]: https://git-scm.com/docs/git [getting git on a server]: https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server [git-config reference]: https://git-scm.com/docs/git-config diff --git a/knowledge base/gitlab.md b/knowledge base/gitlab.md index 45f8303..097b8c8 100644 --- a/knowledge base/gitlab.md +++ b/knowledge base/gitlab.md @@ -369,7 +369,7 @@ All the references in the [further readings] section, plus the following: - [Configuring private dns zones and upstream nameservers in kubernetes] - [Using GitLab token to clone without authentication] - + [adding and removing kubernetes clusters]: https://docs.gitlab.com/ee/user/project/clusters/add_remove_clusters.html [chart]: https://docs.gitlab.com/charts/ [command-line options]: https://docs.gitlab.com/charts/installation/command-line-options.html diff --git a/knowledge base/golang.md b/knowledge base/golang.md index a9be07f..7ab0760 100644 --- a/knowledge base/golang.md +++ b/knowledge base/golang.md @@ -31,7 +31,7 @@ See [building minimal docker containers for go applications] and [create the sma All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/gopass.md b/knowledge base/gopass.md index eb5de69..0379323 100644 --- a/knowledge base/gopass.md +++ b/knowledge base/gopass.md @@ -192,7 +192,7 @@ All the references in the [further readings] section, plus the following: - [BrowserPass extension installation guide] - + [config]: https://github.com/gopasspw/gopass/blob/master/docs/config.md [documentation]: https://github.com/gopasspw/gopass/tree/master/docs [faq]: https://github.com/gopasspw/gopass/blob/master/docs/faq.md diff --git a/knowledge base/gpg.md b/knowledge base/gpg.md index 53359df..c1f1ddf 100644 --- a/knowledge base/gpg.md +++ b/knowledge base/gpg.md @@ -354,7 +354,7 @@ export GPG_TTY=$(tty) - [How to renew a (soon to be) expired GPG key] - [Renew GPG key] - + [commonly seen problems]: https://www.gnupg.org/documentation/manuals/gnupg/Common-Problems.html [unattended key generation]: https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html diff --git a/knowledge base/helios4.md b/knowledge base/helios4.md index 68d991d..1103a5d 100644 --- a/knowledge base/helios4.md +++ b/knowledge base/helios4.md @@ -89,7 +89,7 @@ sudo armbian-config All the references in the [further readings] section, plus the following: - + [download page]: https://wiki.kobol.io/download/#helios4 [installation guide]: https://wiki.kobol.io/helios4/install/ [tested microsd cards]: https://wiki.kobol.io/helios4/sdcard/#tested-microsd-card diff --git a/knowledge base/internet protocol.md b/knowledge base/internet protocol.md index 8c36b1c..60d7327 100644 --- a/knowledge base/internet protocol.md +++ b/knowledge base/internet protocol.md @@ -91,7 +91,7 @@ These ranges aren't officially IPv6 bogon ranges - they're IPv6 representations All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/iptab.md b/knowledge base/iptab.md index 0eacc56..2351c52 100644 --- a/knowledge base/iptab.md +++ b/knowledge base/iptab.md @@ -28,7 +28,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/jot.md b/knowledge base/jot.md index c3638a7..48bef22 100644 --- a/knowledge base/jot.md +++ b/knowledge base/jot.md @@ -46,7 +46,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/knockd.md b/knowledge base/knockd.md index 17b5694..6f2002b 100644 --- a/knowledge base/knockd.md +++ b/knowledge base/knockd.md @@ -96,7 +96,7 @@ Check the [`knockd(1)`][knockd man page] man page for all the information. - [Server][knockd man page]'s man page - [Client][knock man page]'s man page - + [how to use port knocking to secure ssh service in linux]: https://www.tecmint.com/port-knocking-to-secure-ssh/ diff --git a/knowledge base/kubernetes/check a pod can connect to an external db.md b/knowledge base/kubernetes/check a pod can connect to an external db.md index 425a56e..a617fee 100644 --- a/knowledge base/kubernetes/check a pod can connect to an external db.md +++ b/knowledge base/kubernetes/check a pod can connect to an external db.md @@ -31,7 +31,7 @@ mysql --host 10.0.2.15 --port 3306 --user root All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/kubernetes/drain a node.md b/knowledge base/kubernetes/drain a node.md index 3288812..1c973bf 100644 --- a/knowledge base/kubernetes/drain a node.md +++ b/knowledge base/kubernetes/drain a node.md @@ -45,7 +45,7 @@ All the references in the [further readings] section, plus the following: - [How to drain a node in Kubernetes] - + [further readings]: #further-readings diff --git a/knowledge base/kubernetes/get the environment of a process running in a container.md b/knowledge base/kubernetes/get the environment of a process running in a container.md index e6c0b78..8258270 100644 --- a/knowledge base/kubernetes/get the environment of a process running in a container.md +++ b/knowledge base/kubernetes/get the environment of a process running in a container.md @@ -28,7 +28,7 @@ All the references in the [further readings] section, plus the following: - [Get the environment variables of running process in container] - + [further readings]: #further-readings diff --git a/knowledge base/kubernetes/helm.md b/knowledge base/kubernetes/helm.md index 03afbd5..7d7c965 100644 --- a/knowledge base/kubernetes/helm.md +++ b/knowledge base/kubernetes/helm.md @@ -113,7 +113,7 @@ To achieve this: All the references in the [further readings] section, plus the following: - + [website]: https://helm.sh/ diff --git a/knowledge base/kubernetes/helmfile.md b/knowledge base/kubernetes/helmfile.md index d1f10e9..d04b365 100644 --- a/knowledge base/kubernetes/helmfile.md +++ b/knowledge base/kubernetes/helmfile.md @@ -36,7 +36,7 @@ helmfile \ All the references in the [further readings] section, plus the following: - + [github]: https://github.com/helmfile/helmfile diff --git a/knowledge base/kubernetes/istio.md b/knowledge base/kubernetes/istio.md index 42297ab..f16b53e 100644 --- a/knowledge base/kubernetes/istio.md +++ b/knowledge base/kubernetes/istio.md @@ -77,7 +77,7 @@ All the references in the [further readings] section, plus the following: - Red Hat's article on [service meshes][service mesh] - + [getting started guide]: https://istio.io/latest/docs/setup/getting-started/ diff --git a/knowledge base/kubernetes/k3s.md b/knowledge base/kubernetes/k3s.md index 392e155..08f347d 100644 --- a/knowledge base/kubernetes/k3s.md +++ b/knowledge base/kubernetes/k3s.md @@ -20,7 +20,7 @@ All the references in the [further readings] section, plus the following: - The [Build your very own self-hosting platform with Raspberry Pi and Kubernetes] series of articles - [Run Kubernetes on a Raspberry Pi with k3s] - + [documentation]: https://docs.k3s.io/ [website]: https://k3s.io/ diff --git a/knowledge base/kubernetes/kapp.md b/knowledge base/kubernetes/kapp.md index d5aaaa8..879ec02 100644 --- a/knowledge base/kubernetes/kapp.md +++ b/knowledge base/kubernetes/kapp.md @@ -30,7 +30,7 @@ $ kapp -y deploy -a 'my-app' -f <(ytt -f './examples/simple-app-example/config-1 All the references in the [further readings] section, plus the following: - + [website]: https://get-kapp.io diff --git a/knowledge base/kubernetes/keda.md b/knowledge base/kubernetes/keda.md index b50f25b..4a5925a 100644 --- a/knowledge base/kubernetes/keda.md +++ b/knowledge base/kubernetes/keda.md @@ -314,7 +314,7 @@ All the references in the [further readings] section, plus the following: - The `/scale` [subresource][/scale subresource] - The [ScaledObject specification] - + [authentication]: https://keda.sh/docs/2.0/concepts/authentication/ [concepts]: https://keda.sh/docs/2.0/concepts/ [external scalers]: https://keda.sh/docs/2.0/concepts/external-scalers/ diff --git a/knowledge base/kubernetes/kubectl.md b/knowledge base/kubernetes/kubectl.md index 89f94cb..d3369c9 100644 --- a/knowledge base/kubernetes/kubectl.md +++ b/knowledge base/kubernetes/kubectl.md @@ -593,7 +593,7 @@ All the references in the [further readings] section, plus the following: - [Run a replicated stateful application] - [Accessing an application on Kubernetes in Docker] - + [assigning pods to nodes]: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ [cheatsheet]: https://kubernetes.io/docs/reference/kubectl/cheatsheet [commands reference]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands diff --git a/knowledge base/kubernetes/kubeval.md b/knowledge base/kubernetes/kubeval.md index b66f5bb..1799298 100644 --- a/knowledge base/kubernetes/kubeval.md +++ b/knowledge base/kubernetes/kubeval.md @@ -26,7 +26,7 @@ Validation failed All the references in the [further readings] section, plus the following: - + [kubeval]: https://www.kubeval.com diff --git a/knowledge base/kubernetes/minikube.md b/knowledge base/kubernetes/minikube.md index 3ff204d..bbaab82 100644 --- a/knowledge base/kubernetes/minikube.md +++ b/knowledge base/kubernetes/minikube.md @@ -95,7 +95,7 @@ All the references in the [further readings] section, plus the following: - How to [use local docker images] in Minikube - How to [use untrusted certs] - + [accessing]: https://minikube.sigs.k8s.io/docs/handbook/accessing [completion]: https://minikube.sigs.k8s.io/docs/commands/completion [configuration]: https://minikube.sigs.k8s.io/docs/handbook/config diff --git a/knowledge base/kubernetes/velero.md b/knowledge base/kubernetes/velero.md index 21b4c5a..747fe9b 100644 --- a/knowledge base/kubernetes/velero.md +++ b/knowledge base/kubernetes/velero.md @@ -23,7 +23,7 @@ All the references in the [further readings] section, plus the following: references --> - + [documentation]: https://velero.io/docs/main/ [website]: https://velero.io/ diff --git a/knowledge base/linux kernel modules.md b/knowledge base/linux kernel modules.md index 3d2081c..2217f92 100644 --- a/knowledge base/linux kernel modules.md +++ b/knowledge base/linux kernel modules.md @@ -64,7 +64,7 @@ All the references in the [further readings] section, plus the following: - The [Kernel module][arch wiki kernel module] page in the [Arch wiki] - The [Kernel modules][gentoo wiki kernel modules] - + [further readings]: #further-readings diff --git a/knowledge base/list image tags from ghcr.io.md b/knowledge base/list image tags from ghcr.io.md index f1f2151..2764d3a 100644 --- a/knowledge base/list image tags from ghcr.io.md +++ b/knowledge base/list image tags from ghcr.io.md @@ -22,7 +22,7 @@ $ curl https://ghcr.io/v2/jbruchon/jdupes/tags/list \ - [How to check if a container image exists on GHCR?] - + diff --git a/knowledge base/lxc.md b/knowledge base/lxc.md index 591a4cd..f2cd76c 100644 --- a/knowledge base/lxc.md +++ b/knowledge base/lxc.md @@ -59,7 +59,7 @@ echo "vagrant veth lxcbr0 10" | sudo tee -a '/etc/lxc/lxc-usernet' All the references in the [further readings] section, plus the following: - + [getting started]: https://linuxcontainers.org/lxc/getting-started/ [website]: https://linuxcontainers.org/ diff --git a/knowledge base/m365.md b/knowledge base/m365.md index 3afd6be..ec1ba3f 100644 --- a/knowledge base/m365.md +++ b/knowledge base/m365.md @@ -55,7 +55,7 @@ m365 logout All the references in the [further readings] section, plus the following: - + [github]: https://github.com/pnp/cli-microsoft365 [website]: https://pnp.github.io/cli-microsoft365/ diff --git a/knowledge base/mac os x/README.md b/knowledge base/mac os x/README.md index 248e948..4187d64 100644 --- a/knowledge base/mac os x/README.md +++ b/knowledge base/mac os x/README.md @@ -369,7 +369,7 @@ All the references in the [further readings] section, plus the following: - [Resize, rotate, or flip an image in Preview on Mac] - [Who is listening on a given TCP port on Mac OS X?] - + [compress a pdf in preview on mac]: https://support.apple.com/guide/preview/compress-a-pdf-prvw1509/mac [mac startup key combinations]: https://support.apple.com/en-us/HT201255 [resize, rotate, or flip an image in preview on mac]: https://support.apple.com/guide/preview/resize-rotate-or-flip-an-image-prvw2015/11.0/mac/13.0 diff --git a/knowledge base/mac os x/little snitch.md b/knowledge base/mac os x/little snitch.md index 1e9a66d..1526610 100644 --- a/knowledge base/mac os x/little snitch.md +++ b/knowledge base/mac os x/little snitch.md @@ -22,7 +22,7 @@ FIXME All the references in the [further readings] section, plus the following: - + [the .lsrules file format]: https://help.obdev.at/littlesnitch5/ref-lsrules-file-format diff --git a/knowledge base/mac os x/macports.md b/knowledge base/mac os x/macports.md index 0fc62f7..6a80652 100644 --- a/knowledge base/mac os x/macports.md +++ b/knowledge base/mac os x/macports.md @@ -148,7 +148,7 @@ All the references in the [further readings] section, plus the following: - [cheat.sh] - + [guide]: https://guide.macports.org/ [ports]: https://ports.macports.org/ [website]: https://www.macports.org/ diff --git a/knowledge base/mac os x/openssl-osx-ca.md b/knowledge base/mac os x/openssl-osx-ca.md index 7ff425a..6634eb4 100644 --- a/knowledge base/mac os x/openssl-osx-ca.md +++ b/knowledge base/mac os x/openssl-osx-ca.md @@ -33,7 +33,7 @@ find "$(brew --prefix)/etc" -type 'f' -name 'cert.pem' -path '*/openssl*' -exec All the references in the [further readings] section, plus the following: - + [github]: https://github.com/raggi/openssl-osx-ca diff --git a/knowledge base/mac os x/time machine.md b/knowledge base/mac os x/time machine.md index 3cf961f..5bd5b64 100644 --- a/knowledge base/mac os x/time machine.md +++ b/knowledge base/mac os x/time machine.md @@ -33,7 +33,7 @@ sudo tmutil setdestination All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/magisk.md b/knowledge base/magisk.md index 9b00884..80490ea 100644 --- a/knowledge base/magisk.md +++ b/knowledge base/magisk.md @@ -65,7 +65,7 @@ To flash the patched boot image from your computer with `adb` and `fastboot`: - [How to Install Magisk on your Android Phone] - [Magisk install] - + [releases]: https://github.com/topjohnwu/Magisk/releases diff --git a/knowledge base/markdown.md b/knowledge base/markdown.md index d1279b4..d02a03a 100644 --- a/knowledge base/markdown.md +++ b/knowledge base/markdown.md @@ -302,7 +302,7 @@ All the references in the [further readings] section, plus the following: - [slaise/High-level-Markdown] - [Syntax highlighting in Markdown] - + [basic syntax]: https://www.markdownguide.org/basic-syntax [code blocks]: https://docs.readme.com/rdmd/docs/code-blocks [documentation]: https://docs.readme.com/rdmd/docs diff --git a/knowledge base/mermaid-cli.md b/knowledge base/mermaid-cli.md index f1e3da1..320a512 100644 --- a/knowledge base/mermaid-cli.md +++ b/knowledge base/mermaid-cli.md @@ -26,7 +26,7 @@ mmdc -i 'input.mmd' -o 'output.svg' All the references in the [further readings] section, plus the following: - + [github]: https://github.com/mermaid-js/mermaid-cli diff --git a/knowledge base/mermaid.js.md b/knowledge base/mermaid.js.md index 5faa5e2..c0316fc 100644 --- a/knowledge base/mermaid.js.md +++ b/knowledge base/mermaid.js.md @@ -18,7 +18,7 @@ Mermaid.js offers a [live editor] to check the graph code. - [Markdown] - [mermaid-cli] - + [documentation]: https://mermaid.js.org/intro/ [live editor]: https://mermaid.live diff --git a/knowledge base/mitmproxy.md b/knowledge base/mitmproxy.md index 0f28262..f6dbd5c 100644 --- a/knowledge base/mitmproxy.md +++ b/knowledge base/mitmproxy.md @@ -24,7 +24,7 @@ brew install 'mitmproxy' All the references in the [further readings] section, plus the following: - + [documentation]: https://docs.mitmproxy.org/stable/ [website]: https://mitmproxy.org/ diff --git a/knowledge base/multipass.md b/knowledge base/multipass.md index 2c7f43d..6e423b1 100644 --- a/knowledge base/multipass.md +++ b/knowledge base/multipass.md @@ -43,7 +43,7 @@ multipass purge - [Use Linux Virtual Machines with Multipass] - + [website]: https://multipass.run/ diff --git a/knowledge base/nc.md b/knowledge base/nc.md index 3b589c0..764aec4 100644 --- a/knowledge base/nc.md +++ b/knowledge base/nc.md @@ -34,6 +34,6 @@ nc -l 5666 - [How To use Netcat to establish and test TCP and UDP connections] - + [how to use netcat to establish and test tcp and udp connections]: https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections diff --git a/knowledge base/netselect-apt.md b/knowledge base/netselect-apt.md index feddcf0..4b25812 100644 --- a/knowledge base/netselect-apt.md +++ b/knowledge base/netselect-apt.md @@ -34,7 +34,7 @@ All the references in the [further readings] section, plus the following: - [How to find the fastest mirror in Debian and derivatives] - + [man page]: https://manpages.debian.org/testing/netselect-apt/netselect-apt.1.en.html diff --git a/knowledge base/node.js.md b/knowledge base/node.js.md index 4d80a66..a79bf56 100644 --- a/knowledge base/node.js.md +++ b/knowledge base/node.js.md @@ -24,7 +24,7 @@ export NODE_EXTRA_CA_CERTS='path/to/trusted/ca/cert.pem' All the references in the [further readings] section, plus the following: - + [website]: https://nodejs.org/en diff --git a/knowledge base/npm.md b/knowledge base/npm.md index 059fedb..75d786f 100644 --- a/knowledge base/npm.md +++ b/knowledge base/npm.md @@ -32,7 +32,7 @@ npm uninstall '@pnp/cli-microsoft365' All the references in the [further readings] section, plus the following: - + [documentation]: https://docs.npmjs.com/cli/ diff --git a/knowledge base/opencl.md b/knowledge base/opencl.md index 96b1b35..421a01e 100644 --- a/knowledge base/opencl.md +++ b/knowledge base/opencl.md @@ -20,7 +20,7 @@ Open Computing Language is an open, royalty-free standard for cross-platform, pa All the references in the [further readings] section, plus the following: - + [website]: https://www.khronos.org/opencl/ diff --git a/knowledge base/openssl.md b/knowledge base/openssl.md index 4536593..1508210 100644 --- a/knowledge base/openssl.md +++ b/knowledge base/openssl.md @@ -207,7 +207,7 @@ All the references in the [further readings] section, plus the following: - [OpenSSL unable to verify the first certificate for Experian URL] - [Verify certificate chain with OpenSSL] - + [further readings]: #further-readings diff --git a/knowledge base/pdfunite.md b/knowledge base/pdfunite.md index 885005d..108af60 100644 --- a/knowledge base/pdfunite.md +++ b/knowledge base/pdfunite.md @@ -24,7 +24,7 @@ pdfunite 'page-1.pdf' … 'page-N.pdf' 'output.pdf' All the references in the [further readings] section, plus the following: - + [website]: https://poppler.freedesktop.org/ diff --git a/knowledge base/pi-hole.md b/knowledge base/pi-hole.md index 9da6094..60e55c4 100644 --- a/knowledge base/pi-hole.md +++ b/knowledge base/pi-hole.md @@ -20,7 +20,7 @@ stat /etc/pihole/gravity.db - The [pihole] command - [Run Pi-hole as a container with Podman on openSUSE] - + [github]: https://github.com/pi-hole/pi-hole [website]: https://pi-hole.net/ diff --git a/knowledge base/pihole.md b/knowledge base/pihole.md index 6ab677d..b8e5328 100644 --- a/knowledge base/pihole.md +++ b/knowledge base/pihole.md @@ -40,7 +40,7 @@ pihole -a -t 'path/to/backup/file.tar.gz' - [Pi-hole] - [The pihole command] - + [the pihole command]: https://docs.pi-hole.net/core/pihole-command/ diff --git a/knowledge base/ping.md b/knowledge base/ping.md index ce2baa7..e2cba3b 100644 --- a/knowledge base/ping.md +++ b/knowledge base/ping.md @@ -11,7 +11,7 @@ ping -i 120 -a 'ip-address' - [18 selected super-useful Linux one-liners] - + [18 selected super-useful linux one-liners]: https://medium.com/codex/18-selected-super-useful-linux-one-liners-398ba6d20f8c diff --git a/knowledge base/pocl.md b/knowledge base/pocl.md index d58a6cb..97ae34f 100644 --- a/knowledge base/pocl.md +++ b/knowledge base/pocl.md @@ -15,7 +15,7 @@ PoCL uses Clang as an OpenCL C frontend, and LLVM for kernel compiler implementa - [Website] - [OpenCL] - + [website]: http://portablecl.org/ diff --git a/knowledge base/portage.md b/knowledge base/portage.md index 7a44aa8..222ed06 100644 --- a/knowledge base/portage.md +++ b/knowledge base/portage.md @@ -27,7 +27,7 @@ portageq envvar 'FEATURES' | xargs -n1 All the references in the [further readings] section, plus the following: - + [/etc/portage]: https://wiki.gentoo.org/wiki//etc/portage [portage]: https://wiki.gentoo.org/wiki/Portage diff --git a/knowledge base/postgresql.md b/knowledge base/postgresql.md index 0cfc042..8154c47 100644 --- a/knowledge base/postgresql.md +++ b/knowledge base/postgresql.md @@ -29,7 +29,7 @@ All the references in the [further readings] section, plus the following: - [Connect to a PostgreSQL database] - + [docker image]: https://github.com/docker-library/docs/blob/master/postgres/README.md diff --git a/knowledge base/python.md b/knowledge base/python.md index 646ecea..2be9d50 100644 --- a/knowledge base/python.md +++ b/knowledge base/python.md @@ -201,7 +201,7 @@ See [concurrent execution] for more information. - [Logging library] - [Subprocess library] - + [concurrent execution]: https://docs.python.org/3/library/concurrency.html [dictionaries]: https://docs.python.org/3/tutorial/datastructures.html#dictionaries [logging howto]: https://docs.python.org/3/howto/logging.html diff --git a/knowledge base/raspberry pi imager.md b/knowledge base/raspberry pi imager.md index ed84a3c..377cfe1 100644 --- a/knowledge base/raspberry pi imager.md +++ b/knowledge base/raspberry pi imager.md @@ -29,7 +29,7 @@ All the references in the [further readings] section, plus the following: - [Raspberry Pi Imager Now Comes With Advanced Options] - + [further readings]: #further-readings diff --git a/knowledge base/raspberry pi os.md b/knowledge base/raspberry pi os.md index abb9c20..bcc19de 100644 --- a/knowledge base/raspberry pi os.md +++ b/knowledge base/raspberry pi os.md @@ -421,7 +421,7 @@ All the references in the [further readings] section, plus the following: references --> - + [/boot/config.txt]: https://www.raspberrypi.org/documentation/configuration/config-txt/README.md [configuration]: https://www.raspberrypi.com/documentation/computers/configuration.html [mirrors]: https://www.raspbian.org/RaspbianMirrors diff --git a/knowledge base/redis-cli.md b/knowledge base/redis-cli.md index e3cc459..7893276 100644 --- a/knowledge base/redis-cli.md +++ b/knowledge base/redis-cli.md @@ -44,7 +44,7 @@ redis-cli … 'MONITOR' All the references in the [further readings] section, plus the following: - + [documentation]: https://redis.io/docs/ [website]: https://redis.io/ diff --git a/knowledge base/replicated.md b/knowledge base/replicated.md index 4fdd146..c8f3562 100644 --- a/knowledge base/replicated.md +++ b/knowledge base/replicated.md @@ -17,7 +17,7 @@ replicated admin --tty=0 retrieve-iact ## Sources - + [replicatedctl]: replicatedctl.md diff --git a/knowledge base/replicatedctl.md b/knowledge base/replicatedctl.md index f084b31..c2ba5ef 100644 --- a/knowledge base/replicatedctl.md +++ b/knowledge base/replicatedctl.md @@ -38,5 +38,5 @@ replicatedctl app apply-config - [Command reference] - + [command reference]: https://help.replicated.com/api/replicatedctl/ diff --git a/knowledge base/rfkill.md b/knowledge base/rfkill.md index 837e606..d511e6b 100644 --- a/knowledge base/rfkill.md +++ b/knowledge base/rfkill.md @@ -22,7 +22,7 @@ rfkill unblock 'id' - [How to disable your Raspberry Pi's Wi-Fi] - + [how to disable your raspberry pi's wi-fi]: https://pimylifeup.com/raspberry-pi-disable-wifi/ diff --git a/knowledge base/rm.md b/knowledge base/rm.md index 3dda622..1be5dff 100644 --- a/knowledge base/rm.md +++ b/knowledge base/rm.md @@ -12,7 +12,7 @@ rm !(*.xls|*.slsx|*.csv) - [18 selected super-useful Linux one-liners] - + [18 selected super-useful linux one-liners]: https://medium.com/codex/18-selected-super-useful-linux-one-liners-398ba6d20f8c diff --git a/knowledge base/saltstack.md b/knowledge base/saltstack.md index e6a4f57..fb58383 100644 --- a/knowledge base/saltstack.md +++ b/knowledge base/saltstack.md @@ -228,7 +228,7 @@ salt --batch-size 10 '*' state.apply All the references in the [further readings] section, plus the following: - + [installation]: https://docs.saltstack.com/en/getstarted/fundamentals/install.html [states]: https://docs.saltstack.com/en/getstarted/fundamentals/states.html [targeting]: https://docs.saltstack.com/en/getstarted/fundamentals/targeting.html diff --git a/knowledge base/script.md b/knowledge base/script.md index 44eb9f8..27e58c9 100644 --- a/knowledge base/script.md +++ b/knowledge base/script.md @@ -45,7 +45,7 @@ All the references in the [further readings] section, plus the following: references --> - + [further readings]: #further-readings diff --git a/knowledge base/sort.md b/knowledge base/sort.md index 58cdbf7..21e8d54 100644 --- a/knowledge base/sort.md +++ b/knowledge base/sort.md @@ -59,7 +59,7 @@ awk 'BEGIN {FS=","; OFS="|"} {print $NF,$0}' file.txt \ - [Sort a file in Unix based on the last field] - [The essential Bash cheat sheet] - + diff --git a/knowledge base/ssh.md b/knowledge base/ssh.md index 09d2ffd..cf3a613 100644 --- a/knowledge base/ssh.md +++ b/knowledge base/ssh.md @@ -336,7 +336,7 @@ Solution: update the SSH server. - [Get started with OpenSSH for Windows] - [Restrict SSH login to a specific IP or host] - + [ssh_config man page]: https://man.openbsd.org/ssh_config [ssh-agent]: https://www.ssh.com/academy/ssh/agent [sshd_config man page]: https://man.openbsd.org/sshd_config diff --git a/knowledge base/stunnel.md b/knowledge base/stunnel.md index 1cc472b..5322a08 100644 --- a/knowledge base/stunnel.md +++ b/knowledge base/stunnel.md @@ -35,7 +35,7 @@ stunnel 'path/to/config/file' All the references in the [further readings] section, plus the following: - + [sample configuration for unix systems]: https://www.stunnel.org/config_unix.html [website]: https://www.stunnel.org/ diff --git a/knowledge base/synology dsm.md b/knowledge base/synology dsm.md index 79e5efa..05e49b8 100644 --- a/knowledge base/synology dsm.md +++ b/knowledge base/synology dsm.md @@ -207,7 +207,7 @@ All the references in the [further readings] section, plus the following: - [Configuring deduplication block on the Synology] - [Encrypting an attached external USB drive?] - + [cli administrator guide for synology nas]: https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_DiskStation_Administration_CLI_Guide.pdf [online feature request form]: https://www.synology.com/en-us/form/inquiry/feature diff --git a/knowledge base/tcpdump.md b/knowledge base/tcpdump.md index 09029fb..8a328be 100644 --- a/knowledge base/tcpdump.md +++ b/knowledge base/tcpdump.md @@ -50,7 +50,7 @@ tcpdump 'tcp[tcpflags] == tcp-fin' - [A tcpdump tutorial with examples — 50 ways to isolate traffic] - + [a tcpdump tutorial with examples — 50 ways to isolate traffic]: https://danielmiessler.com/study/tcpdump/ diff --git a/knowledge base/terraform enterprise.md b/knowledge base/terraform enterprise.md index 00da0d5..3180351 100644 --- a/knowledge base/terraform enterprise.md +++ b/knowledge base/terraform enterprise.md @@ -28,7 +28,7 @@ All the references in the [further readings] section, plus the following: - [Terraform Enterprise documentation] - + [terraform enterprise documentation]: https://developer.hashicorp.com/terraform/enterprise diff --git a/knowledge base/terraform.md b/knowledge base/terraform.md index 3959606..7f5de9d 100644 --- a/knowledge base/terraform.md +++ b/knowledge base/terraform.md @@ -295,7 +295,7 @@ All the references in the [further readings] section, plus the following: - [Azure Provider] - [Conditional creation of a resource based on a variable in .tfvars] - + [cli documentation]: https://www.terraform.io/docs/cli/ [environment variables]: https://www.terraform.io/cli/config/environment-variables [forcing re-creation of resources]: https://www.terraform.io/cli/state/taint diff --git a/knowledge base/tfe-admin.md b/knowledge base/tfe-admin.md index e6a84c3..9a44263 100644 --- a/knowledge base/tfe-admin.md +++ b/knowledge base/tfe-admin.md @@ -24,7 +24,7 @@ tfe-admin health-check All the references in the [further readings] section, plus the following: - + [further readings]: #further-readings diff --git a/knowledge base/timeout.md b/knowledge base/timeout.md index 097e865..936a8fd 100644 --- a/knowledge base/timeout.md +++ b/knowledge base/timeout.md @@ -53,7 +53,7 @@ All the references in the [further readings] section, plus the following: references --> - + [website]: https://www.gnu.org/software/coreutils/timeout diff --git a/knowledge base/turris omnia.md b/knowledge base/turris omnia.md index 573234c..6614121 100644 --- a/knowledge base/turris omnia.md +++ b/knowledge base/turris omnia.md @@ -51,7 +51,7 @@ Most compatible upgrades are available on [Discomp]. All the references in the [further readings] section, plus the following: - + [supported sfp modules]: https://wiki.turris.cz/doc/en/public/sfp diff --git a/knowledge base/ubports.md b/knowledge base/ubports.md index 6f72044..46fcb06 100644 --- a/knowledge base/ubports.md +++ b/knowledge base/ubports.md @@ -85,5 +85,5 @@ libertine-container-manager destroy -i 'identifier' - [Documentation] - + [documentation]: https://docs.ubports.com/en/latest/index.html diff --git a/knowledge base/uci.md b/knowledge base/uci.md index b368676..a348394 100644 --- a/knowledge base/uci.md +++ b/knowledge base/uci.md @@ -48,7 +48,7 @@ reload_config - [The UCI system] - [Turris Omnia] - + [the uci system]: https://openwrt.org/docs/guide-user/base-system/uci diff --git a/knowledge base/uniq.md b/knowledge base/uniq.md index 994f7c4..c76a6cb 100644 --- a/knowledge base/uniq.md +++ b/knowledge base/uniq.md @@ -23,7 +23,7 @@ uniq -cd path/to/file - [The essential Bash cheat sheet] - + diff --git a/knowledge base/upgrade a ps4's hdd/README.md b/knowledge base/upgrade a ps4's hdd/README.md index e0f2d70..adf2fbf 100644 --- a/knowledge base/upgrade a ps4's hdd/README.md +++ b/knowledge base/upgrade a ps4's hdd/README.md @@ -91,7 +91,7 @@ Please note, users who have never signed in to PlayStation™Network (PSN) can r All the references in the [further readings] section, plus the following: - + [how to back up and restore ps4 console data]: https://www.playstation.com/en-us/support/hardware/ps4-back-up-and-restore-with-external-storage/ [ps4: external hard drive support]: https://www.playstation.com/en-us/support/hardware/ps4-external-hdd-support/ [ps4: upgrade hdd]: https://www.playstation.com/en-us/support/hardware/ps4-upgrade-hdd/#7000 diff --git a/knowledge base/vagrant.md b/knowledge base/vagrant.md index 19ad4aa..5855b98 100644 --- a/knowledge base/vagrant.md +++ b/knowledge base/vagrant.md @@ -227,7 +227,7 @@ end - [How do I reboot a Vagrant guest from a provisioner?] - [Configuring Vagrant virtual machines with .env] - + [getting started]: https://learn.hashicorp.com/tutorials/vagrant/getting-started-index [multi-machine]: https://www.vagrantup.com/docs/multi-machine [tips & tricks]: https://www.vagrantup.com/docs/vagrantfile/tips diff --git a/knowledge base/wake a host from lan.md b/knowledge base/wake a host from lan.md index 92f166c..9f43f8c 100644 --- a/knowledge base/wake a host from lan.md +++ b/knowledge base/wake a host from lan.md @@ -22,7 +22,7 @@ All the references in the [further readings] section, plus the following: - [How to wake up computers using Linux by sending magic packets] - + [further readings]: #further-readings diff --git a/knowledge base/wakeonlan.md b/knowledge base/wakeonlan.md index 63cc432..70ade7d 100644 --- a/knowledge base/wakeonlan.md +++ b/knowledge base/wakeonlan.md @@ -35,7 +35,7 @@ All the references in the [further readings] section, plus the following: - [wake a host from lan] - + [further readings]: #further-readings diff --git a/knowledge base/xdg base directory.md b/knowledge base/xdg base directory.md index 2550eb6..dca54a2 100644 --- a/knowledge base/xdg base directory.md +++ b/knowledge base/xdg base directory.md @@ -31,7 +31,7 @@ All paths set in these environment variables must be absolute. By specification, All the references in the [further readings] section, plus the following: - + [specifications]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html diff --git a/knowledge base/zfs.md b/knowledge base/zfs.md index 3879aec..8576543 100644 --- a/knowledge base/zfs.md +++ b/knowledge base/zfs.md @@ -281,7 +281,7 @@ All the references in the [further readings] section, plus the following: - [How to Enable ZFS Deduplication] - [ZFS support + kernel, best approach] - + [openzfs docs]: https://openzfs.github.io/openzfs-docs/ [oracle solaris zfs administration guide]: https://docs.oracle.com/cd/E19253-01/819-5461/index.html