

Your account is marked as a bot, you can change that toggle in your account settings
I waddled onto the beach and stole found a computer to use.
🍁⚕️ 💽
Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)


Your account is marked as a bot, you can change that toggle in your account settings


You mentioned being frustrated at Plausible. What did you not like about it?
I haven’t tried Plausible, but it seemed popular
Now we need a windows compatibility program called “com-plain”
Simplified communication, components, compatibility, whatever makes the backronym work


You can view the source for my comment and copy paste :)
Do this in order:
Install with LUKS full-disk encryption and Btrfs subvolumes for and @home so snaps are atomic.
Enable automatic snapshots with Timeshift or snapper.
Export your package lists:
dpkg --get-selections > packages.txtpacman -Qqe > pkglist.txtflatpak list --app > flatpaks.txtPut your dotfiles under version control and manage them with chezmoi or GNU Stow.
Use Flatpak for GUI apps, containerized toolchains (podman) for dev environments, and keep only system-critical packages in the distro manager.
Back up with Borg: borg init --encryption=repokey /path/to/repo ; borg create repo::$(date +%F) /home /etc --stats ; borg prune --keep-daily=7 --keep-weekly=4 --keep-monthly=6
Keep a small, bootable USB with the exact kernel/tools you use so you can unlock LUKS and mount Btrfs snapshots.
Test restores quarterly: restore a snapshot to a spare partition and boot it. Do that for a year and tell me reinstalling is fun again.


Looks good!
I have one suggestion, the white text on bright green on the website is hard to read. Maybe you can pick different colors, or put borders around the characters.


Neat!
I didn’t know about kolf. It was fun, even if it looks a little dated.


KRunner, Plasma’s search/launch/unit converter/calculator/“but wait, there’s more” tool, uses fuzzy matching to look up applications. This means that even if you misspell an app’s name, KRunner will probably still find it for you. How search results are ordered has also been improved, and KRunner will start to provide those results after the first character is typed.
Oh nice!
I also didn’t know it could do unit conversions lol
I have Jellyfin, but I haven’t tried it with music. How does it compare to Navidrome?
For chat, I was thinking something super simple for the weird situations like this. Alternatively, Briar if you’re near the person you want to contact
It makes me wish I was selfhosting more services, music & chat in particular. It wasn’t important enough to set up yet
Is there no way to check the doorbell video locally?
An Amazon employee misconfigures something and now your doorbell doesn’t work

Hah
But also it might be good to add a [] tag text to the title
Is tailscale running / logged in on those other devices? Does it auto detect the server like it did on the phone?
There’s also this on Windows
https://github.com/files-community/Files
Although it seemed to freeze up from time to time back when I was on windows


Unless they mean something like the Respondus rootkit
https://discuss.privacyguides.net/t/best-way-to-use-respondus-lockdown-browser-for-school/26098
IMO some exams should just be proctored in person


Is this because it’s getting difficult for students to mess with the boot options?


Have you tried the third party ones? I’ve seen recommendations for Swiftfin


This reminds me of the “WHY IS THERE CODE??? MAKE A FUCKING .EXE FILE AND GIVE IT TO ME” post that blew up a while back
https://copypastatext.com/i-am-new-to-github-and-i-have-lots-to-say/
And both boil down to
guides can be prioritized more in some projects and it might be in the best interest of the creators to do that
different guides are written for different audiences, sometimes a guide isn’t meant for the average person
I’m not sure which guides to recommend, but in case it helps narrow down your search, you could share more about your situation:
Do you have any existing hardware or are you planning to buy? If so, what is the budget for the equipment and where in the world are you approximately?
What did you want to self host? Some services would benefit from a certain type of setup. For example, if you’re serving lots of media, if you need redundancy and uptime, if you’re running AI models or something that needs a GPU
General tips:
For Linux, a lot of people go with Ubuntu server because there are a lot of existing guides for it. You don’t need much Linux knowledge to start self hosting since you can learn by doing over time. Some concepts to explore before getting started might be cron, the Linux file system, and user permissions.
For Docker, you should be fine if you know the basics. I’d recommend using Docker Compose since it’s easier to understand what’s happening when its written out in a nice yaml file. Install Docker and Docker Compose on the server, and then install something like DockGE to manage the compose files. When you want to run a service, copy the Docker compose file and then swap the port to what port you want to use, and the volume to the location you tend to use.
For a very basic setup, I’d find a video guide for
We’ve had to block a number of IPs for our instance. One was a misconfigured fediverse project that was hammering our instance, and a number of them seem to be AI companies scraping for content.
Maybe something similar is happening on your instance?
Trakt was popular in the past, and has integrations with Jellyfin, although some people may have left after their pricing/feature changes earlier this year.
Here is a relevant thread you might find helpful: https://lemmy.ca/post/38746526