Skip to content

Instantly share code, notes, and snippets.

@brucebentley
brucebentley / iOS Shortcuts Catalog.md
Last active February 27, 2025 18:05
This is a public resource designed to help people get started with Siri Shortcuts & the Shortcuts app. It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Bruce's iOS Shortcut Catalog

Hello and welcome to my Shortcuts Catalog!

This is a public resource designed to help people get started with Siri Shortcuts and the Shortcuts app.

It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.

Enjoy!

@superseb
superseb / k3s-etcd-commands.md
Last active February 3, 2025 19:13
k3s etcd commands

k3s etcd commands

etcd

Setup etcdctl using the instructions at https://github.com/etcd-io/etcd/releases/tag/v3.4.13 (changed path to /usr/local/bin):

Note: if you want to match th etcdctl binaries with the embedded k3s etcd version, please run the curl command for getting the version first and adjust ETCD_VER below accordingly:

curl -L --cacert /var/lib/rancher/k3s/server/tls/etcd/server-ca.crt --cert /var/lib/rancher/k3s/server/tls/etcd/server-client.crt --key /var/lib/rancher/k3s/server/tls/etcd/server-client.key https://127.0.0.1:2379/version
@asvignesh
asvignesh / Build_seed_iso
Created January 6, 2018 07:42
Samples to create a cloud-init configuration ISO.
$ genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data
@eyecatchup
eyecatchup / das-rot-von-koelle.md
Last active October 29, 2021 17:53
Auf der Suche nach den "offiziellen" Rot-Farbwerten Kölns.

Dat Rut von Köln (dt.: Das Rot von Köln)

Na, die Farben von Köln? Herrjott,.. RUT UN WIESS! Dat ess doch janz klor!

Oder evve doch nid?

Wiess: #FFF bzw. rgb(255, 255, 255) - haha.

Aber versuch' mal, als interessierter Frontendler/Grafiker, offizielle Definitionen für die Rot-Farbwerte von z.B der Stadt Köln oder des FCs zu kommen. Vergiss es! Mein Name ist Hase, ich weiß von nix.

@dnsmichi
dnsmichi / icinga2-apply-for-in-dictionary
Last active June 25, 2019 21:24
Using icinga2 2.2 features with apply for in dictionary and attribute assignment
# cat 7560.conf
object Host "7560-server" {
import "test-generic-host"
address = "127.0.0.1"
check_command = "hostalive"
vars.interfaces["eth0"] = {
//vars.interfaces.eth0 = {
"2dcoord" = "3,5"
port = 1