harsh3466

joined 1 year ago
[–] harsh3466@lemmy.ml 4 points 1 day 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

[–] harsh3466@lemmy.ml 6 points 2 days ago

That sounds really fun. I'm in.

[–] harsh3466@lemmy.ml 2 points 3 days ago

I was not aware of fuck. That's fabulous

[–] harsh3466@lemmy.ml 5 points 3 days ago (2 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

[–] harsh3466@lemmy.ml 2 points 3 days 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.

[–] harsh3466@lemmy.ml 10 points 3 days ago* (last edited 3 days ago) (4 children)

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

[–] harsh3466@lemmy.ml 6 points 3 days ago (2 children)

gasp how dare you suggest nano over vim! /s

[–] harsh3466@lemmy.ml 5 points 5 days ago

Do you have a revese proxy setup?

[–] harsh3466@lemmy.ml 17 points 5 days ago (3 children)

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.

[–] harsh3466@lemmy.ml 5 points 5 days ago

Don't forget Bryan Cranston (Breaking Bad)

[–] harsh3466@lemmy.ml 1 points 5 days ago

Heh. I haven't started exploring other shells yet.

[–] harsh3466@lemmy.ml 3 points 6 days ago (2 children)

Perfect. I'm feeling comfortable enough with bash that next on my list is AWK. Gonna download this when I get home!

view more: next ›