Ransomware Defense
Let me just give you a very quick example how easily you can defend against ransomware. Don't be a sucker, and certainly don't let yourself be extorted by criminals. Also don't use shitty operating systems that don't care about your security.
Just a quick tutorial how you can stay safe from ransomwares, or other potential malware that can destroy your valuable data.
Encrypted Container Method
You should put all your valuable files,documents inside a single encrypted container, that you will backup. So for example create a folder called "Container" or something similar, and copy all your valuable work there.
Then compress that folder into a .zip or a .tar format. I prefer .tar on Linux, since it adds all your files inside a single volume without the need to compress it. Then just encrypt that by entering the following in the console:
ENCRYPT:
openssl aes-256-cbc -a -salt -in CONTAINER.tar -out CONTAINER
DECRYPT:
openssl aes-256-cbc -d -a -in CONTAINER -out CONTAINER.tar
Then after copying that into the console, you will get prompted to enter a password 2 times. Make sure that password is strong and random. Try using diceware instead of shitty weak passwords like: unbr3@k@bl3_p@$$w0rd
This way you will have all your valuable files encrypted with 256-bit AES cypher, inside a container file, and you can even keep this container file on the cloud or on a USB stick as a backup.
This way in case of a randomware hits your computer, all your valuables will be backed up securely, and you can just easily reformat your hard drive and you will have all your files.
I really don't recommend using Windows or Mac, however for these systems you can just use Veracrypt which is an easy GUI encryption software:
Use Linux
Well there isn't just any reason why not to use Linux in 2017 anymore. We all know that proprietary closed source OS are very weak, and they barely care about their customer's privacy. They are always late with patches, and the mere fact that the code isn't audited, we just can't really trust them.
Use Linux Mint, it has a very easy to use Desktop, and Windows users can easily get used to it. Mac users should use Ubuntu, since that resembles the Mac Desktop.
It's fairly easy to use, and you can literally organize your documents better on a Linux OS, since the Home folder contains all your personal documents.
Linux systems are much more secure and robust, and they are fully audited. Not all proprietary softwares work on it though, so that is a drawback, however from a security standpoint, those softwares aren't really secure either.
Using Firefox + Gimp + VLC for multimedia is much better in my opinion, than to use their commercial, closed-source counterparts.
So yeah, use free software, you don't even have to pay for it since it's free, and it's also more secure. I like it that way.
Sources:
- https://pixabay.com
- By Linux Mint team (Linux Mint) GPL, via Wikimedia Commons
- https://securelist.com/blog/incidents/78351/wannacry-ransomware-used-in-widespread-attacks-all-over-the-world


Very informative! Cheers man!
great write up. only down fault is a lot linux is not for your basic computer user
Actually it is. I find Linux much easier to use than Windows.
Most of the time you can't find the softwares installed on windows, and you have a lot of junk files, and all the registry nonsense. It just slows stuff down.
Then most of the time you cant find your files either.
In Linux, all your files are in the Home folder, and the system files are on a different partition. So it's easier to search through it.
i have wanted and tried linux and i am not a coder or anything i am pretty good with computers but i find some things are alot harder to get and install on linux.
the ease of use i know is getting alot better and maybe i need to just try the linux mint you linked... i do 100% agree with your post and i do think that more and more will switch to a linux based system i keep trying and now will try mint OS and see if i can figure it out better..
Yes that is true, installation is a bit tricky, but everything else is much more convenient.
I just download stuff from the main repository with
sudo apt-get install, or I occasionally add the Debian stable repository if I need additional software.It's all free, so why should I care.
Other software for example doesn't even need to be installed. For example java and virtualbox just runs on the go.
Which is also more secure, since unknown software don't have root access.
So it's brilliant how well the system is compartimentalized to offer both security and convenience.
well thanks for the write up now i am thinking i wil dual boot and see what mint has to offer and see if i can figure it out more.
Dual boot is insecure, it can lead to Evil Maid attack.
Thanks a lot for the tips. :)
Real meaningful non-maistream media reality content adding real value to the Steemit community.
Good writeup!
REALLY useful, thanks.
Linux is always more secured than windows; however; windows is more convenient to us unfortunately :)
Depending on what you use it for. Most things are already reachable from the browser. So for casual internet surfing linux is much better.
If you want to install many softwares, then it is less convenient, I agree.
I would not disagree with you. Windows is also popular compared to Linux.
Thankyou!