From c453e090c0e1df80c80dd4a37ae00a8f955d74ab Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 13 Jan 2024 18:03:23 +0100 Subject: [PATCH] chore: even more acronyms! --- knowledge base/acronyms and abbreviations.md | 34 ++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/knowledge base/acronyms and abbreviations.md b/knowledge base/acronyms and abbreviations.md index 60fc24f..a82ea7d 100644 --- a/knowledge base/acronyms and abbreviations.md +++ b/knowledge base/acronyms and abbreviations.md @@ -3,15 +3,16 @@ | Acronym | Expansion | Description | | ------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------- | | ACK | ACKnowledgement | | -| ACL | Access Control List | | +| ACL | [Access Control List][acl] | | | AD | Active Directory | | +| ADR | [Architectural Decision Record][adr] | | | APK | Alpine Package Keeper | Package manager used by Alpine Linux | | APT | Advanced Package Tool | Package manager used by Debian Linux | | ASCII | American Standard Code for Information Interchange | | | AV | AntiVirus | | | AVR | Audio/Video Receiver | | | AWS | Amazon Web Services | | -| BASH | Bourne Again SHell | | +| BASH | [Bourne Again SHell][bash] | | | BIOS | Basic Input/Output System | | | BOINC | Berkeley Open Infrastructure for Network Computing | | | BSoD | Blue Screen of Death | | @@ -23,6 +24,7 @@ | CMS | Content Management System | | | CN | Canonical Name | In Active Directory, the full path of an object in a canonical format | | CN | Common Name | In Active Directory, the last element in an object's Distinguished Name (DN) hierarchy | +| CNI | [Container Network Interface][cni] | | | COTS | Commercial Off-The-Shelf | Available _as-is_, not optimized for specific scopes or objectives | | CSMA | Carrier-Sense Multiple Access | | | CSMA/CD | Carrier-Sense Multiple Access with Collision Detection | | @@ -36,8 +38,10 @@ | EA | Extended Attributes | | | EEPROM | Electronically Erasable Programmable Read-Only Memory | | | ELI5 | Explain Like I'm 5 | | +| FHS | [Filesystem Hierarchy Standard][fhs] | | | FIFO | First In First Out | | | FILO | First In Last Out | | +| FISH | [Friendly Interactive SHell][fish] | | | FQDN | Fully Qualified Domain Name | | | FS | FileSystem | | | FW | FireWall | | @@ -51,6 +55,8 @@ | IPvX | Internet Protocol version X | | | ISP | Internet Service Provider | | | JDK | Java Development Kit | | +| JIC | Just In Case | | +| JIT | Just In Time | | | JRE | Java Runtime Engine | | | K8S | [Kubernetes] | | | KISS | Keep It Simple Stupid | Also see [KISS principle is not that simple] | @@ -58,6 +64,8 @@ | LED | Light Emitting Diode | | | LIFO | Last In First Out | | | M2COTS | Mass Market COTS | Widely available COTS products | +| PDF | Portable Document Format | | +| PEBCAK | Problem Exists Between Chair And Keyboard | | | PGP | Pretty Good Privacy | | | ROM | Read-Only Memory | | | RPM | Revolutions Per Minute | | @@ -66,10 +74,17 @@ | SOPS | Secrets OPerationS | | | SPIFFE | Secure Production Identity Framework for Everyone | | | SQL | Structured Query Language | | +| SSH | [Secure SHell][ssh] | | +| SSSD | [System Security Services Daemon][sssd] | | | TCP | Transport Control Protocol | | +| TFE | [TerraForm Enterprise] | | | TIL | Today I Learned | | +| TL;DR | Too Long; Didn't Read | | | UDP | User Datagram Protocol | | | UFW | Uncomplicated FireWall | | +| URI | Uniform Resource Identifier | | +| URL | Uniform Resource Locator | | +| URN | Uniform Resource Name | | | USB | Universal Serial Bus | | | UT | Unit Test | | | VIM | [VI iMproved][vim] | | @@ -79,6 +94,10 @@ | XML | eXtensible Markup Language | | | XSS | Cross-Site Scripting | | | YAGNI | You Ain't Gonna Need It | | +| YAML | [YAML Ain't Markup Language][yaml] | | +| ZFS | [Zettabyte FileSystem][zfs] | | +| ZSH | [Z SHell][zsh] | | +| ZSTD | [ZSTandarD][zstd] | | ## Sources @@ -90,9 +109,20 @@ --> +[acl]: acl.md +[adr]: adr.placeholder +[bash]: bash.md +[cni]: cni.placeholder +[fhs]: fhs.placeholder +[fish]: fish.md [iac]: iac.placeholder [kubernetes]: kubernetes/README.md +[terraform enterprise]: terraform%20enterprise.md [vim]: vim.md +[yaml]: yaml.md +[zfs]: zfs.md +[zsh]: zsh.md +[zstd]: zstd.md [cn (canonicalname vs commonname) in active directory explained]: https://www.itechguides.com/what-is-cn-in-active-directory/