Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 71ms

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

Login Register

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
sixtyfive

sixtyfive / Screenshot from 2025-10-29 11-46-54.png

Last active 1 month ago
0 0 1

Preview not available

sixtyfive

sixtyfive / Capture.PNG

Last active 1 month ago
0 0 1

Preview not available

sixtyfive

sixtyfive / update-ddns.rb

Last active 1 month ago
0 0 2
1 #!/usr/bin/env ruby
2 #
3 # Original, including IsoLinearCHiP's improvements: https://gist.github.com/IsoLinearCHiP/d6bc594143102e6acd131fc65c080f64
4 # Current version, adapted to Hetzner phasing out dns.h.d for console.h.d:
5
6 API="https://api.hetzner.cloud/v1"
7
8 require 'json'
9 require 'socket'
10 require 'net/http'
sixtyfive

sixtyfive / helloworld.rb

Last active 1 month ago
0 0 1
1 puts "Hello, world!"
Newer Older