For anyone doing this, set up your spending and budget alerts and actions. It's possible to accidentally fuck something up and end up with an aws bill that'll suck, but this will give you some measure of protection from that in case you accidentally misconfigure something.
Note: Create your partitions from your empty space. You may need to resize your existing partition to do this. But don't practice on your main drive.
This is a simple job, in that the steps are few, but it's something that causes catastrophic data loss if you get it wrong.
I'd recommend buying a cheap second drive, doesn't have to be big or even good. Partition it, mount it, make sure you can make the partitions automatically mount, teach yourself to copy data around, umount it and remount, make sure you got it right.
Just.. these are all very simple things. I wouldn't hesitate to repartition my own drives. But if you fuck it up you fuck it up good. Make sure you know the operations you're taking first. Measure twice, cut once, all that jazz.
Boot from a live distro so you can modify your boot disk. Use the disk utility to create partitions. Copy the data to the relevant partitions ensuring to maintain file ownership and permissions. Modify /etc/fstab to mount the partitions at the designated locations in the filesystem.
I don't bother putting anything but /home on its own dedicated partition, but if you ask 10 people this question you'll get 12 opinions, so just do what feels right.
Owning your own domain is great that way. Even makes the little bit I pay to ProtonMail well worth it. There are a few addresses I have dedicated, like my aws@example.com, me@, and my-name@, but the rest just go to a catch all. It's fantastic.
Am US citizen, only drive manual transmissions. Anyone here who likes cars can drive a manual transmission, anyone who doesn't like cars doesn't give a shit about a manual transmission and just wants to get where they're going.
We invented cars, we're allowed to decide how they evolve.
While I personally think the embargo is stupid and should've ended decades ago the idea that the UN could vote against an embargo and expect anything to happen is funny to me.
You might check out xfce. It's gtk like Gnome but the development team doesn't have their heads up their asses; pretty much every aspect of xfce can be customized. It should be a simple install from your package manager, whatever distribution you're using. The downside of this, however, is it might take extensive tweaking to get it to look how you want as it's a pretty bare bones UI by default. Personally I like it, but ymmv.
That's the beautiful thing about the Linux world. If you don't like some aspect there's virtually always an alternative.
It's fair to call them terrorists when they attack civilians.
And don't give me the "what about Israel" bullshit. They can be terrorists, too, it doesn't make Hamas suddenly freedom fighters for murdering children. A terrorist is a terrorist.
You can just grep for carriage returns followed by newlines,
grep -Pirn '\r\n$' /path/to/whatever
. It'll identify all your problematic files.