You could leave the Windows installation and not dual boot. Linux can read NTFS volumes. You will probably have to install ntfsprogs or whatever it’s called.
You could leave the Windows installation and not dual boot. Linux can read NTFS volumes. You will probably have to install ntfsprogs or whatever it’s called.
A swap partition is akin to the page file on Windows. The kernel will use it to move memory pages it doesn’t anticipate using in the near future to it so it can use that RAM for other things. It will also use it in a pinch when there isn’t enough RAM on the system. It isn’t strictly necessary, but it can prevent programs from crashing at a huge performance penalty. It is necessary if you want to use sleep or hibernate or whatever it’s called when it is powered off physically but resumes what you were doing instead of booting when you power it back on. That takes as much swap as you have RAM at minimum. If you want that, a good rule of thumb is 1.5 times physical RAM.
I have servers I administer for my job that have over 100GB of RAM with very little swap, like 4GB. The applications and machine are tuned and sized so the physical RAM is at ~85% and swap is barely used. The swap is mainly for non application stuff like IDS agent, backup agent, monitoring agent, etc.
If swap becomes a problem, you can adjust the kernel vm.swappiness parameter as needed. It might take some trial and error to get it right.
Source: I’ve been working with Linux professionally for almost 20 years now.
must be a psyop agent from the “enemy”.
You might be.
I’m pointing out the government is shit
Nobody is claiming it doesn’t have problems. If you haven’t been paying attention, there are things that non-MAGA wants to change about it.
Our government is the best in the world
As we constantly complain about citizens United, electoral college, first past the post elections, car dependant infrastructure, and the list goes on.
Or a non-US psyop agent, or a GOP supporter
Sort of. Another way of thinking about it. Clips feed magazines, magazines feed guns.
https://www.fieldandstream.com/gear/clip-vs-magazine/?origin=serp_auto
clips.
Magazines. Magazines include a feeding mechanism, usually a spring. Clips just hold bullets together.
They all have mags in them. Hopefully they aren’t chambered.
My guess is the AI was trained on a combination of cat videos and sponge bob.
For my fellow Americans, if you haven’t already voted, get off your ass and vote.
So you are advocating not voting or voting red? Voting absolutely makes a difference at the local level where zoning laws affect car dependency or lack thereof.
What’s your plan?
Part of the problem with increasing fuel prices is the US is super car dependant. I agree, higher prices would drive demand down, but we also need to start building up non car transportion and start updating zoning laws yesterday. I don’t know how anyone else in the US thinks driving all the time is desirable or convenient. It’s $$$$, traffic sucks, it’s dangerous and scary, and people need to get around in states where they shouldn’t be driving. It’s insanity.
Yes, Ubuntu 20 isn’t EOL yet. A lot of those downloads are probably IT staff or developers that are running Ubuntu servers or developing on those versions.
ETA: We still have some RHEL 7 and clones at my day job
Yes.
To do this, open a terminal, and do this:
sudo apt search ntfs
It will be called something like ntfs-progs or ntfs-fuse or both.
Then:
sudo apt install PKG1 PKG2
Alternatively, the synaptic package tool has a nice GUI