$argon2id$v=19$m=64,t=512,p=2$UzbR6GF7YB3U2C5cNzt7Fw$JxTHhheWWc6FUas8qF6OXA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| usage() { | |
| cat <<EOF | |
| Usage: | |
| $0 <namespace> <secret-name> [secret-key] | |
| Examples: | |
| $0 cert-manager letsencrypt-production |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: kodi-stack | |
| spec: | |
| restartPolicy: Never | |
| # nodeSelector: | |
| # kiosk: "true" | |
| securityContext: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| usage() { | |
| cat <<'EOF' | |
| Usage: | |
| get-values-schema.sh oci://REGISTRY/REPO/CHART [--version X.Y.Z] [--out FILE] [--allow-missing] [--keep] | |
| Examples: | |
| ./get-values-schema.sh oci://ghcr.io/acme/charts/mychart --version 1.2.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name ChatGPT Data Trimmer — Single Timeline (keep last N) | |
| // @namespace https://github.com/m00nwtchr | |
| // @version 0.3.2 | |
| // @description Intercept ChatGPT conversation JSON. Force a single timeline (current_node → client-created-root), then keep only the last N messages. The app never mounts the rest. | |
| // @author m00nwtchr, ChatGPT | |
| // @license MIT | |
| // @match https://chat.openai.com/* | |
| // @match https://chatgpt.com/* | |
| // @run-at document-start |
-
Boot into the EndeavourOS live environment.
-
Open a terminal and run the following command to list all drives:
lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Rust | |
| on: | |
| pull_request: | |
| push: | |
| branches: ["master"] | |
| env: | |
| CARGO_TERM_COLOR: always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # syntax=docker/dockerfile:1.3 | |
| FROM archlinux AS build | |
| ARG VERSION="latest" | |
| RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ | |
| pacman -Syu --noconfirm | |
| RUN pacman-key --init && pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com && pacman-key --lsign-key FBA220DFC880C036 | |
| RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ | |
| pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/readable-stream/lib/_registry.js b/node_modules/readable-stream/lib/_registry.js | |
| new file mode 100644 | |
| index 0000000..7c6d6c7 | |
| --- /dev/null | |
| +++ b/node_modules/readable-stream/lib/_registry.js | |
| @@ -0,0 +1 @@ | |
| +module.exports = {} | |
| \ No newline at end of file | |
| diff --git a/node_modules/readable-stream/lib/_stream_duplex.js b/node_modules/readable-stream/lib/_stream_duplex.js | |
| index 6752519..5649247 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -fLo ./yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x ./yadm && ./yadm clone https://github.com/lmarianski/dotfiles.git --bootstrap && rm ./yadm |
NewerOlder