diff --git a/science/math/Binary System.md b/science/math/Binary System.md index a77f0ef..40cebd3 100644 --- a/science/math/Binary System.md +++ b/science/math/Binary System.md @@ -1,6 +1,8 @@ --- obj: concept +rev: 2024-01-17 --- + # Binary System The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit, or binary digit. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by almost all modern computers and computer-based devices, as a preferred system of use, over various other human techniques of communication, because of the simplicity of the language and the noise immunity in physical implementation. diff --git a/science/physics/SI Units.md b/science/physics/SI Units.md index 7c62b0c..0cde1ac 100644 --- a/science/physics/SI Units.md +++ b/science/physics/SI Units.md @@ -1,6 +1,7 @@ --- obj: concept wiki: https://en.wikipedia.org/wiki/International_System_of_Units +rev: 2024-02-08 --- # SI Units diff --git a/science/physics/units/Ampere.md b/science/physics/units/Ampere.md index 3f765b1..abc9730 100644 --- a/science/physics/units/Ampere.md +++ b/science/physics/units/Ampere.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Ampere diff --git a/science/physics/units/Candela.md b/science/physics/units/Candela.md index 95f0405..2e67b18 100644 --- a/science/physics/units/Candela.md +++ b/science/physics/units/Candela.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Candela diff --git a/science/physics/units/Kelvin.md b/science/physics/units/Kelvin.md index 4cb1773..4b52b1c 100644 --- a/science/physics/units/Kelvin.md +++ b/science/physics/units/Kelvin.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Kelvin diff --git a/science/physics/units/Kilogram.md b/science/physics/units/Kilogram.md index 6faecf7..a55f5a0 100644 --- a/science/physics/units/Kilogram.md +++ b/science/physics/units/Kilogram.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Kilogram diff --git a/science/physics/units/Meter.md b/science/physics/units/Meter.md index d211a1c..b74af1e 100644 --- a/science/physics/units/Meter.md +++ b/science/physics/units/Meter.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Meter diff --git a/science/physics/units/Mole.md b/science/physics/units/Mole.md index 7eaa5c8..746367f 100644 --- a/science/physics/units/Mole.md +++ b/science/physics/units/Mole.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Mole diff --git a/science/physics/units/Second.md b/science/physics/units/Second.md index b112ee7..70c6068 100644 --- a/science/physics/units/Second.md +++ b/science/physics/units/Second.md @@ -1,5 +1,6 @@ --- obj: science/unit +rev: 2024-02-08 --- # Second diff --git a/science/physics/units/Volt.md b/science/physics/units/Volt.md index c52813a..1e1a331 100644 --- a/science/physics/units/Volt.md +++ b/science/physics/units/Volt.md @@ -1,6 +1,7 @@ --- wiki: https://en.wikipedia.org/wiki/Volt obj: science/unit +rev: 2023-12-04 --- # Volt The volt (symbol: V) is the unit of electric potential, electric potential difference (voltage), and electromotive force in the International System of Units (SI). diff --git a/technology/applications/backup/borg.md b/technology/applications/backup/borg.md index c28c8cb..b602d5d 100644 --- a/technology/applications/backup/borg.md +++ b/technology/applications/backup/borg.md @@ -2,6 +2,7 @@ obj: application website: https://www.borgbackup.org repo: https://github.com/borgbackup/borg +rev: 2024-02-12 --- # Borg Backup BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. diff --git a/technology/applications/clamav.md b/technology/applications/clamav.md index fc50262..7e481b5 100644 --- a/technology/applications/clamav.md +++ b/technology/applications/clamav.md @@ -2,7 +2,8 @@ obj: application os: linux arch-wiki: https://wiki.archlinux.org/title/ClamAV -website: https://www.clamav.net/ +website: https://www.clamav.net +rev: 2024-01-17 --- # ClamAV diff --git a/technology/applications/cli/Shell.md b/technology/applications/cli/Shell.md index 2d8259a..2c020e2 100644 --- a/technology/applications/cli/Shell.md +++ b/technology/applications/cli/Shell.md @@ -2,6 +2,7 @@ obj: concept arch-wiki: https://wiki.archlinux.org/title/Command-line_shell wiki: https://en.wikipedia.org/wiki/Unix_shell +rev: 2024-03-07 --- # Shell The shell is a command-line interpreter that provides a user interface to an operating system's services. It allows users to interact with the system through text-based commands and scripts. Shell scripting refers to writing a series of commands in a script file to automate tasks and perform complex operations. diff --git a/technology/applications/cli/bat.md b/technology/applications/cli/bat.md index 91b461e..ef5a068 100644 --- a/technology/applications/cli/bat.md +++ b/technology/applications/cli/bat.md @@ -2,7 +2,9 @@ obj: application os: ["macos", "linux", "windows"] repo: https://github.com/sharkdp/bat +rev: 2024-01-17 --- + # bat bat is a cat rewrite in [Rust](../../dev/programming/languages/Rust.md) diff --git a/technology/applications/cli/eza.md b/technology/applications/cli/eza.md index 257c445..6c687a8 100644 --- a/technology/applications/cli/eza.md +++ b/technology/applications/cli/eza.md @@ -3,6 +3,7 @@ obj: application os: linux repo: https://github.com/eza-community/eza website: https://eza.rocks +rev: 2024-03-07 --- # exa diff --git a/technology/applications/cli/gron.md b/technology/applications/cli/gron.md index e01a080..dde7d12 100644 --- a/technology/applications/cli/gron.md +++ b/technology/applications/cli/gron.md @@ -1,6 +1,7 @@ --- obj: application repo: https://github.com/tomnomnom/gron +rev: 2024-02-27 --- # gron diff --git a/technology/applications/cli/nano.md b/technology/applications/cli/nano.md index 2fe76d0..95380ab 100644 --- a/technology/applications/cli/nano.md +++ b/technology/applications/cli/nano.md @@ -3,6 +3,7 @@ obj: application website: https://www.nano-editor.org repo: https://git.savannah.gnu.org/cgit/nano.git wiki: https://en.wikipedia.org/wiki/GNU_nano +rev: 2024-01-17 --- # nano diff --git a/technology/applications/cli/paste.md b/technology/applications/cli/paste.md index f4a047a..27259af 100644 --- a/technology/applications/cli/paste.md +++ b/technology/applications/cli/paste.md @@ -1,5 +1,6 @@ --- obj: application +rev: 2024-02-03 --- # paste diff --git a/technology/applications/cli/ripgrep-all.md b/technology/applications/cli/ripgrep-all.md index 097225e..4476033 100644 --- a/technology/applications/cli/ripgrep-all.md +++ b/technology/applications/cli/ripgrep-all.md @@ -1,6 +1,7 @@ --- obj: application repo: https://github.com/phiresky/ripgrep-all +rev: 2024-02-27 --- # ripgrep-all diff --git a/technology/applications/cli/tmux.md b/technology/applications/cli/tmux.md index ac820c1..4389010 100644 --- a/technology/applications/cli/tmux.md +++ b/technology/applications/cli/tmux.md @@ -3,7 +3,9 @@ obj: application repo: https://github.com/tmux/tmux arch-wiki: https://wiki.archlinux.org/title/tmux wiki: https://en.wikipedia.org/wiki/Tmux +rev: 2024-01-15 --- + # tmux tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. diff --git a/technology/applications/gaming/ALVR.md b/technology/applications/gaming/ALVR.md index 860f096..255ec84 100644 --- a/technology/applications/gaming/ALVR.md +++ b/technology/applications/gaming/ALVR.md @@ -1,6 +1,7 @@ --- obj: application repo: https://github.com/alvr-org/ALVR +rev: 2024-02-05 --- # ALVR diff --git a/technology/applications/utilities/Ollama.md b/technology/applications/utilities/Ollama.md index 2c61ebc..a046e38 100644 --- a/technology/applications/utilities/Ollama.md +++ b/technology/applications/utilities/Ollama.md @@ -2,6 +2,7 @@ obj: application repo: https://github.com/ollama/ollama website: https://ollama.ai +rev: 2024-02-19 --- # Ollama diff --git a/technology/applications/web/Matrix.md b/technology/applications/web/Matrix.md index 9008708..9ae30d9 100644 --- a/technology/applications/web/Matrix.md +++ b/technology/applications/web/Matrix.md @@ -1,7 +1,9 @@ --- website: https://matrix.org/ obj: application +rev: 2024-01-19 --- + # Matrix Matrix is an open standard and communication protocol for real-time communication. It aims to make real-time communication work seamlessly between different service providers, in the way that standard [Simple Mail Transfer Protocol](../../internet/SMTP.md) [email](../../internet/eMail.md) currently does for store-and-forward [email](../../internet/eMail.md) service, by allowing users with accounts at one communications service provider to communicate with users of a different service provider via online chat, voice over IP, and videotelephony. It therefore serves a similar purpose to protocols like XMPP, but is not based on any existing communication protocol. diff --git a/technology/applications/web/Teleport.md b/technology/applications/web/Teleport.md index d595e39..b5dbe8d 100644 --- a/technology/applications/web/Teleport.md +++ b/technology/applications/web/Teleport.md @@ -2,6 +2,7 @@ obj: application website: https://goteleport.com repo: https://github.com/gravitational/teleport +rev: 2024-03-08 --- # Teleport diff --git a/technology/bsd/FreeBSD.md b/technology/bsd/FreeBSD.md index b4047c0..128d528 100644 --- a/technology/bsd/FreeBSD.md +++ b/technology/bsd/FreeBSD.md @@ -1,6 +1,7 @@ --- website: https://www.freebsd.org obj: os +rev: 2024-03-01 --- # FreeBSD diff --git a/technology/bsd/ggate.md b/technology/bsd/ggate.md index 88aabab..7652940 100644 --- a/technology/bsd/ggate.md +++ b/technology/bsd/ggate.md @@ -1,5 +1,6 @@ --- obj: filesystem +rev: 2024-02-12 --- # ggate diff --git a/technology/bsd/gpart.md b/technology/bsd/gpart.md index ccd7d7e..ca07244 100644 --- a/technology/bsd/gpart.md +++ b/technology/bsd/gpart.md @@ -1,5 +1,6 @@ --- obj: filesystem +rev: 2024-03-02 --- # gpart diff --git a/technology/bsd/gunion.md b/technology/bsd/gunion.md index 0a4767a..76f4dc5 100644 --- a/technology/bsd/gunion.md +++ b/technology/bsd/gunion.md @@ -1,5 +1,6 @@ --- obj: filesystem +rev: 2024-02-08 --- # gunion diff --git a/technology/dev/Git.md b/technology/dev/Git.md index ac08b7e..a248a5a 100644 --- a/technology/dev/Git.md +++ b/technology/dev/Git.md @@ -3,6 +3,7 @@ obj: application wiki: https://en.wikipedia.org/wiki/Git repo: https://github.com/git/git website: https://git-scm.com +rev: 2024-02-06 --- # Git diff --git a/technology/dev/Log.md b/technology/dev/Log.md index d4b427b..458aebd 100644 --- a/technology/dev/Log.md +++ b/technology/dev/Log.md @@ -2,6 +2,7 @@ obj: concept aliases: ["Log", "Logging", "Log File"] wiki: https://en.wikipedia.org/wiki/Logging_(computing) +rev: 2024-02-12 --- # Logging diff --git a/technology/dev/programming/SQLite.md b/technology/dev/programming/SQLite.md index 715b68b..49b7f3e 100644 --- a/technology/dev/programming/SQLite.md +++ b/technology/dev/programming/SQLite.md @@ -3,6 +3,7 @@ obj: concept website: https://www.sqlite.org/index.html mime: "application/vnd.sqlite3" extension: ["db", "sqlite", "sqlite3"] +rev: 2024-03-07 --- # SQLite diff --git a/technology/dev/programming/languages/DuckyScript.md b/technology/dev/programming/languages/DuckyScript.md index 6ed671c..43e8f82 100644 --- a/technology/dev/programming/languages/DuckyScript.md +++ b/technology/dev/programming/languages/DuckyScript.md @@ -1,6 +1,7 @@ --- obj: concept source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference +rev: 2024-03-07 --- # DuckyScript diff --git a/technology/dev/programming/languages/Python.md b/technology/dev/programming/languages/Python.md index 55d737e..f88fc73 100644 --- a/technology/dev/programming/languages/Python.md +++ b/technology/dev/programming/languages/Python.md @@ -3,6 +3,7 @@ website: https://www.python.org obj: concept mime: "text/python" extension: "py" +rev: 2024-02-19 --- # Python diff --git a/technology/dev/programming/languages/Rust.md b/technology/dev/programming/languages/Rust.md index 7c251a7..dfca9fd 100644 --- a/technology/dev/programming/languages/Rust.md +++ b/technology/dev/programming/languages/Rust.md @@ -4,6 +4,7 @@ source: https://doc.rust-lang.org/book mime: "text/rust" extension: "rs" obj: concept +rev: 2024-02-13 --- # Rust diff --git a/technology/dev/programming/languages/SQL.md b/technology/dev/programming/languages/SQL.md index 477709a..a48c474 100644 --- a/technology/dev/programming/languages/SQL.md +++ b/technology/dev/programming/languages/SQL.md @@ -1,6 +1,8 @@ --- obj: concept +rev: 2024-02-03 --- + # SQL Structured Query Language (SQL) is a powerful and standardized programming language used for managing and manipulating relational databases. It allows users to interact with databases to create, retrieve, update, and delete data, as well as define and modify the database schema. SQL is widely used in web development, data analysis, and various other domains where data storage and retrieval are essential. diff --git a/technology/devices/Google Pixel 8.md b/technology/devices/Google Pixel 8.md index 0150bdf..3e094c7 100644 --- a/technology/devices/Google Pixel 8.md +++ b/technology/devices/Google Pixel 8.md @@ -1,5 +1,6 @@ --- obj: device +rev: 2024-02-05 --- # Google Pixel 8 diff --git a/technology/devices/Meta Quest 2.md b/technology/devices/Meta Quest 2.md index 35319f6..5ba5e5d 100644 --- a/technology/devices/Meta Quest 2.md +++ b/technology/devices/Meta Quest 2.md @@ -1,5 +1,6 @@ --- obj: device +rev: 2024-01-31 website: https://www.meta.com/de/quest/products/quest-2 --- diff --git a/technology/devices/Raspberry Pi Pico Rubberducky.md b/technology/devices/Raspberry Pi Pico Rubberducky.md index f39c431..07d1ef9 100644 --- a/technology/devices/Raspberry Pi Pico Rubberducky.md +++ b/technology/devices/Raspberry Pi Pico Rubberducky.md @@ -1,6 +1,7 @@ --- obj: device repo: https://github.com/dbisu/pico-ducky +rev: 2024-03-03 --- # Raspberry Pi Pico Rubberducky diff --git a/technology/devices/Raspberry Pi Pico W.md b/technology/devices/Raspberry Pi Pico W.md index 358d121..51afd9f 100644 --- a/technology/devices/Raspberry Pi Pico W.md +++ b/technology/devices/Raspberry Pi Pico W.md @@ -1,6 +1,7 @@ --- obj: device website: https://www.raspberrypi.com/products/raspberry-pi-pico +rev: 2024-03-03 --- # Raspberry Pi Pico W diff --git a/technology/devices/Rubberducky USB.md b/technology/devices/Rubberducky USB.md index 8de4436..4c6b99c 100644 --- a/technology/devices/Rubberducky USB.md +++ b/technology/devices/Rubberducky USB.md @@ -1,6 +1,7 @@ --- obj: device website: https://shop.hak5.org/products/usb-rubber-ducky +rev: 2024-03-03 --- # Rubberducky USB diff --git a/technology/files/Electronic Mail File.md b/technology/files/Electronic Mail File.md index 7da2a8e..a67b8d4 100644 --- a/technology/files/Electronic Mail File.md +++ b/technology/files/Electronic Mail File.md @@ -4,6 +4,7 @@ mime: "message/rfc822" extension: "eml" rfc: https://datatracker.ietf.org/doc/html/rfc822 aliases: ["eml"] +rev: 2024-03-02 --- # Electronic Mail File diff --git a/technology/files/LRC.md b/technology/files/LRC.md index 17bd75f..a096ccd 100644 --- a/technology/files/LRC.md +++ b/technology/files/LRC.md @@ -3,6 +3,7 @@ obj: format extesion: "lrc" mime: "text/plain" wiki: https://en.wikipedia.org/wiki/LRC_(file_format) +rev: 2024-03-02 --- # LRC (Timed Lyrics) diff --git a/technology/files/TOML.md b/technology/files/TOML.md index 6a7e662..dd0fd74 100644 --- a/technology/files/TOML.md +++ b/technology/files/TOML.md @@ -5,6 +5,7 @@ repo: https://github.com/toml-lang/toml wiki: https://en.wikipedia.org/wiki/TOML mime: "application/toml" extension: "toml" +rev: 2024-03-08 --- # TOML diff --git a/technology/files/XZ Compression.md b/technology/files/XZ Compression.md index 1528601..91ed925 100644 --- a/technology/files/XZ Compression.md +++ b/technology/files/XZ Compression.md @@ -3,6 +3,7 @@ obj: format aliases: ["xz"] mime: "application/xz" extension: "xz" +rev: 2024-01-30 --- # XZ Compression diff --git a/technology/files/Zstd Compression.md b/technology/files/Zstd Compression.md index 217d5ee..e9b08b7 100644 --- a/technology/files/Zstd Compression.md +++ b/technology/files/Zstd Compression.md @@ -5,6 +5,7 @@ mime: "application/zstd" extension: "zst" repo: https://github.com/facebook/zstd wiki: https://en.wikipedia.org/wiki/Zstd +rev: 2024-03-03 --- # Zstd diff --git a/technology/files/iCalendar.md b/technology/files/iCalendar.md index fa8c955..44925d5 100644 --- a/technology/files/iCalendar.md +++ b/technology/files/iCalendar.md @@ -5,6 +5,7 @@ rfc: https://datatracker.ietf.org/doc/html/rfc5545 mime: text/calendar extension: ics aliases: ["ics"] +rev: 2024-03-07 --- # iCalendar diff --git a/technology/files/media/SubRip.md b/technology/files/media/SubRip.md index e5ad8dc..8c0b521 100644 --- a/technology/files/media/SubRip.md +++ b/technology/files/media/SubRip.md @@ -3,6 +3,7 @@ obj: format mime: "text/plain" extension: "srt" wiki: https://en.wikipedia.org/wiki/SubRip +rev: 2024-03-03 --- # SubRip Subtitles diff --git a/technology/files/media/image/JPEG XL.md b/technology/files/media/image/JPEG XL.md index fb4fa11..514b5fa 100644 --- a/technology/files/media/image/JPEG XL.md +++ b/technology/files/media/image/JPEG XL.md @@ -4,6 +4,7 @@ mime: "image/jxl" website: ["https://jpeg.org/jpegxl", "https://jpegxl.info"] wiki: https://en.wikipedia.org/wiki/JPEG_XL extension: "jxl" +rev: 2024-03-07 --- # JPEG XL diff --git a/technology/files/media/image/QOI.md b/technology/files/media/image/QOI.md index ab526ca..bf8cede 100644 --- a/technology/files/media/image/QOI.md +++ b/technology/files/media/image/QOI.md @@ -5,6 +5,7 @@ extension: "qoi" website: https://qoiformat.org wiki: https://en.wikipedia.org/wiki/QOI_(image_format) repo: https://github.com/phoboslab/qoi +rev: 2024-03-01 --- # QOI diff --git a/technology/files/media/image/WebP.md b/technology/files/media/image/WebP.md index fb32306..ca592f5 100644 --- a/technology/files/media/image/WebP.md +++ b/technology/files/media/image/WebP.md @@ -4,6 +4,7 @@ mime: "image/webp" extension: "webp" wiki: https://en.wikipedia.org/wiki/WebP website: https://developers.google.com/speed/webp +rev: 2024-03-03 --- # WebP diff --git a/technology/files/media/m3u.md b/technology/files/media/m3u.md index 780f4fc..0fa6f28 100644 --- a/technology/files/media/m3u.md +++ b/technology/files/media/m3u.md @@ -3,6 +3,7 @@ obj: format wiki: https://en.wikipedia.org/wiki/M3U extension: ["m3u", "m3u8"] mime: audio/x-mpegurl +rev: 2024-03-07 --- # m3u Playlist diff --git a/technology/files/vCard.md b/technology/files/vCard.md index 2b9b7d7..f3f3d6a 100644 --- a/technology/files/vCard.md +++ b/technology/files/vCard.md @@ -5,6 +5,7 @@ mime: text/vcard extension: ["vcf", "vcard"] rfc: https://datatracker.ietf.org/doc/html/rfc6350 aliases: ["vcf"] +rev: 2024-03-07 --- # vCard diff --git a/technology/internet/JWT.md b/technology/internet/JWT.md index 1fb9946..50b1f34 100644 --- a/technology/internet/JWT.md +++ b/technology/internet/JWT.md @@ -3,6 +3,7 @@ website: https://jwt.io/ obj: concept aliases: ["Json Web Token"] rfc: https://datatracker.ietf.org/doc/html/rfc7519 +rev: 2024-03-08 --- # [Json](../files/JSON.md) Web Token (JWT) diff --git a/technology/internet/websites/Links.md b/technology/internet/websites/Links.md index 0f496b5..d75bfa1 100644 --- a/technology/internet/websites/Links.md +++ b/technology/internet/websites/Links.md @@ -1,5 +1,6 @@ --- obj: meta/collection +rev: 2024-03-07 --- # [I2P](../I2P.md) websites diff --git a/technology/linux/UNIX Timestamp.md b/technology/linux/UNIX Timestamp.md index ee43bc5..99bcde3 100644 --- a/technology/linux/UNIX Timestamp.md +++ b/technology/linux/UNIX Timestamp.md @@ -1,5 +1,7 @@ --- obj: concept +wiki: https://en.wikipedia.org/wiki/Unix_time +rev: 2024-02-08 --- # UNIX Timestamp diff --git a/technology/linux/UUID.md b/technology/linux/UUID.md index 05cb6df..7c0cab7 100644 --- a/technology/linux/UUID.md +++ b/technology/linux/UUID.md @@ -3,6 +3,7 @@ obj: concept wiki: https://en.wikipedia.org/wiki/Universally_unique_identifier rfc: https://datatracker.ietf.org/doc/html/rfc4122 aliases: ["Universally Unique Identifier", "GUID"] +rev: 2024-03-08 --- # UUID (Universally Unique Identifier) diff --git a/technology/tools/Jinja.md b/technology/tools/Jinja.md index 5d1b151..fdb0beb 100644 --- a/technology/tools/Jinja.md +++ b/technology/tools/Jinja.md @@ -2,6 +2,7 @@ obj: concept wiki: https://en.wikipedia.org/wiki/Jinja_(template_engine) website: https://jinja.palletsprojects.com/en/3.1.x +rev: 2024-02-19 --- # Jinja Templates diff --git a/technology/tools/KVM Switch.md b/technology/tools/KVM Switch.md index 7cea5af..2208f35 100644 --- a/technology/tools/KVM Switch.md +++ b/technology/tools/KVM Switch.md @@ -1,6 +1,7 @@ --- obj: concept wiki: https://en.wikipedia.org/wiki/KVM_switch +rev: 2024-02-12 --- # KVM Switch diff --git a/technology/tools/Raft.md b/technology/tools/Raft.md index e28c4bb..b916031 100644 --- a/technology/tools/Raft.md +++ b/technology/tools/Raft.md @@ -2,6 +2,7 @@ obj: concept website: https://raft.github.io wiki: https://en.wikipedia.org/wiki/Raft_(algorithm) +rev: 2024-02-07 --- # Raft Consensus Algorithm