Etsy Storefront

I’ve been working on Db4E, my Monero deployment, operations and analytics platform. It uses Linux systemd to spin up manage Monero, P2Pool and XMRig instances as well as the Db4E service itself. As part of that work, I created SystemCtl, a small Python module that wraps the Linux systemctl command in a clean, object-oriented API. Basically, it lets you manage systemd services from Python - no more parsing shell output!
from systemctl import SystemCtl
monerod = SystemCtl("monerod")
if not monerod.running():
monerod.start()
print(f"Monerod PID: {monerod.pid()}")
I realized it was useful in all sorts of contexts, dashboards, automation scripts, deployment tools… So I’ve created a PyPI package to make it generally available.
Introduction
Introduction
A Complicated Setup
Round One Knockout
Textual Documentation Error
What I Started With:
Hey folks,
A Modest Module That Found Its Moment
As part of my goal to be more visible in the world, I setup this domain i.e. https://osoyalc.com. I use it to publish information about the projects I’m work...
It’s been a while since I started and then abandoned this blog. My last post was in June of 2024!!
I decided that I didn’t like the way that the main blog page looks. I am using GitHub to host the website and am using a fork of the jekyll/minima theme. My ...
Current Status
Impromptu Poetry
Hey Folks,
I can’t help but notice the trope of the evil AI is a bit overused in Sci-Fi media. But I think films like Atlas are starting to shift the narrative and show...
Hello Friends!
This is it! I’m embarking on my blogging journey! It’s exciting, exhilerating and I’m a tiny bit nervous too. But, as my good friend Sally told me,