harsh3466

joined 2 years ago
[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

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

[–] [email protected] 27 points 4 months ago (2 children)

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.

[–] [email protected] 3 points 4 months ago
[–] [email protected] 1 points 4 months ago

Not a goddam thing. It was performative. Democrats aren't doing shit

[–] [email protected] 13 points 4 months ago

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.

[–] [email protected] 3 points 4 months ago

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.

[–] [email protected] 4 points 4 months ago (1 children)

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

[–] [email protected] 6 points 4 months ago

That sounds really fun. I'm in.

[–] [email protected] 2 points 4 months ago

I was not aware of fuck. That's fabulous

[–] [email protected] 4 points 4 months ago (1 children)

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

[–] [email protected] 2 points 4 months ago (1 children)

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.

[–] [email protected] 10 points 4 months ago* (last edited 4 months ago) (4 children)

Amateurs use the up arrow. The real pros use history | grep 'something I remember from the command statement' :)

view more: ‹ prev next ›