Comment on
Haven't booted this machine for a month or two... look at these updates!
To be fair, arch could look like that after a few days.
Comment on
Haven't booted this machine for a month or two... look at these updates!
To be fair, arch could look like that after a few days.
Comment on
beans
It was right there.
Always has bean
Comment on
What's the best part of your life right now?
My kids. Not much else though.
Comment on
[SOLVED] Looking for restrictive Linux desktop firewall
If you're looking for outgoing requests, check out OpenSnitch. It should do exactly what you're looking for.
Comment on
How To Become A Hacker: A Step-By-Step Guide
Reply in thread
For me it was
— I’d seen weirder things in Perl scripts —
Just perfect. No notes.
Comment on
What add-ons and integrations do you have installed?
The Home Assistant team publishes the analytics they collect (for those that allow it). The integrations and add-ons pages might interest you if you haven't seen them.
Comment on
Same Vibe
Is... Is that a garbage bag vest?
Comment on
Advice for setting up baremetal k8s lab
I'd highly recommend Talos for this if you haven't already decided. It's entirely API driven and immutable. It can be bootstrapped from PXE and truly feels like a local cloud environment.
Comment on
Is there a tablet with a laptop grade processor that will run Linux well?
Not quite a tablet but if you'd consider a convertible, the Framework 12 is a solid choice.
Comment on
Updating notifications
I set up a notify group for each of us. I use notify.me and add/remove the devices as needed.
notify:
- name: me
platform: group
services:
# - service: mobile_app_pixel_2_xl
- service: mobile_app_pixel_6
- name: her
platform: group
services:
- service: mobile_app_iphone
Then you can use it like any other service:
service: notify.me
data:
message: Test
title: Alert!
Comment on
Nobara, Garuda, Bazzite.... wait actually CachyOS and Solus
Preface: I don't have any experience with Garuda or Nobara but I have used Bazzite.
Not to make the choice harder, but Bazzite does come with Plasma 6. You can have it boot to the SteamOS UI or to the Plasma Desktop.
Bazzite is a great choice for stability but you need to be aware it doesn't operate like a traditional Linux distribution since it's based on ostree and is immutable. Package installations are primarily done through Flatpak, AppImage or exported via Distrobox.
Comment on
How do I enable AUR?
The AUR requires an AUR helper like paru or yay to interact with it that way. Otherwise you can clone the repo using git and make the package yourself.
Comment on
Glancing at my 1.5GB screenshots folder
Reply in thread
And you can tie in AI ✨! So you can make an LLM categorize the stuff that you'll never look at again.
Comment on
Best TUI mail client?
Heard about this the other day. I haven't tried it yet, but it looks promising.
Comment on
I want the "Android" / GrapheneOS sandbox experience on Linux, is it achieveable?
You might have some luck with Bubblejail or Firejail. Alternatively, you might want to give one of the Universal Blue images a try. They're Fedora based but immutable. Almost all installations are purposely done in a container using flatpak or distrobox.
Comment on
Making a "snapshot" of a fresh install so i know what to remove yrs later?
I have been trialing pacdef recently. It sounds like it would do what you're looking for.
Comment on
Just got proxmox working, thread decides what I do with it.
Upgrade it to 9.0
Comment on
I need a Fediverse slogan
ChatGPT responses: (probably stolen from some other presentation):
"Connecting Diverse Minds, One Federation at a Time: The Fediverse – Where Decentralization Sparks Unity."
"Decentralize, Unify: Fediverse – Where Connections Flourish Beyond Boundaries."
Comment on
Immutable Containerisation/distrobox just clicked with me
Reply in thread
If you like the idea of asdf, I would recommend looking at mise. It does all the same things (and more) and is much more performant in my experience.
Comment on
Simplifying JWT Validation for Developers
Is there supposed to be a link?