Linux is the gift that is going to keep on giving for years to come. At least a windows box can be usually fixed. Good luck getting a vendor that went out of business 3 years ago to help you.
I wouldn't call "re-install" a fix, no matter for how many years now it *has* been the only reliable fix. But I am happy for your enthusiasm, and I will try not to be so smug. Really.
I wouldn't call "re-install" a fix, no matter for how many years now it *has* been the only reliable fix.
Not a fix at all, especially if you have a highly configured computer and many programs.
Amazing how Windows users can thump their Chests like a silverback Gorilla, about an OS so terrible that starting over again is even considered good advice.
Although I know a few who bought a whole new computer because of a virus. I wonder if they replace the engine every time they need to change oil?
Why don't you just restore your system from a clean backup, the type you take in case of drive failure, theft or fires.
Anytime I make a major set of changes i take a clean backup of the system. Data is obviously already backed up in snapshots elsewhere.
Also, fuck systemd and that shit. BSD did in twenty minutes what systemD took 13 hours to figure out last night. Not directly related but worth repeating.
I don't know about Olsoc's installation but maybe because it's not possible. For example, I have 100+ VST instruments and effects installed on my Windows machine, each of them with a complicated DRM scheme that requires sending emails, logging into websites, etc. It takes about one week of full work or 4-6 weeks of spare-time work to restore the system into a workable state. I know that because I recently changed my system.
Sure you can blame the software companies for their crappy DRM schemes, but for some
If that's the case you should have a spare HD with a cloned image, or take regular images with an appropriate tool. I used to use a pxe boot server and image systems to samba share. A real easy way is to use this guy [system-rescue-cd.org]When you boot back to windows, that space is invisible and unaccessible to malware. You can always boot back to linux and restore your system.
lost some comment there with a open tag.
use the system rescue cd to resize your disk (gparted), and leave empty space at the end. Format that end space with a linux filesystem (xfs). Windows can't see it, but you can store a compressed image of your system using dd, partimage, or fsarchiver.
Dammit! (Score:5, Funny)
Re: (Score:-1)
I disagree! https://www.wired.com/story/re... [wired.com]
Linux is the gift that is going to keep on giving for years to come. At least a windows box can be usually fixed. Good luck getting a vendor that went out of business 3 years ago to help you.
Re: (Score:0)
I wouldn't call "re-install" a fix, no matter for how many years now it *has* been the only reliable fix. But I am happy for your enthusiasm, and I will try not to be so smug. Really.
Re: (Score:1)
I wouldn't call "re-install" a fix, no matter for how many years now it *has* been the only reliable fix.
Not a fix at all, especially if you have a highly configured computer and many programs.
Amazing how Windows users can thump their Chests like a silverback Gorilla, about an OS so terrible that starting over again is even considered good advice.
Although I know a few who bought a whole new computer because of a virus. I wonder if they replace the engine every time they need to change oil?
Re: Dammit! (Score:0)
Why don't you just restore your system from a clean backup, the type you take in case of drive failure, theft or fires.
Anytime I make a major set of changes i take a clean backup of the system. Data is obviously already backed up in snapshots elsewhere.
Also, fuck systemd and that shit. BSD did in twenty minutes what systemD took 13 hours to figure out last night. Not directly related but worth repeating.
Re: (Score:2)
I don't know about Olsoc's installation but maybe because it's not possible. For example, I have 100+ VST instruments and effects installed on my Windows machine, each of them with a complicated DRM scheme that requires sending emails, logging into websites, etc. It takes about one week of full work or 4-6 weeks of spare-time work to restore the system into a workable state. I know that because I recently changed my system.
Sure you can blame the software companies for their crappy DRM schemes, but for some
Re: (Score:2)
Re: Dammit! (Score:2)
use the system rescue cd to resize your disk (gparted), and leave empty space at the end. Format that end space with a linux filesystem (xfs). Windows can't see it, but you can store a compressed image of your system using dd, partimage, or fsarchiver.