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?).
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.
I wouldn't have pegged him for someone who had dogs. Requires too much empathy and care.
sidequests that involve you slowly following an NPC
I haate those quests. 'Quick! We must urgently go do something to save everyone!' and then waddles off like an over-stuffed penguin.
Can we PLEASE at least make these stupid NPCs walk at player run speed, it's been obnoxious for like 30 years now.
Firefly.
Yeah, I'm going there.
You totally just know the demon he's talking about was a succubi, and that's totally him trying to explain to his wife why he can get off in his dreams but not with her.
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.