Welp, I just apt purge'd damn near everything except the kernel. How's your Friday going?
-
Thatโs just how you unlock the hidden boss fight.
-
congrats you're ready for the next step: a declarative package configuration like (non-)guix or nixos
-
My first adventure in Linux back in 2003. No idea how I achieved this, but from memory I just reinstalled and all was well.
-
Ahh, baby steps.
Around fours years ago I was still using Arch and I somehow decided to try LFS on my main machine (bare metal unfortunately). Started compiling coreutils but as I forgot to specify the build directory to gmake, my /usr/bin directory was being emptied to make space for the coreutils compilation process. Bricked my whole installation.
Now I'm smarter than four years ago as I mainly use NixOS.
-
"AI is gonna take over the world"
Grub: "Hold ma beer"
-
Yeah OP is not gonna die on that
-
Dammit, my organic memory failed yet again. It's been a while since I've seen that prompt (and I have agreed to that as well at least few times).
-
Average .ml purges
-
You can indeed.
-
My
pacman -Syu
crashed on my old laptop and at this point I might just reinstall it, this time putting on some sort of a snapshot solution on it like on my main laptop -
i for one welcome our grub bootlorders
-
I overwrote my ssh private key with rsync. Fortunately I had special cron job running on my servers that updates ssh keys on a server with ssh keys from my github account, so I just had to upload a new key to the github and wait for a few hours.
-
Can i just reinstall to my root partition and have my home partition work as expected?
Yes, but you might have to muck around with
/etc/fstab
. The reason is because when you install to your root partition, the installer will create a new /home in that root partition. (Unless you have an installer that's smart enough that you can tell it otherwise.)You should be able to mount the partition in any case, but to have the system recognize it as /home it has to be properly set up in fstab.
-
If you are trying a new install go for something with timeshift or Silver Blue, OpenSUSE snapshotting. You can trash the whole setup, then reboot to the previous state. A catastrophic failure becomes a 1 minute fix.
-
If you don't mess with the partitions during the install and don't format, and make the same username, you should be back to normal after a reinstall. Take a backup offline, of course.
-
Nice day to move to nixos
-
make sure not to reformat though. it can be a problem depending on the installer his distro uses.
i think its safer to just save the home folder, and replace it later when the system is installed.
-
OP mentioned having used Linux for 4 weeks. If they are interested in learning more about Linux, I feel like even Arch would be a better next step.
I love NixOS and have been using it for over a year at this point but sometimes when things don't work I feel like I'm banging my head against a wall. I've been using Linux for ~7 years now.
-
Btrfs with pre and post pacman-triggered snapshots. Only had to use it once, but it was very smooth.
-
yeah, that's how I roll there