

Doesn’t solve the whole problem, but here’s a great resource for car manuals called OPERATION charm
Doesn’t solve the whole problem, but here’s a great resource for car manuals called OPERATION charm
Karakeep might work for you
If you go with Wayland, use Hyprland. It’s pretty easy to find configs for Hyprland on github and/or tutorials on YouTube. I watched a few YouTube tutorials to get an understanding of how it works and then adjusted the base config to my liking.
If you’re using x11, there are more window manager options to choose from. I have no recommendations there, but I know i3, DWM, bwspm, and openbox are all popular and should have tutorials and configs readily available to work from.
Jaded outcast
Agree.
Caldera OpenLinux 2.2 somewhere around 2000. Ran that for a year or two until the PC it was on died.
Next time I was able to run it was 2008ish on a pos dell laptop on which I installed Ubuntu 8.04 (Hardy Heron). When that laptop died a year or so later I went macOS and was happy there until about 2022ish.
Now I’m running it across several machines for different purposes.
Arch dualbooting OpenSUSE Tumbleweed on my tinkering laptop.
Ubuntu Server 22.04 on my server (started with 18.04)
Fedora 41 on family computers/laptops
Asahi on the last bit of Apple hardware left in the house
Raspberry Pi OS on a number of PiS serving different purposes.
A subscription web service
I did as well, small comfort.
And it’ll be subscription based.
I expect an affinity subscription plan.
I really hope it sticks. Then something decent will have come out of this shit (US) government.
Isn’t this like the third time they’ve done this and it lasts until Microsoft backs a dump truck of money up to the government?
Don’t get me wrong though. I hope it sticks! Fuck Microsoft.
Edit: spelling
I’ve been using Pikaraoke, which is FOSS, can run on a Raspberry pi, and using yt-dlp can add songs to the library from youtube on the fly. I’ve been very happy with it.
As an additional warning probably best to avoid amazon because counterfeits are just dumped in the bin with the actual mfr stuff and you could get burned there too. Buy from B&H or some other vendor that doesn’t have this practice
You can do this with the dd
command. To prep:
Set up a live boot USB stick with your distro of choice.
Install another SSD/nvme/HDD at least the same size as your bookworm install into your bookworm machine. If that’s not an option connect a USB drive that’s at least the same size as the drive with your bookworm installation.
Boot into the live USB on the bookworm machine.
Make sure the partition(s) from your bookworm install are unmounted.
Quadruple check the drives/devices for the dd
command. Here’s the basics of the command:
dd if=/device/where/bookworm/is/installed of=USB/or/second/drive/in/machine bs=8M status=progress
So, if your bookworm install is on /dev/sda
, and the USB or secondary is /dev/sdb
, then the Cmand would be:
dd if=/dev/sda of=/dev/sdb bs=8M status=progress
Do you have a revese proxy setup?
I’ve been learning bash and working on scripts to automate stuff in my homelab. It’s been a lot of fun. I’m currently working on a script that will rename the movies and TV shows I rip from my DVD collection.
The script queries the tmdb api, presents me with a mwnu of matches if there’s multiple matches, renames the media files according to jellyfin spec, and then places them in the proper folders to be indexed by Jellyfin and Kodi.
Heh. I haven’t started exploring other shells yet.
I self host vaultwarden and its great. Its an easy self host, and in my experience, it has never gone down on me.
That being said, my experience is anecdotal. If you do go the vaultwarden route, realize that your vault is still accessible on your devices (phone, whatever) even if your server goes down, or if you just lose network connectivity. They hold local (encrypted at rest) copies of your vault that are periodically updated.
Additionally, regardless of the route you take you should absolutely be practicing a good 3-2-1 backup strategy with your password vault, as with any other data you value.