I didn't think the consumer-level chip immolation carried over to their xeons?
If it did, holy crap, they're mega-ultra-turbo-plaid levels of screwed.
I didn't think the consumer-level chip immolation carried over to their xeons?
If it did, holy crap, they're mega-ultra-turbo-plaid levels of screwed.
Yeah quicksync won't help you there.
I thought nVidia's limit was enforced by their drivers, but that's probably changed since it's been a while since I looked at nvenc as a solution (quicksync, then an ARC card over here).
dd then resize the fs?
Edit: one caveat here I forgot: if your fstab is using UUIDs, you're going to have to update that, since the new drive won't be the same UUID because, well, it's not the same drive.
Is it bad I recognized it as daoc from the NPC font?
If you have an Intel CPU with quicksync, it will likely perform better than the 1060 in terms of visual quality, if its coffee lake or newer (8th gen).
If not, well, it'll be fine up to whatever the stream limit is (4?).
Someone? Gee I wonder who they might want to invade that would require landing ships.
The Orange Age
Because most of us are arrogant, short-sighted, stupid, greedy, and have no empathy.
At this point I know I need to move to a blue as fuck state, or maybe emigrate to somewhere with better enshrined lgbt rights, universal healthcare, and legal weed, like say Mexico.
(I'm kidding but only just barely.)
You seem to have missed the global nuclear war that happened between the bell riots and shiny space communism.
Wouldn't mind avoiding that, though it seems like thats getting more and more probable.
Things might get better, after everyone dies for stupid bullshit, but that's hardly a comfort.
Firefly.
Yeah, I'm going there.
Wow, a commercial open source product that COULD have pulled a rugpull, looked for all the world like they were planning a rugpull, just uh, did the right thing?
Good job, Bitwarden.
two commands: dd and resize2fs, assuming you're using ext4 and not something more exotic.
one makes a block-level copy of one device to another like so: dd if=/dev/source-drive of=/dev/destination-drive
the other is used to resize the filesystem from whatever size it was, to whatever size you tell it (or the whole disk; I'd have to go read a manpage since it's been a bit)
the dd is completely safe, but the resize2fs command can break things, but you'd still have the data on the original drive, so you could always start over if it does - i'd unplug the source drive before you start doing any expansion stuff.