|
How often do you start from scratch when installing an OS?, I've changed my laptop 4 times now in 5 years for different reasons, when I do so, there's only a couple of things to consider: if I'm upgrading the HDD (for example when I made the jump from HDD to SSD or from my 2.5inch SSD to my M2 SSD currently) I need to clone the drive to my new storage, otherwise I only need to swap out my storage device from my old laptop to my new one. With linux it just works I don't have to fiddle for my devices to be found, everything is just where I left it, the biggest change was when I went from an intel based PC to an AMD one, I only had to switch the display drivers after the fact (I knew because X crashed, I had to do this from tty), but it is expected since the display cards are totally different, btw all it took was a: sudo pacman -S xf86-video-amdgpu. having a rolling release distro helps too, because you really don't have a reason to nuke your install and start from scratch, but even if I decided to do that for whatever reason, since most configuration is done via text files I can easily save those in a repo and just clone them to my new install and be done in a few minutes. drwx------ 2 root root 16384 Dec 25 2016 /lost+found ^ that's when I last installed linux, I've been using the same install through 5 years in 4 different devices, it's pretty
cool. I'll be honest though I do still miss photoshop and Illustrator, I run Illustrator CS6 in wine, but it is missing a lot of features that have been added through the years, but Krita is a decent replacement for photoshop in the Illustration space, which is why I used photoshop in the first place, but nobody is stopping adobe from making a suite for linux I guess. |