Same. Never been into Minecraft, and hate when people are noisy and whatnot in a theater when I'm watching a movie. That being said, if they're having fun, more power to them. Not gonna yuck their yum.
harsh3466
Not a goddam thing. It was performative. Democrats aren't doing shit
Brave is a choice I guess. To each their own. Today I watched a video where a guy was using edge on fedora. That kinda broke my brain.
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
That sounds really fun. I'm in.
I was not aware of fuck. That's fabulous
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
I just installed Tumbleweed on my laptop alongside my main install (arch btw) to try it out, but I haven't had a chance to mess with yast yet.
Amateurs use the up arrow. The real pros use history | grep 'something I remember from the command statement'
:)
I roll my own self hosting navidrome with rips of my CD collection that I've had since I was a teenager, buying new music I want to add.
Edit: added navidrome link