

Heh. I haven’t started exploring other shells yet.
Heh. I haven’t started exploring other shells yet.
Perfect. I’m feeling comfortable enough with bash that next on my list is AWK. Gonna download this when I get home!
Used thinkpad is an easy choice. If you want new, I’ve been very happy with the framework 13
If it has to be a de, I’d pick gnome. Otherwise it’s hyprland.
Hahaha. Was about to comment nearly the same thing. My NFS share has a different mount. ~/Documents
is an empty directory
Agree. Firefox is still the best browser option. I don’t believe they intended to fuck the users. This is more Hanlon’s Razon. “Don’t attribute to malice what is easily explained by incompetence.”
As Rossman said, the gravy train of Google money has made mozilla complacent and in many ways incompetent.
Thank you. I’ve saved the link and will be disabling it next time I log in. Can’t fucking escape this AI/LLM bullshit anywhere.
wait, what? How did I miss that? I use protonmail, and I didn’t see anything about an LLM in the mail client. Nor have I noticed it when I check my mail. Where/how do I find and disable that shit?
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