

r2modan?
05c9cf37854b6cdcfeeddff6d7f849e46d949f915fcc1931fcf2ce66303d47c553
r2modan?
Learning how to use documentation should be the first thing you do when you try the Linux terminal. man vim
, Vim page on the archwiki, etc.
I mean, just type :help
and then use your arrow keys to scroll around and read how to use vim/neovim.
they’re not cheap, even when bought second hand
I mean, I bought my T480 for $170 second hand (not from a refurbisher) a few years ago.
Hexbear just has no downvote button (assuming this isn’t sarcastic or anything)
Sure, maybe I was a little ambitious. But my point is mistakes can bring learning, so it might be worth it to try something “hard”. Trying things in a virtual machine is also often a good idea.
Attempt an Arch install entirely from memory. You might want to try this in a VM, in case something goes wrong, but just do it. If you can’t quite remember what to do, man
and ls /bin
are your friends.
linux from scratch /s
Linux Mint is good, Pop_OS! is good, Fedora is good.
restic to a local server and to cloud storage. it varies by device, but usually just everything in /home/. The rest of the operating system should be reproducible, whether through images, ansible, nix, or guix, given the information in /home/.
scheduling is done through systemd, usually (or the non-systemd equivalent). I use BackBlaze now, but I switch around occasionally. restic has policy based snapshot removal, and a prune option.
You could try using Hashicorp’s Packer to generate images repeatably (usually more meant for cloud images though). Or NixOS (like others have mention), or Guix (like NixOS, but better in some ways, worse in others). You could make it an Ansible playbook, which would let you both make configured images, and just configure machines that already have an OS.
I do something similar with archiso, fwiw, but that only works with Arch Linux.
Would you want to change your distribution, or just keep Debian with some tools to automate?
Annas archive exists
Make a plugin to a non-vim editor that properly emulates the vim experience, with the non-vim GUI.
Or, if that doesn’t work well enough, fork them.
Failing that, you could just accept your fate. I love my neovim install.
Are her screeds deranged? Yeah. Are they interesting to read? Also yeah.
“We regret to inform you that, as of July 26, 2024, all Homeworkify services are permanently unavailable.”
Oh, hmm, interesting. I would simply not bother trying to clean up your tabs (it’s what I do, 6476 baby!).
Perhaps consider also getting more RAM. 128 is good, 256 is better. Thanks to ddr5, ddr4 isn’t all that expensive now (and 5000 series can’t use ddr5 anyways).
Working there is apparently pretty nice. Microsoft on the inside is not Microsoft on the outside.
But regardless, terrible company with terrible products. Even if they didn’t do anything shady, they still aren’t great.
irssi. the plugin stuff is nice, terminal is better than GUI, and when themed it doesn’t look terrible
Well, Ubuntu uses Snap, which is a rather poor packaging solution that basically no other distro has adopted. By default it’s a little bloated, it’s made some controversial decisions (rust coreutils), and other distros just do what Ubuntu does better (like Mint)