Skip to content

Instantly share code, notes, and snippets.

@Reznov9185
Last active April 1, 2017 17:12
Show Gist options
  • Save Reznov9185/b1d71dd16128cd03f7fcbe37ca6d7753 to your computer and use it in GitHub Desktop.
Save Reznov9185/b1d71dd16128cd03f7fcbe37ca6d7753 to your computer and use it in GitHub Desktop.
linux lame claims. On: https://youtu.be/y_lhqg_p21k

I am really impressed with the message of the video   He is right! Publishing misinformation is the worst thing you can do to a community. And these claims are never made by the people who really know linux(e.g. not for Linux Torvalds). Points to clarify:

  1. Malware: Obviously it can be bugged! There is no silver bullet/shield to protect from anything. But remember this is your system so you can write your own scripts to protect yourself.

  2. Disk defragment: Yes you should defrag/+ cleanup. Period.

  3. Reboots: Undoubtedly you have to reboot your machine sometimes! See it from as an insider, say you are a system process thread running on a machine. To kill that and start that again, might need some dependent threads to be killed too. So it some cases you have to do a reboot there is no other way. For example, processes like ssh daemon. In his case(firefox update) if he knew exactly which threads to be reboots he might be able to do it without a reboot.

  4. Hard-drive modularity: Come on! He is right. It's a rediculous claim anyway. The OS have to know some hardware-ids and this is also required for some maintaining security standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment