user:thomas gists створені користувачем
user:thomas
title:mygist gists з наданим ім'ям
title:mygist
filename:myfile.txt gists мають файли з наданим ім'ям
filename:myfile.txt
extension:yml gists мають файли з наданим розширенням
extension:yml
language:go gists мають файли з наданою мовою
language:go
topic:homelab gists with given topic
topic:homelab
Увійти
Зареєстрован 2 months ago
Effective Date: April 30, 2026
RWS Notifications is a personal, non-commercial SMS notification service that delivers weather alerts and other notifications to opted-in recipients.
By opting in, you confirm that you are the owner or authorized user of the phone number provided and that you consent to receive SMS notifications from RWS Notifications.
RWS Notifications is a personal, non-commercial notification system operated as a hobby project. This privacy policy explains how we handle your information.
We collect and store only your phone number, which you provide voluntarily when opting in to receive notifications.
The primary reason this exists at all is because I'm running Fedora CoreOS (specifically ublue-os/ucore) on my server as a lightweight container host. UCore comes with a few packages pre-installed, but they're primarily for getting containers up and running. This means no Vim, no htop, no lazydocker, etc. The intended path forward is that you'll use a Distrobox and do all of your stuff in there. I actually quite like this approach!
#!/bin/bash if [ -z "${CONTAINER_ID}" ] && [ -t 0 ]; then exec distrobox enter alpine fi
Працює на Opengist ⋅ Load: 151ms⋅