All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Register

Login

All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
OneWheelGeek's Avatar

OneWheelGeek / swapon.sh

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/usr/bin/env bash
2 set -euo pipefail
3
4 SWAPFILE="/swapfile"
5 FSTAB="/etc/fstab"
6
7 die() {
8 echo "ERROR: $*" >&2
9 exit 1
10 }
OneWheelGeek's Avatar

OneWheelGeek / kill-subscription.sh

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/usr/bin/env bash
2 set -Eeuo pipefail
3
4 # proxmox-subscription-popup.sh
5 #
6 # Safe-ish Proxmox VE 9 subscription popup suppressor using sed.
7 #
8 # Usage:
9 # sudo bash proxmox-subscription-popup.sh
10 # sudo bash proxmox-subscription-popup.sh --status
OneWheelGeek's Avatar

OneWheelGeek / pdfify.sh

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/usr/bin/env bash
2 set -euo pipefail
3
4 # pdfify — Convert Markdown to beautiful PDF via Docker
5 # Supports: images, mermaid diagrams, tables, code blocks, Obsidian callouts
6 # Usage: ./pdfify <file.md> [file2.md ...] [options]
7
8 VERSION="1.2.0"
9 IMAGE_NAME="pdfify"
10 GIST_ID="23f4514a1f0da1347d3f89926c23b68f"
Newer Older

Powered by Opengist ⋅ Load: 47ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文