add revs based on git commits
This commit is contained in:
parent
55d389e2d1
commit
58c238d44a
59 changed files with 66 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: concept
|
||||
wiki: https://en.wikipedia.org/wiki/International_System_of_Units
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# SI Units
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Ampere
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Candela
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Kelvin
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Kilogram
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Meter
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Mole
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: science/unit
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# Second
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: application
|
|||
os: linux
|
||||
repo: https://github.com/eza-community/eza
|
||||
website: https://eza.rocks
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# exa
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/tomnomnom/gron
|
||||
rev: 2024-02-27
|
||||
---
|
||||
|
||||
# gron
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: application
|
||||
rev: 2024-02-03
|
||||
---
|
||||
|
||||
# paste
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/phiresky/ripgrep-all
|
||||
rev: 2024-02-27
|
||||
---
|
||||
|
||||
# ripgrep-all
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/alvr-org/ALVR
|
||||
rev: 2024-02-05
|
||||
---
|
||||
|
||||
# ALVR
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: application
|
||||
repo: https://github.com/ollama/ollama
|
||||
website: https://ollama.ai
|
||||
rev: 2024-02-19
|
||||
---
|
||||
|
||||
# Ollama
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: application
|
||||
website: https://goteleport.com
|
||||
repo: https://github.com/gravitational/teleport
|
||||
rev: 2024-03-08
|
||||
---
|
||||
|
||||
# Teleport
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
website: https://www.freebsd.org
|
||||
obj: os
|
||||
rev: 2024-03-01
|
||||
---
|
||||
|
||||
# FreeBSD
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: filesystem
|
||||
rev: 2024-02-12
|
||||
---
|
||||
|
||||
# ggate
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: filesystem
|
||||
rev: 2024-03-02
|
||||
---
|
||||
|
||||
# gpart
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: filesystem
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# gunion
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
obj: concept
|
||||
aliases: ["Log", "Logging", "Log File"]
|
||||
wiki: https://en.wikipedia.org/wiki/Logging_(computing)
|
||||
rev: 2024-02-12
|
||||
---
|
||||
|
||||
# Logging
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: concept
|
||||
source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# DuckyScript
|
||||
|
|
|
@ -3,6 +3,7 @@ website: https://www.python.org
|
|||
obj: concept
|
||||
mime: "text/python"
|
||||
extension: "py"
|
||||
rev: 2024-02-19
|
||||
---
|
||||
|
||||
# Python
|
||||
|
|
|
@ -4,6 +4,7 @@ source: https://doc.rust-lang.org/book
|
|||
mime: "text/rust"
|
||||
extension: "rs"
|
||||
obj: concept
|
||||
rev: 2024-02-13
|
||||
---
|
||||
|
||||
# Rust
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: device
|
||||
rev: 2024-02-05
|
||||
---
|
||||
|
||||
# Google Pixel 8
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: device
|
||||
rev: 2024-01-31
|
||||
website: https://www.meta.com/de/quest/products/quest-2
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: device
|
||||
repo: https://github.com/dbisu/pico-ducky
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# Raspberry Pi Pico Rubberducky
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: device
|
||||
website: https://www.raspberrypi.com/products/raspberry-pi-pico
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# Raspberry Pi Pico W
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: device
|
||||
website: https://shop.hak5.org/products/usb-rubber-ducky
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# Rubberducky USB
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
aliases: ["xz"]
|
||||
mime: "application/xz"
|
||||
extension: "xz"
|
||||
rev: 2024-01-30
|
||||
---
|
||||
|
||||
# XZ Compression
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,6 +5,7 @@ rfc: https://datatracker.ietf.org/doc/html/rfc5545
|
|||
mime: text/calendar
|
||||
extension: ics
|
||||
aliases: ["ics"]
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# iCalendar
|
||||
|
|
|
@ -3,6 +3,7 @@ obj: format
|
|||
mime: "text/plain"
|
||||
extension: "srt"
|
||||
wiki: https://en.wikipedia.org/wiki/SubRip
|
||||
rev: 2024-03-03
|
||||
---
|
||||
|
||||
# SubRip Subtitles
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
obj: meta/collection
|
||||
rev: 2024-03-07
|
||||
---
|
||||
|
||||
# [I2P](../I2P.md) websites
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
obj: concept
|
||||
wiki: https://en.wikipedia.org/wiki/Unix_time
|
||||
rev: 2024-02-08
|
||||
---
|
||||
|
||||
# UNIX Timestamp
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
obj: concept
|
||||
wiki: https://en.wikipedia.org/wiki/KVM_switch
|
||||
rev: 2024-02-12
|
||||
---
|
||||
|
||||
# KVM Switch
|
||||
|
|
|
@ -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 <img src="data:image/avif;base64,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" width="64"/>
|
||||
|
|
Loading…
Reference in a new issue