Slashdot Mirror


'WannaCry Makes an Easy Case For Linux' (techrepublic.com)

An anonymous reader writes: The thing is, WannaCry isn't the first of its kind. In fact, ransomware has been exploiting Windows vulnerabilities for a while. The first known ransomware attack was called "AIDS Trojan" that infected Windows machines back in 1989. This particular ransomware attack switched the autoexec.bat file. This new file counted the amount of times a machine had been booted; when the machine reached a count of 90, all of the filenames on the C drive were encrypted. Windows, of course, isn't the only platform to have been hit by ransomware. In fact, back in 2015, the LinuxEncoder ransomware was discovered. That bit of malicious code, however, only affected servers running the Magento ecommerce solution. The important question here is this: Have their been any ransomware attacks on the Linux desktop? The answer is no. With that in mind, it's pretty easy to draw the conclusion that now would be a great time to start deploying Linux on the desktop. I can already hear the tired arguments. The primary issue: software. I will counter that argument by saying this: Most software has migrated to either Software as a Service (SaaS) or the cloud. The majority of work people do is via a web browser. Chrome, Firefox, Edge, Safari; with few exceptions, SaaS doesn't care. With that in mind, why would you want your employees and staff using a vulnerable system? [...] Imagine, if you will, you have deployed Linux as a desktop OS for your company and those machines work like champs from the day you set them up to the day the hardware finally fails. Doesn't that sound like a win your company could use? If your employees work primarily with SaaS (through web browsers), then there is zero reason keeping you from making the switch to a more reliable, secure platform.

411 comments

  1. This opinion isn't new and is still wrong. by Aequitarum+Custos · · Score: 5, Insightful

    Virus writers will target the largest market portion. If that's Windows, they'll write viruses for Windows. If it's Mac, they'll write viruses for Mac. If it's Linux, they will start writing viruses for Linux. Just because more vulnerabilities in Windows are known, does not mean there are less total in Linux. And short of taking away admin/sudo access from users completely, malware can always social engineer it's way into administrative privileges during an installer or something similar.

    1. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Agree. Why re-invent the wheel with Linux? A properly setup and secured Windows network would not be open to most of this junk.

      The co I work for quickly started re-writing URLs in external emails as a measure against this and quarantining all attachments with a process to manually retrieve the attachment if needed to remove the "I didnt think before I clicked on it" problem.

    2. Re:This opinion isn't new and is still wrong. by dagrichards · · Score: 2

      Of course its wrong, the correct answer is of course to run OpenBSD.

    3. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      But your argument seems supposes that all (or most) non-Linux-users en masse would switch to Linux. You know that IN REALITY most people are NOT going to switch to Linux, and therefore Linux is NOT going to become the largest market portion any time soon.

      So it therefore indeed makes sense to switch to Linux, exactly because it's not a large market portion, and so (as you point out) the virus makers are not targetting Linux.

    4. Re:This opinion isn't new and is still wrong. by Junta · · Score: 2

      Well, in the macro sense, it won't work. In the micro sense, it will work to some extent, at least until too many other people join you and suddenly things look appealing.

      Though having apt/dnf available software mitigates risks in a way similar to having an 'app store', and is one reason why MS is pushing the Windows Store concept hard (the larger reason of course being profit).

      Also, even without admin level access, untrusted software can make a mess of things, since all the stuff you care about is owned by you.(oblig https://xkcd.com/1200/). Platforms like Android and IOS that provide some concept of per application permissions mitigate that more, though generally people will click through crazy permissions too.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    5. Re:This opinion isn't new and is still wrong. by OrangeTide · · Score: 4, Informative

      Linux has been around enough and is used widely in high-value enterprise servers that it most certainly is attacked by malware, hackers, etc on a regular basis. Much is known about the security of Linux, and multiple vendors work to improve the security of the Linux Operating System and key applications.

      Microsoft, Adobe and others have not been doing that great of a job securing Windows and its key applications. And much of the industry that touts that they enhance security on Windows are also trying to sell you virus scanners that significantly impact system performance.

      What you fail to understand are two factors at play here:
      1. Linux(FreeBSD and Unix in general) have a very different security model than Windows. Unix is a much simpler model and is less flexible, but it is also applied more consistently as a result.
      2. Windows is not the top OS in the world in terms of numbers. Virus writers, if they are going only for high-volume attacks, would also aim their sites at Android or iOS as either of those have more installed systems than Windows. And like I said early, Linux dominates the enterprise environment and would theoretically be more valuable of a target to attack than Windows.

      --
      “Common sense is not so common.” — Voltaire
    6. Re:This opinion isn't new and is still wrong. by jellomizer · · Score: 1

      I would actually recommend a diverse network. Windows, Linux and Macintosh. While a little harder to maintain it prevents from having all your eggs in the same basket.
      The biggest problem I see is over MS integration. Even doing little things such as using Apache instead of IIS on Windows. Make sure your Web Apps follow the standards and works on different browsers often can save a big headache in the future.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    7. Re:This opinion isn't new and is still wrong. by TWX · · Score: 1

      I partially agree with you.

      My main point of disagreement is that many Linux distributions already have better long-term-stable support. Debian as a case-in-point backports security changes to older verisions almost to a ridiculous level, and Ubuntu as a dpkg-based distribution follows suit. If a particular version of a distribution of Linux is necessary for whatever reason, it may well continue to be supported by the distrubtion maintainers for much longer than Windows, with far less reluctance.

      Additionally until recently at least it was fairly easy to harden a Linux distribution at the time of install or post-install, and as variation OSes that use the Linux kernel demonstrate, it's also possible to lock-down a Linux-based OS to where the user can't inflict a lot of damage to it without that user him or herself having taken lots of steps to circumvent the security that was designed into the OS.

      By contrast, Microsoft likes to stop supporting older OSes as soon as it feels it can get away with it. Microsoft OSes come out-of-the-box poorly configured for security, and it's not always clear how secure any given box is either, or what will break that security down the road. Lastly, since Microsoft has allowed lazy application developers to get away with writing software such that it needs admin privileges to install or to run, users are accustomed to either running their regular user account as a full admin on the box, or to automatically clicking accept on dialogue boxes that prompt to escalate privileges.

      Microsoft's software is not the only software that's vulnerable, but it's certainly sitting in a perfect-storm of vulnerability to make it very easy to exploit in addtion to being of a wide marketshare making doing the exploitation valuable.

      --
      Do not look into laser with remaining eye.
    8. Re:This opinion isn't new and is still wrong. by jandersen · · Score: 2

      Well, any way, I think Linux is the best argument for using Linux: the totality of its features, stability, useability, and I could go on. It may well be a matter of mostly taste; I dislike Windows for exactly the same reasons why others like it.

    9. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Virus writers will target the largest market portion. If that's Windows, they'll write viruses for Windows.

      According to this page, Windows market share is currently at ~37%. How low will it have to drop before virus writers notice that they're targeting a minority OS?

    10. Re: This opinion isn't new and is still wrong. by gweilo8888 · · Score: 1

      Also, most of my software doesn't run in the cloud. A tiny fraction of what I use my computer for is done online, but the overwhelming majority is still done locally and doesn't even need a constant internet connection. (Wouldn't *need* one at all, except for licensing checks.)

    11. Re:This opinion isn't new and is still wrong. by flargleblarg · · Score: 1

      Virus writers will target the largest market portion.

      Bullshit. Virus writers will target every platform they can — starting with the largest and working their way down to the smallest.

    12. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Except you're missing the point. The exploit worked not because of some security lapse at Microsoft, but because the people maintaining the machines didn't lock them down or apply appropriate updates in a timely manner. Linux can't fix that....

    13. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 5, Informative

      I keep hearing this argument, but every time Microsoft releases another Windows, I am shocked by the security holes I find open. They just don't care enough. With Linux, more eyes on the source exposes more bugs and the security ones often get fixed before the ink dries on the mainstream media post about it.

      Plus, older Linux installs are often maintained for security patches far longer than Windows.

    14. Re:This opinion isn't new and is still wrong. by Kryptonut · · Score: 1

      Totally agree.

      Hell, Windows is more secure than ever, but you can't fix the users who give malware the rights to infect their machines, or even worse, perform tasks with admin rights.

    15. Re:This opinion isn't new and is still wrong. by sjames · · Score: 2

      Mac seems like a reasonably popular minority desktop, but doesn't seem to be having a problem so far, why would Linux?

    16. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Mac is not reasonably popular, it is less than 5%.

    17. Re:This opinion isn't new and is still wrong. by unrtst · · Score: 2, Interesting

      Virus writers will target the largest market portion.

      This tripe is tired. There are more factors at play here, and being blind to them for decades isn't helping anyone.

      The size of the installed base does not matter.
      An argument could be made that the effectiveness of the exploit may matter. IE. if there are more vulnerable machines of some specific type, that's a bigger target. This could also be skewed depending on the demographic of that target (ex. if it was 90% of the ATM's and the exploit made all accounts using them available, it wouldn't matter if the number of ATM's is much smaller than the total number of Windows machines). This would still be a weak argument because the raw count is far from the only consideration.

      My point is, there has to be a whole lot more VULNERABLE Windows machines to make it more attractive than other targets (Mac/Linux/etc). For example, if every Mac OS X install had a remote root vulnerability, but only %1 of Windows 10 installs were still vulnerable to a similarly bad thing, then Windows would not be as attractive based on numbers and impact.

      WannaCry sucked extra hard because so many people actively disabled windows update so they could avoid the heavy handed push to Windows 10. People could avoid many of those large issues by moving to Linux - little to no telemetry (depending on distro, and can be easily disabled on those that have it), updates how and when you want them, updates that don't force restarts or delay boot up time, significantly fewer viruses now and for the foreseeable future, and way more freedom to stay current in whatever way suits you (ie. distro/desktop choices).

      Sadly, I still think TFS is more of a troll than a real suggestion. It's just begging for people to trot out their favorite justifications.

    18. Re:This opinion isn't new and is still wrong. by nine-times · · Score: 1

      Well, I think the truth is not as simple as you're implying. First, though virus writers are more likely to target the OS with the largest install base (not necessarily the largest market share), that doesn't mean that some operating systems are not more secure than others. Windows, for example, used to have many many large security problems, due to the fact that it basically wasn't originally designed to be secure. However, Microsoft has put a lot of effort into securing Windows in recent years, and it's generally pretty secure.

      Also, there are potential arguments as to why Windows is less likely to be secure. For example, some people have argued that unix-based systems were designed with security in mind, and Windows still hasn't caught up, at least partially due to their attempts to maintain backwards compatibility to a time when Windows was completely insecure. Many others have argued that open source products will generally tend to become more secure than closed source products over time, since security experts can access the code more freely and report/fix potential problems. I'm not sure those theories are borne out, and in any event, it certainly doesn't mean that open source products are immune to security threats.

      And short of taking away admin/sudo access from users completely, malware can always social engineer it's way into administrative privileges during an installer or something similar.

      That argument would hold a bit more relevance if this discussion weren't a worm that installed itself without user interaction. Also, it's possible that Linux users are less likely to install random unknown software, since it has package managers, and most of your software will come from a secure repo. Also, because you can get most of your software and updates from repos, it's more likely that you'll keep all of your software up to date. Finally, Linux security updates generally don't include forced advertising and completely unwanted changes to settings, so users and administrators are less likely to block and avoid them.

      That's not to say that Windows isn't secure, or that Windows isn't still a better option for a lot of people. However, it's not true that the only reason Windows has a bad reputation is that they're a bigger target and therefore more heavily targeted. Windows has a bad reputation because they used to be horribly insecure, and they're slowly digging themselves out of that hole. In the meantime, there are a lot of things they could do to improve security, that they won't do because it doesn't serve their business interests.

    19. Re:This opinion isn't new and is still wrong. by Maury+Markowitz · · Score: 1

      > Just because more vulnerabilities in Windows are known, does
      > not mean there are less total in Linux.

      That misses the point, badly.

      The issue is that there is an entire Windows virus ecosystem. Aspiring authors can get everything they need to get started from a huge library of code. WannaCry is a perfect example; the code they added is apparently very simple, and they connected it to a sophisticated exploit.

      This market exists because, in the past, Windows was less secure. So the virus writers had lots of easy ways in. MS responded by increasing security but were forced to do so in steps over much more than a decade. With each step, the virus authors had an overlap period in which there were still lots of older systems to infect (as this example demonstrates) while they learned the new system. There may be fewer holes in the current system, but there's more people than ever looking for them.

      The same is not true for Linux or the Mac. The "classic" MacOS was even less secure than Windows (as anyone who recalls "nvir" will admit) and was the target of viruses - but in those days viruses tended not to do much and there was certainly no money in it. But then the OS was replaced entirely with what is now macOS. This break with the past meant that everything that used to work simply didn't. There was no continuity, and everyone just left for the PC. Linux is, in essence, the same sort of end result even though the history is different.

      So even if the Mac or Linux were to suddenly get all sorts of market share (and iOS has that it appears) it will be more difficult to start up a virus industry for the simple reason that one doesn't exist currently. It's not that it's more difficult to write *a virus*, is that it's more difficult to write *a huge variety of them*, which is what you see on the PC. They would eventually get there, no doubt, but it would take some time during which the companies would be fighting back.

      To make the distinction clear, let us consider targetted attacks as opposed to viruses that are spread around. If someone wants into your computer, they'll get there whether it's Windows, Mac or Linux - examples of compromised computers running all three systems are very easy to find - the Dalai Lama's Mac is one example. And that is, as you note, because there are just as many holes - maybe more if you believe some reports.

      But the sort of ransomware you see running rampant on Windows is a very different thing - there is a powerful economic model that means you have to make them easily, and to do so you put together existing bits. Those bits don't exist on the Mac and Linux, and the cost of developing them will be huge. Unless there is a leak like the one that led to WannaCry, the cost of building such a system on Linux will be *huge* and the rewards minimal.

    20. Re:This opinion isn't new and is still wrong. by s1d3track3D · · Score: 1

      Virus writers will target the largest market portion.

      Your response isn't new and is still wrong. Yes, they will target the largest OS market, yes they will probably find some exploits in whatever the market leader is. The big difference being that Linux is open source and can be fixed faster and be made more secure by more people.

    21. Re: This opinion isn't new and is still wrong. by Anne+Thwacks · · Score: 4, Informative
      It is not just an issue of "more eyes". If you ignore Canonical, Gnu/Linux is far more stable internally - I specifically say Gnu, because the issue here is userland culture: The Unix/Linux world has enormous motivation to keep reusing the same code over massively diverse hardware as well as application use cases.

      The same code gets more thorough testing in the Unix, with more motivation to fix the problems - because people are able to locate and describe problems better.

      I know there are still bugs in Linux - hell, I know there are bugs in OpenBSD - but if I report them, they get fixed - sure it can take a year if the impact is only on me. If I phone Microsoft, all I get is a phone bill and a sore ear.

      In the BSD world, some of the code really is over 40 years old, and generations of students have tried to hack it - to improve their game scores or college grades. When they succeed, it is fixed.

      In Windows, when a new version is released - it probably comes with more new, improved bugs than bug fixes.

      --
      Sent from my ASR33 using ASCII
    22. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I'm not so sure about this. Most desktop users run Window$, yet most servers run Linux. If someone wanted to write a virus to affect the most users, i.e. a cloud computing generation, they would target a Linux sever. However, most hackers in general use Linux, so it will always be more beneficial to them to place infected files on the sever that only targets Window$ so that the server itself continues to run like nothing is wrong. Why target the system you actually enjoy to use? If a hacker targets Linux and does it successfully, it's almost always by finding a vulnerability in the kernel at boot and not from creating a virus. But even so, they usually have their fun for a few weeks and it gets fixed. Most Linux users also have the freedom to set their system up the way they want the first time so if this happens, it's no big deal to just reinstall. Meanwhile, a proprietary OS like Window$ gets attacked from all ends while programmers get paid (most Linux is volunteered) to take their sweet time fixing things via a monthly security update, even Google waited until after the elections to fix Dirty Cow and desktop Linux had a fix months before, probably to monitor election "chatter." Micro$oft also uses the idea of other OS like Mac and Linux to prevent from looking like a monopoly and in turn uses these security threats to scare people into upgrading to Window$ 10 while also providing "Linux" to keep people from leaving. It's not Linux; it doesn't have a Linux kernel; it's technically GNU/NT, an emulation. They still have all the control as well as the plethora of more bugs and viruses to come like usual.

    23. Re:This opinion isn't new and is still wrong. by catchblue22 · · Score: 1

      But your argument seems supposes that all (or most) non-Linux-users en masse would switch to Linux. You know that IN REALITY most people are NOT going to switch to Linux, and therefore Linux is NOT going to become the largest market portion any time soon.

      Android is Linux based. As is Chrome OS. MacOS is Unix based.

      --
      This and no other is the root from which a tyrant springs; when first he appears as a protector - Plato (423 to 327 BC)
    24. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      This is not necessarily true. How many major Linux holes were discovered in the last year in packages, and some of these were huge and long lasting. Part of the causes of these was the very informal development process and no real checks and balanaces - you get those in a commercial environment (typically). I am not knocking open source at all, but it is not perfect in its own right and may be a faster dev path it is not necessarily better or error free.

    25. Re:This opinion isn't new and is still wrong. by OrangeTide · · Score: 2

      Seems like applying patches for you too all installed software using a package management system would help tremendously. Having software that is outside of a central package management system, with updates disabled by the user or because the vendor is refusing to patch old versions would lead to these same sorts of issues.

      --
      “Common sense is not so common.” — Voltaire
    26. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Use Windows inside a vm on Linux. It's a lot eaiser to manage and backup / deploy windows inside a vm.

    27. Re:This opinion isn't new and is still wrong. by UnknownSoldier · · Score: 4, Interesting

      > and therefore Linux is NOT going to become the largest market portion any time soon.

      Oh really? Try taking off the myopic PC blinders for once.

      Google achieved 2 Billion devices with Linux in 9 years what Microsoft WinCE couldn't do even in 20 years

      MS may have 96% of the gamer's PC desktop but that ignores all the servers and virtual machines running non-Windows, let alone consoles.

      MS is a total joke on the Top 500 super computers.

      Since November 2015, no computer on the list runs Windows.

      Hell, even 33% of Azure runs Linux

      In the OS server space things get fuzzy -- are we talking Web Servers? Database Servers? Email servers? Windows be has high as 33% or 20%-- there are no accurate stats.

      Let's recap where Linux dominates:

      [x] Mobile: Linux
      [x] Super computers: Linux
      [x] Servers: Technically *nix, due to BSD and OSX.
      [ ] PC Gaming Desktop

      The only place Windows has a niche in is PC gaming and XBox -- but desktops aren't the only thing anymore.

      In the global space MS is slowly becoming irrelevant next to Android, iOS, PS3/4, Servers, Super computers, and Wii/Switch.

      Not bad for an OS that "(free) operating system (just a hobby, won't be big and professional like gnu)"

    28. Re:This opinion isn't new and is still wrong. by AmiMoJo · · Score: 3, Insightful

      Linux will fall to the same things that Windows does these days.

      - Users conditioned to enter the admin password and click through warning to get that sweet emoji pack

      - Vulnerable applications

      - Zero day attacks and slow updates

      Nothing about the average Linux distro would prevent ransomware attacks, for example. Exploit the browser, get access to the user's files, game over. Yeah, there are more secure distros, but you can lock down Windows too and no-one does.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    29. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      What isn't mentioned: A lot of malware / ransomware comes from Linux servers that host websites that have been compromised.

    30. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      what patch management solution would an Enterprise employ to manage patches across their internal Debian desktop fleet? (noting that Enterprises need to often stagger/stage releases depending on other software dependencies and sometimes hold back patches or features because of internal idiosyncrasies)?

    31. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Ages ago, I remember people happy that Windows was gaining marketshare, because Solaris was considered insecure.

      Regardless of OS (barring iOS and other OSes which are locked down against the user), the Dancing Bunny security hole always applies.

    32. Re:This opinion isn't new and is still wrong. by Altrag · · Score: 1

      used widely in high-value enterprise servers that it most certainly is attacked by malware, hackers, etc on a regular basis

      The real question is how often those attacks succeed. We're seeing a near-constant stream of companies announcing security breaches. How many more go unannounced? And how many are targeting Linux vs Windows vs some other vector? Those questions are rarely answered with any confidence.

      For your two factors:
      1) I don't know about that. I suspect its applied more consistently more because Linux has a higher percentage of server vs desktop usage than Windows, and server administrators tend to be better at maintaining the systems than your average home user (and even among home users, Linux people tend to be more technically inclined than their Windows brethren.)

      2) Virus writers constantly go after Android and iOS. The difference there is that there's that wall around the walled garden. Google and Apple stand between the virus writers and the end users. Many viruses are written (particularly for Android where its easy to turn off the wall) but few make it through to the storefronts.

      Linux dominates the enterprise environment and would theoretically be more valuable of a target to attack than Windows.

      And individual enterprise system is certainly more valuable than an individual home PC on average, but that's hardly the full equation: Quantity can beat quality hands down when you're talking a couple of orders of magnitude difference. Not to mention that while enterprise servers are typically locked down fairly tight (even Windows servers,) many enterprise desktops are just as bad as their home user counterparts (sometimes even worse if there's corporate policies against running updates on a whim.) So Windows still gives you a pretty strong attack vector into the enterprise. Even if its not directly to their servers, getting in the door is usually the hardest part.

      Basically, as always when one of these "Linux is safe!" stories comes out, the real problem is lack of data. We simply don't know if Linux is inherently safer than Windows or if its just a scaling effect and may become just as bad if it somehow ever manages to catch up to Windows' popularity. The Android case suggests the latter given how rampant the viral load is when you peek outside of the walled garden, though its not a strong case given that Android is a fairly different beast by this point regardless of its Linux roots and thus doesn't directly indicate how secure (or not) desktop Linux would be.

    33. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Virus writers write viruses for ALL markets. They don't care. They get better results for infection rates with windows BECAUSE IT IS SO EASY TO INFECT.

      Your claim is like the stupid arsehole's claim that stomach upsets affect people who eat most and that not washing your hands after taking a shit is nothing to do with it!

      No, they attack ALL OSes. But Windows is so insecure it's EASY to infect.

      The ONLY thing popularity affects is how many machines COULD be affected. Not how much effort they take infecting them.

    34. Re: This opinion isn't new and is still wrong. by ctilsie242 · · Score: 0

      Windows also has the pressure of organizations, even governments, trying to find security holes in it. Extremely well-heeled groups who have lots of cash to spend on reverse-engineering every single part of the OS. Any OS under this much scrutiny will have holes found in it, just because the gains in finding a remote exploit are just so extreme. Someone finding a way to have something run as SYSTEM that a web browser picks up, can become a billionare in a heartbeat.

    35. Re:This opinion isn't new and is still wrong. by war4peace · · Score: 3, Funny

      That's a helluva "niche" right there.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    36. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 1

      Except that, a properly setup and secured Windows server is still junk.

    37. Re:This opinion isn't new and is still wrong. by war4peace · · Score: 1

      I believe this is an opinion, not facts.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    38. Re:This opinion isn't new and is still wrong. by ctilsie242 · · Score: 4, Informative

      The thing about ransomware, it doesn't need to fight with SELinux, nor escalate to root, to cause damage. It just needs enough access to read/write the user's files, which most web browsers provide. Even having an Internet connection isn't needed, since ransomware can bundle a public key with it that it can encrypt an individualized ephemeral private key, then use the public key from that ephemeral keypair to encrypt all files.

      Ransomware is part of a perfect storm. So many companies don't bother with security. Individuals don't care or don't bother. With the lack of consumer-tier tape drives and optical drives of a decent capacity, backup drives and cloud-synced storage are easy pickings for deletion. Not many end users really care to use a program like Mozy, Carbonite, or CrashPlan.

    39. Re:This opinion isn't new and is still wrong. by vtcodger · · Score: 1

      Add to that Microsoft's clever incorporatation of Linux into Windows 10. Now we probably have the spectre of simple bash scripts that will delete, encrypt, or do something else undersirable to all the files a user has access to on Windows. And (once debugged) will do the same thing on Linux or Mac OS, or BSD.

      Let me submit that the underlying problem is that we're trying to run computers connected to a world encompassing network with software that has vast attack surfaces. That's probably never going to work.

      Shouldn't take more than a couple of decades to figure that out and another couple of decades to fix it.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    40. Re:This opinion isn't new and is still wrong. by Altrag · · Score: 1

      I would be hesitant to follow that advice. If your data is in a shared location (as it almost certainly would be in an organization with more than a couple PCs,) then all you've done is provide three attack vectors instead of one.

      If all you care about is individual workstations being operational then sure, get out of the monoculture. But if you care about your operation as a whole being secure then removing as many attack vectors as you can is by far the more useful solution.

      Using Apache instead of IIS on Windows has no effect on this at all. Perhaps Apache is generally more secure than IIS (or maybe it isn't I don't know,) but one monoculture is effectively the same as another and while IIS may have slightly more ties into the OS, Apache has plenty enough to do damage if they're not used in a safe fashion.

      Now if you wanted to do something like load balancing between an IIS and an Apache server, neither of which have shares or other links to internal sensitive data.. then that's fine -- in that case you ARE more concerned about the particular machine than you are about the rest of the operation. So there are times when breaking away from the monoculture can be helpful. Its just not all the time, and in particular is not applicable in any scenario where the machines in question have shared access to important resources.

    41. Re:This opinion isn't new and is still wrong. by Archtech · · Score: 3, Insightful

      Except you're missing the point.

      Actually I think you are missing the point.

      The exploit worked not because of some security lapse at Microsoft, but because the people maintaining the machines didn't lock them down or apply appropriate updates in a timely manner.

      But why do you assume that dozens of "appropriate updates" must be applied every month "in a timely manner"? It's not as if the installed software is decaying in some mysterious way. The patches are needed to prevent exploits that should never have been possible in the first place.

      Security cannot be added on as a bag on the side of a software system - although that is what Microsoft is forever trying to do. Proper security has to be built in right from the start, from the foundations up. But that does cost money and take a lot of extra time and effort.

      Linux can't fix that....

      Of course neither Linux nor BSD nor any other operating system can "fix" the problem 100 percent, completely and forever.

      But that does not mean they can't be a huge improvement.

      --
      I am sure that there are many other solipsists out there.
    42. Re:This opinion isn't new and is still wrong. by budgenator · · Score: 1

      There are a few things that just plain will not run on Linux, that's why you have windows running in a VM!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    43. Re:This opinion isn't new and is still wrong. by mysidia · · Score: 1

      Virus writers will target the largest market portion. If that's Windows, they'll write viruses for Windows.

      Maybe. Where are all the worms targetting Non-Jailbroken iPhones over the network?
      Just because your software is a target, doesn't mean you get targeted as successfully, effectively, and broadly as Windows and Flash.

      Just because you made one point does not mean the Opinion that switching to Linux will result in fewer worms/Ransomware is wrong.

      At best you could say It is untested. Because we have not seen what would happen if a significant % of people used Linux.
      So for now it is just a thought experiment, BUT it is a thought experiment where we cannot determine for a fact what the result would be.

      On the other hand, switching to Linux in itself may be only part of the solution.

      The fact is, we can probably deploy Linux systems to meet all user requirements with a MUCH smaller attack surface than Windows.
      Crap like all desktops accepting SMB protocol connections by default is totally unnecessary.

      One of the major design defects with Windows that leads to wormability is "Portmapped RPC" services and the Re-Use of port numbers, instead of sticking to one port number per protocol.

      With Linux, you're much better off, as long as you don't deploy NFS or Samba on your client devices.

      As for social engineering...... start with not running things as root. Use Chromium as the browser.

    44. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      So what?!? With that cheery logic you won't leave a flooding building because the next one may flood too? Just move now to save your life & move back if you have to, jeesh!

    45. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Err .... no ? I don't think you understand the basic differences between Windows and the Unix/Linux/BSD security. Bash scripts could delete or encrypt a users files ; just not anyone else's.

    46. Re:This opinion isn't new and is still wrong. by mysidia · · Score: 2

      A properly setup and secured Windows network would not be open to most of this junk.

      Can you name 3 companies with 100% Properly setup and correctly-secured Windows networks?

      (HINT: The number that actually exist in the real world is 0.)

    47. Re:This opinion isn't new and is still wrong. by TemporalBeing · · Score: 2

      That's a helluva "niche" right there.

      Yes, the Desktop is large market, but mobile dwarfs the desktop by itself, and servers have a lot of information that would be far more valuable than most desktops.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    48. Re:This opinion isn't new and is still wrong. by TheFakeTimCook · · Score: 1

      Virus writers will target the largest market portion. If that's Windows, they'll write viruses for Windows. If it's Mac, they'll write viruses for Mac. If it's Linux, they will start writing viruses for Linux.

      Just because more vulnerabilities in Windows are known, does not mean there are less total in Linux. And short of taking away admin/sudo access from users completely, malware can always social engineer it's way into administrative privileges during an installer or something similar.

      I keep hearing this, but here we are at nearly 20 years of OS X/macOS, and there STILL isn't a single self-replicating (Worm-type) Virus for Macs.

      Even Linux can't make that claim, and its Marketshare is about five-times smaller than OS X/macOS.

    49. Re:This opinion isn't new and is still wrong. by ma1wrbu5tr · · Score: 1

      More eyeballs are trained on open source projects and as such tend to get patched more quickly. While this is not always the case, we've all seen how walled gardens can at best quickly become gilded cages and at worst targets for malware writers. Removing root privileges does not really secure anything targeted by an exploit in an OS or a piece of hardware.

      --
      Why can't we go back to using jumpers to configure slot adapter cards? Why? I say!
    50. Re: This opinion isn't new and is still wrong. by mysidia · · Score: 1

      The proportions don't matter.... it is about absolute numbers of users.
      Where there are users, there is $$$$ to be made exploiting them.
      If there is not malware targetting these users, then there must be some barrier preventing it,
      such as better security, or better security awareness.

      If there are a large number of users, then they are a target.

      There are more than 60 million Mac users today. In 1996 there were only about 36 million computer users.
      There was no shortage of worms and viruses back in 1996.

      So unless there's a security difference, there should be equally prevalent worms and viruses for Mac in 2017.

      iCloud has 130 Million users.... So where are all the worms targetting iCloud devices?

    51. Re: This opinion isn't new and is still wrong. by ma1wrbu5tr · · Score: 1

      What is scary to me is how much of our military is still powered by win 9x and NTs that haven't been patched in over a decade. While these machines are not being targeted by mainstream malware creators, they are tempting targets for state actors and the like.

      --
      Why can't we go back to using jumpers to configure slot adapter cards? Why? I say!
    52. Re:This opinion isn't new and is still wrong. by Altrag · · Score: 1

      For example, if every Mac OS X install had a remote root vulnerability, but only %1 of Windows 10 installs were still vulnerable to a similarly bad thing, then Windows would not be as attractive based on numbers and impact.

      Absolutely true. However, there's basically no instance where one OS will be 100% vulnerable while another is only 1%. Typical numbers will either be about equal (if its a bug in say a web browser that's common to both OS') or it will be on the scale of some double-digit percent vs 0% because very rarely does a bug apply even remotely equally between two completely different code bases.

      Also, given that the OS split is a bit above 80% Windows and a bit below 12% Mac (as per the current Wikipedia article's numbers at least,) a Mac virus would need to be about 7-8 times more relevant for your hypothetical scenario to play out. That's certainly a far cry from the 100x you brought up, but its still almost an order of magnitude.

      The bigger problem though isn't how many machines are vulnerable -- if a vulnerability is discovered by nefarious types before its found (and fixed) by the OS vendor, it WILL be abused. For any OS. Even Linux with its undiscovered ones are more numerous on Mac.

      This is just the dark side of free software's many-eyeballs quip: The more people that are looking, the better chance a bug will be found. But not finding them doesn't mean they aren't there -- it just means we (white hat or black) haven't bothered looking hard enough.

      updates how and when you want them,

      So your suggestion to avoid Windows' forced updates is that, instead of disabling updates all together you should just move to a system where you can ignore the updates without having to actively disable them? That seems like a bold plan.

      I mean I have plenty of issues with the way MS has decided to force updates (especially the ones that are essentially just sales pitches but they call "critical" anyway like that GetWindowsX nagware you alluded to, or constantly pushing you to install Skype and things like that) but ignoring updates on Linux isn't really any better than disabling them on Windows -- at the end of the day, you're still running an unpatched system.

    53. Re: This opinion isn't new and is still wrong. by TheFakeTimCook · · Score: 1

      Mac is not reasonably popular, it is less than 5%.

      You're wrong.

      It is almost TEN TIMES as popular as Linux.

      http://gs.statcounter.com/os-m...

    54. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Linux has been around enough and is used widely in high-value enterprise servers that it most certainly is attacked by malware, hackers, etc on a regular basis. Much is known about the security of Linux, and multiple vendors work to improve the security of the Linux Operating System and key applications.

      Lets not forget that a huge point of sale of Gnu/Linux is the openness; the proverbial easiness to audit and find security bugs. So, in theory, Linux should be really better than MS, regardless of market share.

    55. Re:This opinion isn't new and is still wrong. by StormReaver · · Score: 1

      Virus writers will target the largest market portion.

      That's been a standard retort for many years, and it's still wrong. Linux has had a massive market share lead over Windows on Web servers for a very long time; yet the vast, vast majority of Web server compromises were, are, and always will be Windows infections

      If market share were the driving force behind malware, we'd see a LOT of Linux server compromises. But we don't see that. Instead, most of what we see are Windows infections.

    56. Re:This opinion isn't new and is still wrong. by 0100010001010011 · · Score: 1

      Seems like applying patches for you too all installed software using a package management system would help tremendously.

      It isn't going to help on some of the machines that got hit.

      If the X-RAY and MRI machines were running Linux there's a chance it would be an old 2.4 or 2.6 kernel given the time frames needed for medical certification.

      I can't speak to Medical specifically but for Aerospace and On Highway vehicles the entire software stack gets locked down for certification and unless you feel like paying for certification again, it doesn't change.

    57. Re: This opinion isn't new and is still wrong. by Lennie · · Score: 1, Insightful

      If you think the same does not apply to Linux you are kidding yourself.

      --
      New things are always on the horizon
    58. Re:This opinion isn't new and is still wrong. by mspohr · · Score: 1

      I hear this argument all the time. Even if it was true that virus writers find more Windows flaws because it's more popular, then why would you intentionally go with Windows, knowing that you are more likely to be targeted? It seems stupid to stick with the more popular system and know that you are more likely to be attacked. I'd rather stick with a less popular system knowing that I'm much less likely to get targeted.

      --
      I don't read your sig. Why are you reading mine?
    59. Re: This opinion isn't new and is still wrong. by tlhIngan · · Score: 1

      iCloud has 130 Million users.... So where are all the worms targetting iCloud devices?

      Well, not worms, but emails... lots of phishes target iCloud daily (and Amazon, and Paypal, and other big sites).

      Heck, remember "the fappening"? Same thing - iCloud phish, or other phish obtained iCloud credentials to accounts.

      Apple attempts to get hacked probably thousands of times a second, but they secure their servers, so the only attacks that succeed are those that steal credentials. And it seems everytime someone claims iCloud/iTunes/etc was hacked, it was really either reused credentials or some phish - the actual service itself was not hacked.

    60. Re:This opinion isn't new and is still wrong. by Lennie · · Score: 1

      I think we can probably find an easier way to run a browser in a container on Linux than we can do that on Windows. That way we could probably find a way to prevent the malware getting out of the browser container and getting access to the files.

      --
      New things are always on the horizon
    61. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      You know all those companies in the news that got attacked by ransomware? Yeah, all the companies besides those. You don't hear about them in the news because nothing happened to them. Isn't news funny that way?

    62. Re:This opinion isn't new and is still wrong. by AK+Marc · · Score: 1

      Taking away admin from users doesn't help. That's a red herring.

      Many vulnerabilities don't bother with privilege elevation.The users must be able to open files in write mode to be able to do work. So just target the user, at user permissions, and most ransomware will still be crippling.

    63. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      They would be tempting targets for State actors whether they ran on Windows 10, Linux, Mac, or hell, paper and pen.

      That doesn't magically change based on the OS.

    64. Re:This opinion isn't new and is still wrong. by mspohr · · Score: 1

      Besides the fact that in the real world there is no such thing as a properly set up and secured Windows network, the properly set up and secured Windows network is still full of holes.

      --
      I don't read your sig. Why are you reading mine?
    65. Re:This opinion isn't new and is still wrong. by vtcodger · · Score: 1

      The correct answer, grasshopper, is to abjure your computer and cell phone. Sell your car. Buy physical copies of a dozen thick books with real meaningful content. Buy a bag of bean seeds, and a few simple tools. Load the stuff into a backpack and hitch-hike as far into the wilderness as you can get. Then walk a further ten days and set up housekeeping.

      You'll be surprised how little you'll care about Unix, Windows, Microsoft, Apple, and similar weighty matters after a year or three of living on beans and roasted lizards.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    66. Re:This opinion isn't new and is still wrong. by iMadeGhostzilla · · Score: 1

      The story is about Linux being better at dealing with ransomware, and ransomware writers target platforms where a huge number of users keep their unique digital files. Mobile devices don't count since most of the user's unique content (pictures, notes) is backed up on the cloud, and same goes for servers to a degree. That really means the only real ransomware target is desktops (and laptops) and that is the place where Windows clearly dominates.

      Which really goes to say if Windows desktop/laptop users switched over to Linux they'd be better equipped to deal with ransomware. But we know that's not going to happen for a variety of reasons, some of them quite justified in my opinion.

    67. Re:This opinion isn't new and is still wrong. by bobbied · · Score: 1

      Virus writers will target the largest market portion. If that's Windows, they'll write viruses for Windows. If it's Mac, they'll write viruses for Mac. If it's Linux, they will start writing viruses for Linux. Just because more vulnerabilities in Windows are known, does not mean there are less total in Linux. And short of taking away admin/sudo access from users completely, malware can always social engineer it's way into administrative privileges during an installer or something similar.

      Where you are right in a way, you are wrong in other ways. Yes, being a small percentage of the market helps you stay secure, but security by obscurity is not a good policy or a valid rule. Linux IS attacked and it is a pretty juicy target. BUT the rest of your post is wrong.

      Linux is more secure by design than Windows, and always has been. Remember Windows was derived from DOS, which was an operating system with ZERO protection from privilege escalation attacks because there was no privilege limits, you had them all. System protections where limited to the write protect tab on the boot floppy. Windows developers suffer from having to support all the legacy security holes or risk breaking something, and have only arrived to a reasonably secure system in the last few releases (and broke a lot of stuff for their users in the process)

      Linux/Unix has ALWAYS been a multiple user system without universal privileges given to all. It STARTED more secure and has less legacy baggage. It's not perfect, but it started out life in a much better place and has been maintained with security as a consideration.

      Personally, I think Linux IS more secure when properly deployed and operating over a Windows box doing the same job, at least on average. There is a good reason why the majority of webservers are Linux based, especially the non-compromised ones.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    68. Re:This opinion isn't new and is still wrong. by mark-t · · Score: 1

      On point #1, could you explain exactly why that would continue to be a problem in a fully Unix-oriented atmosphere? You don't need to be root to install additional fonts for your own use or to put extensions in your web browser.

      Of course there are probably other attack vectors that don't depend on being root which could do nearly as much damage, but it is typically the case that the only time a user really needs root is when they are performing updates to the the OS itself, so there would be less of a habit of using the admin password casually in the first place.

    69. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      No no, you got it all wrong. He's saying Linux is definitely more secure from ransomware because it can't do basic computing tasks like :
      -Let users run applications they download
      -Implement secure file encryption
      -Connect to other computers in a network or the Internet

    70. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Even a 2.4 kernel have no listening ports by default.

    71. Re:This opinion isn't new and is still wrong. by Greyfox · · Score: 2

      Everyone was bitching about the new windows 10 look anyway, so moving to Linux/X11 with XFCE or something should be pretty refreshing to them. Especially with it not crapping ads and looking like a glorified facebook feed. The Linux game situation is much better than it used to be -- steam and a reasonable number of games run on it now, and you can even get Worlld of Warcraft to work without too much effort via playonlinux. And Chrome and Firefox always look the same pretty much everywhere. The barrier to entry isn't going to get much lower, I think.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    72. Re: This opinion isn't new and is still wrong. by kpainter · · Score: 0
      I suggest you spend a little time looking at this website.

      http://www.cvedetails.com/top-...

      So far for 2017, Linux has 128 code execution vulnerabilities whereas Microsoft has 71. If any of you Mac people are feeling smug right now, Apple has 137. All software has bugs.

    73. Re:This opinion isn't new and is still wrong. by brantondaveperson · · Score: 1

      we've all seen how walled gardens can at best quickly become gilded cages and at worst targets for malware writers.

      Have we? When?

    74. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      reprepro

    75. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      With Linux, more eyes on the source exposes more bugs and the security ones often get fixed before the ink dries on the mainstream media post about it.

      I won't have a Windows machine near me, but what you've said has always been the stupidest argument to adopt Linux. Sure, it's open source and everybody can look at it - but nobody's going to look at it unless they need to. In other words, no more people are looking at Linux's source code than at Windows' source code even though that option is open to them.

      Please find better arguments to support Linux: it's more stable; it's more scalable; it's more configurable; there's more desktop choice; there's more application choice; etc.

    76. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      As crypto viruses typically run in user mode, Linux or Mac machines are no less vulnerable if unprotected bay antimalware programs. Maybe they might prevent access to system and other essential files, but let's face it. Crypto viruses look for documents and photos mainly; things that the user themselves have access to edit or delete and, not surprisingly value to keep. Sure, Windows is the most exploited, but it would be child's play to do the same under any other OS with a very basic script.. I still am very much a Linux person, but this article clearly has some biases I can't be silent on.

    77. Re: This opinion isn't new and is still wrong. by stooo · · Score: 2

      >> If you think the same does not apply to Linux you are kidding yourself.

      Yes and no.
      In general, a typical Linux installation has much less attack surface than a typical entreprise Windows installation.
      Like 10x less ports and protocols open.
      That makes a hell of a difference.

      --
      aaaaaaa
    78. Re:This opinion isn't new and is still wrong. by Ol+Olsoc · · Score: 1

      Virus writers will target the largest market portion.

      So- you are saying that Linux is every bit as insecure as Windows?

      Prove it.

      In fact, There are Plenty enough Linux run computers and servers that make a presumed easily compromised Linux OS' an attractive target.

      Fact - there have been viruses and malware written for Linux. If your thesis was correct, no one would write any viruses for Linux. At all.

      Some random thoughts.

      Linux users do tend to be more computer and internet savvy. Most I know know enough not to click on a phishing link. It appears that many users of Microsoft systems have no issue with clicking on them.

      If you are correct about the long discarded security through obscurity hypothesis, don't for a minute that I want you to switch to Linux. I want as many people to use only Microsoft products, and to put their fingers in their ears and scream "neeneer, neeneer, I can't hhhhheeeeeerrrrr You!!, And never ever install Linux or Use a Mac. Stick with Windows, use only Microsoft Office and don't abandon the ship.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    79. Re:This opinion isn't new and is still wrong. by vtcodger · · Score: 1

      No offense, but what a user cares about is the data he/she has access to. Yeah, your precious OS may be intact after user-san clicks the wrong link. if you haven't made any errors in setting permissions on files. Your user, and very likely many or all of your users who interact with digitally him/her are, however, screwed.

      (And no, there is little basic difference between Unix and Windows file systems or security although a lot of details differ. The latter are pretty much based on the former and neither was intended to provide security in the modern sense. Unix security in its basic form was intended to keep multiple users from inadvertently tromping on each other's files. It does that quite well. One of the Unix creators -- Ken Thompson maybe -- actually wrote a paper many decades ago on the subject of why Unix was not a secure system. I genuinely don't think it's significantly more secure now than it was then)

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    80. Re: This opinion isn't new and is still wrong. by AK+Marc · · Score: 1

      And many of those are air-gapped. I worked at a place where a multi-million-dollar system was run on unpatched Win95. They didn't update the PC because when they did, it broke the software. They had two machines in the company with floppy drives. That one and the one next to it. When they needed to use it, they copied the files to the partner PC, then carried a floppy from the partner PC to the legacy PC, to run the un-replaceable and un-upgradeable PC. But, unless someone walks a virus over the air gap on a 3.5 in floppy, it's secure.

      Such setups are more common than the purists here seem to think.

    81. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      When identified, the vulnerabilities in Linux get fixed faster than the virus/worm can propagate.

    82. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I think we can probably find an easier way to run a browser in a container on Linux than we can do that on Windows. That way we could probably find a way to prevent the malware getting out of the browser container and getting access to the files.

      See https://www.qubes-os.org/

    83. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Not necessarily as it depends on the implemented architecture.

      From the diagram, each category can have a different login. Just like the admin account is separate, so can the others.

    84. Re:This opinion isn't new and is still wrong. by Ol+Olsoc · · Score: 1

      Can you name 3 companies with 100% Properly setup and correctly-secured Windows networks?

      You'll notice that whenever the "properly set up" meme is trotted out, that the next sentence invariably describes some thing no one does.

      Even then, the number of unintelligent Windows lubbers that spout bullshit is incredible. I just got my ass (presumably) handed to me in a forum when I suggested that people should disable SMB unless for some reason they really had to have it. A Windows expert called me every form of stupid, how SMB is not an attack vector, and that it has to be enabled. I just gave a few cites, bowed out, and let the others pile on the expert like crocodiles on a Wildebeest.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    85. Re:This opinion isn't new and is still wrong. by AK+Marc · · Score: 1

      That's why everyone hit was big. Anyone with a default Windows install (newer than XP)was 100% safe. The attack only worked against organizations large enough to have delayed patches (usually sold as being needed to ensure a patch didn't break something). So the patches are months behind, waiting for testing and such, and so when a 0-day gets patched, the bad guys can look at the exploit, the patch, and design a way through unpatched systems, then attack them, knowing there are millions of them out there.

    86. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      The exploit worked not because of some security lapse at Microsoft, but because the people maintaining the machines didn't lock them down or apply appropriate updates in a timely manner. Linux can't fix that....

      Linux updates typically take a few minutes. Windows updates bring many PCs to a near standstill for hours. Which of those updates are likely to be applied willingly and regularly? And yes, this is from direct experience of running Linux (for personal use) and Windows (for work). It's particularly galling in my case because my work PCs are faster and newer than my home PCs, but my work PCs are virtually unusable for half a day per month (and only updated once a month). My home PCs are updated at least once a week painlessly.

    87. Re:This opinion isn't new and is still wrong. by Ol+Olsoc · · Score: 1

      Android is Linux based. As is Chrome OS. MacOS is Unix based.

      Brutal!

      Yet true.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    88. Re:This opinion isn't new and is still wrong. by AmiMoJo · · Score: 1

      Windows already does this for IE, Edge and Chrome.

      It's possible already under Linux, it's just that few distros bother and those that do have annoying limitations that ordinary users won't tolerate. Something new will need to be written.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    89. Re:This opinion isn't new and is still wrong. by TemporalBeing · · Score: 1

      you can lock down Windows too and no-one does.

      No one locks down Windows b/c it breaks too much when doing so. But then, having developed to the Win32 API in the past - the API itself is just plain broken when it comes to security.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    90. Re:This opinion isn't new and is still wrong. by Udom · · Score: 1

      Windows vs Linux... In Win 10 you can get an Ubuntu linux subsystem through Settings, Update and Security, For Developers, Use Developer Features, Developer mode. Apparently you can even install X and run Gui apps. Says a lot when Windows developers prefer to do their work from within a hosted linux environment.

    91. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Can you imagine what your farts would smell like?

    92. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Yeah, because all those Android phones who save to /sdcard/ don't count. Really. Most of what you said is wrong. But whatever ..

    93. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      This needs to be modded to -1000000. Another clueless idiot talking out his ass thinking he's smart because he fixes his moms computer.

    94. Re:This opinion isn't new and is still wrong. by AK+Marc · · Score: 1

      But why do you assume that dozens of "appropriate updates" must be applied every month "in a timely manner"?

      Why do you assume that no updates should ever be applied?

      Sounds more like you are forming a false dichotomy, and asserting blame to Windows. The general policy of "patch fast" or "patch after testing" is the same across all OSs, even if the amount of patches and tests would be different across different OSs.

    95. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Despite the ridiculousness of the comment, the advice isn't necessarily bad: spending time away from the Internet can be good for people who have trouble with impulse control or feel stressed by going online. You don't have to become a hermit to have a "healthier" (more detached, really) approach to technology. Even if one is staunchly against proprietary hardware in addition to software, they can turn that anger into motivation for learning electrical engineering and computer science. The knowledge they gain can assist them in becoming the change they want to see in the world; that is, doing something about a perceived problem instead of whining about it.

      That said, there's nothing wrong with eschewing technology and pursuing an ascetic lifestyle, as long as you enjoy it.

      captcha: agrarian

    96. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      You seem to be missing a few other niches. Like how Windows is for more than gaming, that Microsoft has invested heavily in monopolizing office productivity software.
      Government and Business Workstations for example, are largely dominated by Microsoft. Dominating to the point that they have been successfully litigated against for monopolizing the market (such as with Internet Explorer).
      Only recently have governments (mostly in the EU) begun to look to open source alternatives for software and OSes.

    97. Re: This opinion isn't new and is still wrong. by ma1wrbu5tr · · Score: 1

      $=motivation

      --
      Why can't we go back to using jumpers to configure slot adapter cards? Why? I say!
    98. Re: This opinion isn't new and is still wrong. by ma1wrbu5tr · · Score: 1

      Agree. If they're NEVER connected to a network & you can trust the specialist next to you.

      --
      Why can't we go back to using jumpers to configure slot adapter cards? Why? I say!
    99. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      A waste of valuable time and resources. Time to change.

    100. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Someone needs to build a simple Linux hypervisor which can virtualise the network but give bare-metal access to everything else. It, itself would only be user-acceasible at boot. It would keep several older images for near-instant roll back and it would contain a decent firewall for situations where you need to tactically block the guest having access to something like SMB. Ideally, it would be able to be installed on a working machine and package the existing windows install into a subservient guest.

      Does such a beast exist?

    101. Re: This opinion isn't new and is still wrong. by WolfWithoutAClause · · Score: 1

      Yeah, and the STUXNET worm defeated air gap defense, it's been done in the real world.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    102. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      > If it's Linux, they will start writing viruses for Linux.

      Maybe they already are writing viruses for Linux, but haven't been particularly successful yet.

      Windows is a monoculture with only a handful of variations. Linux has a large number of different distros, most of which recompile software with various variations. While a Windows virus may spread to a very high proportion of machines, many Linux viruses would have difficulty spreading beyond a single brand or possibly group. cf vaccinated population.

      Windows also has designed in features which enable propagation of viruses (some of which have been fixed or avoided) which Linux does not. For example inserting a USB, DVD or SD card may automatically cause code to be executed (Linux doesn't do this); opening or merely clicking on an email may open a program and execute code (Linux doesn't do this); file types are hidden by default which disguises executable files as other types (Linux doesn't do this); downloaded files are executable with no other action (Linux doesn't do this).

      It is not because there are more Windows devices, it is because they are easier to attack.

      In fact there are many more Linux devices than Windows - 2 billion Android is just the start.

    103. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      > It is almost TEN TIMES as popular as Linux.

      But when you look at this page:

      http://gs.statcounter.com/os-market-share

      the Linux (including mobile) is more than TWO TIMES that of Apple.

    104. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      No the correct answer is "Don't use a PC"

      In all seriousness, MacOS, FreeBSD, OpenBSD, NetBSD are far more secure than Linux, and Linux is only more secure than Windows by the nature of their use.

      For example, I found 1200 "Viruses" on my CentOS server, yet the server was fine. Why was that? Because they were 100% Windows platform viruses inside users inboxes, and one instance of a java downloader that was designed to work on MSIE somehow uploaded to a users site.

      That's the difference. Linux users would make for the shittiest Desktop platform because they would be susceptible to the very frequent, very common kernel bugs and GNU bugs that fail to be updated due to "breakage" upstream. Android at least has ONE vendor, that being GOOGLE, responsible for keeping that updated.

      The ideal thing would be for servers to switch to FreeBSD, Desktops to switch to MacOS, phones and tablets be iOS, and "smart" IOT devices to stay the hell away from Linux.

    105. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      > It just needs enough access to read/write the user's files, which most web browsers provide.

      No, they do not. Linux browsers do not support ActiveX, Javascript does not allow general access to user's files.

      While browsers do allow download and upload via user interaction, downloaded files are not executable on Linux or BSDs, nor can the browser execute them.

    106. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      > I genuinely don't think it's significantly more secure now than it was then)

      Your admitted inability to think is not a restriction on the security of any operating system.

    107. Re: This opinion isn't new and is still wrong. by xvan · · Score: 1

      What are you talking about? You can't even fucking ping a windows box with it's default firewall configuration.

    108. Re: This opinion isn't new and is still wrong. by xvan · · Score: 1

      Probably, by the collaborative nature and size of the linux kernel project, there are more eyes there than on Windows (more people giving less time to the project). But you're right, it probably means nothing.

    109. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Unpossible! The lord and savior Loonix Toreballs writes the best softwares ever!

    110. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Someone's forgetting about things like Heartbleed. Something that Windows didn't have a problem with, unless you secured a piece of oh-so-secure open sores software.

    111. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Linux will fall to the same things that Windows does these days.

      - Users conditioned to enter the admin password and click through warning to get that sweet emoji pack

      I dare to say that this only hits home users and not corporations,

      - Vulnerable applications

      - Zero day attacks and slow updates

      Nothing about the average Linux distro would prevent ransomware attacks, for example. Exploit the browser, get access to the user's files, game over. Yeah, there are more secure distros, but you can lock down Windows too and no-one does.

      It would be isolated to that single user and wouldn't spread through the corporate network. The chance for horizontal spread is pretty slim per default.

    112. Re: This opinion isn't new and is still wrong. by Daniel+Phillips · · Score: 3, Insightful

      What are you talking about? You can't even fucking ping a windows box with it's default firewall configuration.

      And it's still leaky as a sieve. That speaks to basic design flaws.

      --
      Have you got your LWN subscription yet?
    113. Re: This opinion isn't new and is still wrong. by Daniel+Phillips · · Score: 3, Informative

      So far for 2017, Linux has 128 code execution vulnerabilities whereas Microsoft has 71.

      Because each Linux vulnerability is reported for multiple distributions. And because Linux vulnerabilities are found faster and therefore fixed faster. However you want to spin it, Windows is the one getting successfully exploited in multiple ways, so that new Windows vulnerabilities are hardly news any more, whereas its big news any time a hole shows up in Linux, and then very few fall victim to it.... partly because of the early and widespread disclosure, but more because Linux vulnerabilities typically require local access, login shell, etc. Whereas a dodgy flash file is often enough to take out a Windows box.

      --
      Have you got your LWN subscription yet?
    114. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      You've completely ignored businesses. There are very few offices which don't run Windows nor don't run software which requires Windows. People use Windows at school and at work, so they use it at home too. Windows is also on far more consumer-facing embedded systems than people realize.

    115. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      " If you ignore Canonical, Gnu/Linux is far more stable internally "

      This is the problem with Linux users. They think their platform is ready for the masses. As soon as one distro goes to millions PC's, it goes unstable. For some reason, the distros which are used by 7 people (each, or total, who knows...) are the stables ones which will save humanity... until they go big and must be ignored. :-)

      Get a grip boys, your SW is so stable because so very few people use it the way average or even under average Windows users use their PC's.

    116. Re:This opinion isn't new and is still wrong. by piojo · · Score: 1

      A properly setup and secured Windows network would not be open to most of this junk.

      Nonsense! Windows is fundamentally insecure, due to the lack of granular permissions. (Linux and MacOS are also insecure in this respect.) For Windows to be a secure OS, you need to be able to install an untrustworthy app and not have it be able to ruin your system. That means AwesomeScreenSaver.exe should not have access to files/documents, and it definitely should not have access to read the screenbuffer. I'm sure there are huge technical obstacles to this--the easy part is letting each app run as a separate user with separate permissions. The hard part is libifying everything so it's possible to grant a permission that allows WRITING to the screen buffer without reading it, or listening for hotkeys without listening to every keypress. Many functionalities which we're accustomed to accessing by calling a low level API will need to be buried inside higher level APIs, and only special-case trusted/must-have applications would be able to call the old insecure APIs. This would let me install unmodified work software and maybe some high performance 3D games, but new software would need to use permission-aware APIs.

      The other thing that Microsoft could address more easily is installers that need admin permissions. Every installer is a black box, and most get carte-blanche to do whatever they want. Linux has shown that it's not hard to create installers that run within well-defined parameters. Some may need to execute custom shell code, but it's possible to examine this shell code before it runs.

      Inertia and money are what's preventing Microsoft from implementing a strong permissions framework.

      --
      A cat can't teach a dog to bark.
    117. Re:This opinion isn't new and is still wrong. by piojo · · Score: 1

      (Replying to myself.) I've remembered that SELinux has a lot of power for application sandboxing (if not granular permissions), so Linux is half way there. I'm reading about it now.

      --
      A cat can't teach a dog to bark.
    118. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      If I phone Microsoft, all I get is a phone bill and a sore ear.

      I thought so, too, until I actually had to call Microsoft.

      After installing an Internet Explorer Update, a small, in-house webapplication didn't work anymore (froze IE for 15 seconds, took up 100% of CPU). We called the service Manager for our account and had a telephone conference with a technician set up within the hour. The technician gathered some system data and verified that it was indeed a bug. After that, he bumped it up to a IE specialist. That guy was on the phone with us within the day, gathered some more data and got us a workaround within 48 hours. The bug in IE was fixed two months after that.

      It was a small, silly bug only concerning one of the thousands internal web applications we had. I was quite impressed.

    119. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Good point. Adding extra gates to a castle doesn't make it stronger.

      Unless you add them in series, that is.

    120. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Properly configured, you've been able to do the same since XP.

      By the way, I know this and I use Linux exclusively. You should know this. You're far more an expert than I.

    121. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Read about jails. One is called firejail, as I recall.

    122. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I use Linux, so I am not sure. My LTS is good for five years, lubuntu. It is less than any Windows version's support, I think?

    123. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      One reason they weren't applied is that they were part of a huge update pack that actually broke things (start menu reacts very slowly on a significant number of computers).
      Linux does security updates per package, with proper dependencies, and security updates are separate and ONLY fix security issues (if they don't you picked the wrong software maintained by someone who either doesn't have the time or doesn't know how to do things properly).
      It's much lower risk and much faster to test (at least on the "do the parts that were updated at least not break completely" level) updates on Linux.

    124. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Well, getting "enough access to read/write the user's files" should definitely be "having to fight SELinux" since a web browser should only have write access to the Downloads directory.

    125. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Three attack vectors might matter if it was a targeted attack.
      If it is just a random malware attack, your attack surface is now instead just 1/3rd of all your computers.
      Now if every OS had the same number of malware attacks that would be compensated by having 3x the number of attacks (so to say), but as long as it is mostly Windows you did indeed reduce your attack surface significantly against random/drive-by attacks.
      If you need to protect against direct attacks, the desktops are probably the completely wrong place anyway as you chances of getting those 100% secure are very slim - unless maybe if it is acceptable for you to lock them down heavily.

    126. Re:This opinion isn't new and is still wrong. by jandersen · · Score: 1

      There are a few things that just plain will not run on Linux, that's why you have windows running in a VM!

      I don't know if I'm just extremely lucky, but I never need anything that requires Windows. In fact, when my wife gets stuck in an office document, because she did something that turned out not to a good idea, I take it over to Linux and straighten out the edges in LibreOffice, so she can get on with her things. MS Office seems to have a number of features that many users can't quite handle, and which they have to learn to avoid, but that's another matter. I'm sure there are useful applications that are only available for Windows, I just can't think of any that are relevant to me.

    127. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Linux - little to no telemetry

      Say what? No spywarez plz k thnx.

    128. Re: This opinion isn't new and is still wrong. by TheRaven64 · · Score: 1
      CVE-2016-7117. CVE-2016-10229. CVE-2016-3931. That's three remote code execution vulnerabilities from last year in the Linux kernel alone (and just the top three from a 20-second search - there were others). Most of those were in multiple kernel versions spanning several years. Other software that's found in a typical distribution (*cough*openssl*cough) adds to that.

      Plus, older Linux installs are often maintained for security patches far longer than Windows

      Windows XP was released in 2001 and went EOL in 2014 (2015 if you're the British government). Please can you point me to the Linux distro that's getting security backports for the entire system for 13 years?

      --
      I am TheRaven on Soylent News
    129. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Android is not linux. I know, I know, it's got that kernel thing in it. Buried. Somewhere. Deep down.

      But it's not...what I think of as a linux system. You know, the GNU userland, and the FLOSS...

      Jesus, if people start calling Android "linux", I'm going to have to start calling linux systems GNU/linux aren't I?

    130. Re:This opinion isn't new and is still wrong. by TheRaven64 · · Score: 1

      Windows is fundamentally insecure, due to the lack of granular permissions

      You mean the ACLs that govern access to every kernel object exposed by the NT kernel?

      For Windows to be a secure OS, you need to be able to install an untrustworthy app and not have it be able to ruin your system

      This is entirely possible with the NT kernel infrastructure, except in the presence of kernel bugs (and no system is secure in the presence of bugs in the TCB). It's also possible on FreeBSD with Capsicum or the TrustedBSD MAC framework (also used on iOS and macOS for sandboxing), on Linux with SELinux or seccomp, or OpenBSD with pledge.

      The other thing that Microsoft could address more easily is installers that need admin permissions. Every installer is a black box, and most get carte-blanche to do whatever they want.

      Microsoft has had MSI installers that are not black boxes for well over a decade and are widely used in large-scale software deployments.

      --
      I am TheRaven on Soylent News
    131. Re:This opinion isn't new and is still wrong. by TheRaven64 · · Score: 1

      If Android Pay becomes popular, expect to see a lot more interesting Android malware...

      --
      I am TheRaven on Soylent News
    132. Re:This opinion isn't new and is still wrong. by Opportunist · · Score: 1

      Sorry, but no.

      Linux was designed with a multiuser setup in mind. It is way easier in Linux to run software in varying contexts and different user permissions from the same surface (cli or gui). It is trivial to set up a "mail user" that perfectly sandboxes anything and everything away from the normal user that owns all the documents, effectively safeguarding them against a potential execution of malware code that encrypts them, something that can only be done with quite a bit more effort in Windows.

      Another point is that "being executable" is a matter of file permission in Linux, not one of file name. The main difference here being that the former is in control of the person using the account and organizing the file, the latter in control of the person naming the file, which is usually the one sending it, not the one receiving it. So the whole "invoice.pdf.exe" spiel would not work in Linux. Not to mention that no Linux distribution I'm aware of is stupid enough to hide part of a file name by default, and instead goes out of its way to ensure that every executable file is very prominently identified as such, even in cli.

      Finally Linux allows a lot finer granularity when it comes to elevated permissions rather than Windows' "all or nothing" approach. In Windows, you have to give every program that wants to install something full reign of your computer. Hell, some programs (and I'm not talking about legacy programs but rather usually programs that have some bullshit DRM schemes) require administrative privileges just to RUN. And the privileges you hand out in such cases are full. Basically any bullshit text editor you wish to install also gets full reign to mess with kernel level drivers because it needs to write in c:\programs. This is MUCH easier to handle in Linux. Not only do most distributions come pre-loaded with nearly everything and anything the average user might ever want to install, from a (mostly) reliable source repository that you can put some trust in, most things you wish to install you could technically install without elevated privileges as long as you only want them available for yourself, which is the case for 99% of desktop systems out there. Plus, as stated before, the option to run it sandboxed as its own user.

      Which is also the case for many daemons, where you can run various servers with their own users, limiting any damage a bug can have when exploited to whatever that daemon is responsible or. Try, just TRY to configure Windows that way. 9 out of 10 services will simply barf on you if you try to run them as anything but system.

      So no. While you're right that as soon as sudo comes into play the gloves are off and you're just as far as you are with Windows UAC, the reason to sudo are few and far between. Unlike Windows, where every other program you want to start and pretty much any you wish to install asks you for the master key to your system.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    133. Re:This opinion isn't new and is still wrong. by Opportunist · · Score: 1

      Actually, most of the recent big exploits in Windows are not directly attributable to MS but rather to widely used third party programs, mostly from Adobe. PDF-Reader and Flash are security atrocities that usually eclipse anything MS does in our monthly security reports.

      Yes, believe it or not, PDF and Flash alone usually have more and way more severe security flaws in our monthly roundup than all version of Windows and Office combined.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    134. Re:This opinion isn't new and is still wrong. by TheRaven64 · · Score: 1

      It also shouldn't work with a sensibly configured corporate network. Our default config for Windows and *NIX machines other than laptops is to have the home directory stored on a NetApp filer, which keeps snapshots of every home directory, with decaying frequency over time. For several of the FreeBSD machines that have local home directories, we do the same thing locally with ZFS (the NetApp runs FreeBSD but with a proprietary filesystem). A ransomware system on these systems would need root privilege because the users can't modify the snapshots.

      --
      I am TheRaven on Soylent News
    135. Re:This opinion isn't new and is still wrong. by Archtech · · Score: 1

      Why do you assume that no updates should ever be applied?

      I am not assuming that, and I did not say (or imply) that I do.

      What I did say was that an operating system (and applications) that need continual large-scale patching - as Windows, Office, etc. obviously do - is shoddily constructed in the first place. Just like a skyscraper that always has repair crews clambering around it on scaffolding, replacing bits that have fallen off.

      Updates may be required - or at least desirable - to add new features, or to alter existing features in the light of new requirements. That's fine. Note, however, that some (or even most) users may safely choose to decline such updates because they don't need the new features.

      Microsoft issues blizzards of "security" patches all the time, because latent security vulnerabilities exist in its software. That, in turn, is because security was way down the list of priorities when the software was written. (At a guess, the top priorities were number and shininess of features and time to market).

      So, in conclusion, I agree with the final words of your comment: the number of patches and tests are certainly different across different OSs. That is because some OSs are inherently more secure and better-written than others. And I recommend using those that are better-written and more secure.

      --
      I am sure that there are many other solipsists out there.
    136. Re: This opinion isn't new and is still wrong. by LordWabbit2 · · Score: 1

      No dip shit, if I ever bothered writing another virus (last wrote one in school) I would not bother targeting the 10% of the PC's running linux, there would be no profit in it. I would write it for the most common denominator, Windows. Linux has also had it's fair share of "oh fucks", wasn't there a huge SSH flaw just a while back? I would look it up but I don't really give a shit. Linux is still not user friendly enough to "replace all the windows pc's in a company". If you did that productivity would drop a LOT, and then when someone hits a snag with xyz you are going to have to call the local linux support contractors and considering what they charge you will very shortly be a very unhappy company. Wasn't there some municipality in europe that switched to linux and after a year they switched back to windows because they were having so many issues. Not with linux per se, but with usability. That's the problem with technical people, to them it's easy, and they can't seem to comprehend that MOST people are NOT technical. At least not enough to figure out linux, hell sometimes they can't fucken figure out windows.

      --
      There are three kinds of falsehood: the first is a 'fib,' the second is a downright lie, and the third is statistics.
    137. Re: This opinion isn't new and is still wrong. by Highdude702 · · Score: 1

      Which is the better reason to use Unix/Linux. Less attack surface, less chance of hack.

    138. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      There is also the utter lack of reliability of Windows Update.
      Vista install started returning random errors after a few months of use and never got updates working again (just a test OS, so no reason to really care in this case, but happened to lots of people).
      I know several people that have Windows 7 computers stuck somewhere at June/July 2016 in terms of updates.
      They never noticed it (only that their computer was slow) because they ran into the bug where Windows update uses up 100% CPU but never completes the update check. It is a very special level engineering skill when you manage to mess up your update mechanism that bad that most default installs simply stop updating sooner or later.
      And they haven't even managed to provide a simple 1-click download to fix it, so they can't fix it, I can't fix it unless I have a lot of time, and those machines will probably stay outdated with security holes until they are replaced. For no good reason at all.

    139. Re:This opinion isn't new and is still wrong. by bazorg · · Score: 1

      Hi. I ran out of mod points so would like to add this: so far, people have pointed the finger at Microsoft, at the NHS, at end users and pretty much EVERYONE except the manufacturers of devices that decided to embed Windows XP in their "solution".

      If instead of Windows someone puts a flavour of Linux, maybe Android or anything else connected to the network and the contract doesn't say anything about when the OS is upgraded, then sooner or later the machine will be forgotten in someone's upgrade plans.

      Perhaps the machine manufacturer has their ass covered by saying in the contract "this machine should not be on any network" or something like that, but it's a bit lame if companies and hospitals are buying expensive machines that don't get software upgrades in a timely manner.

    140. Re: This opinion isn't new and is still wrong. by thegarbz · · Score: 1

      If you ignore Canonical, Gnu/Linux is far more stable internally - I specifically say Gnu, because the issue here is userland culture: The Unix/Linux world has enormous motivation to keep reusing the same code over massively diverse hardware as well as application use cases.

      Yes because systemd, openrc, wayland, pulseaudio, a Gnome rewrite etc were all Canonical's grand scheme.

      Sorry but you have your blinders on when looking at Linux. A LOT of the Linux userland world has in the past 30 years gone through either major fundamental changes on the lower end of the system with new APIs new software and new ways of doing things, or in systems that you may call "stable" a lot has actually been changed including many having gone through ground up re-writes, e.g. GCC rewritten in a different language, GIMP's transition to GEGL basically involved a complete rewrite of the GIMP source.

      There have been as as many (if not way more) feature additions to the Linux desktop world than in Windows from all corners of the Linux world over the years. The code is anything but stable.

      On top of that the most stable code (with the exception of the kernel itself) has turned into a unmaintainable colossal clusterfuck (X11 or everyone's favourite insecure security program OpenSSL).

      Not only is your comment off base, but it's also not to a great advantage.

    141. Re:This opinion isn't new and is still wrong. by piojo · · Score: 1

      Are you saying the backend is working for configuring the OS to be hardened against all sorts of malicious software, but the OS isn't configured/shipped that way? Because regardless of ACLs, any .exe that I run can wipe most or all of the important files on my hard disk. This is not granular permissions.

      --
      A cat can't teach a dog to bark.
    142. Re:This opinion isn't new and is still wrong. by thegarbz · · Score: 1

      Google achieved 2 Billion devices

      Thanks for pointing this out. It speaks perfectly into the OP's point given how actively Android is being exploited and how Android users are being targetted at an ever increasing rate. Still a phone is hardly a target for the destructive power of ransomware.

      MS is a total joke on the Top 500 super computers. ..snip..
      Hell, even 33% of Azure runs Linux [fossbytes.com]

      We're talking about running billions of devices across the world and you're talking about a few hundred machines? Do you have a point or are you just a statistic junkie?

      In the global space MS is slowly becoming irrelevant next to Android, iOS, PS3/4, Servers, Super computers, and Wii/Switch.

      Come back to me when hundreds of millions of people get actual work done and companies run their entire processes on their phones, computers that don't get touched by users, or a games console.

      Get some perspectives. Just because your numbers are right doesn't make your comment any less stupid in the context of the discussion. To think any of the above makes MS irrelevant is completely and utterly disillusion.

      Full Disclosure: Posted from a Windows machine provided to me by work.

    143. Re:This opinion isn't new and is still wrong. by thegarbz · · Score: 1

      But why do you assume that dozens of "appropriate updates" must be applied every month "in a timely manner"?

      I'm not sure I understand. I'd like to talk to you further but I'm should really go apply the security updates my Linux server just flashed up when I logged in, not to mention the 150 feature updates that are also waiting in the queue which is strange because I recall only updating 2 weeks ago.

    144. Re:This opinion isn't new and is still wrong. by thegarbz · · Score: 1

      The size of the installed base does not matter.

      Is that why Linux became one of the most targeted systems for malware in the world after 2bn+ devices now run it on mobile phones?

      Sorry you're delusional if you think install base does not matter, especially when we're talking about a self-replicating malware which would instantly die out due to herd immunity on Linux's install base if a similar exploit was available.

      The vast majority of attacks don't target machines anyway, they target users. It would make perfect sense to spend effort exploiting the largest target audience than writing malware to attack a handful of people. Hell look at the wide spread of Wannacry and the low profits they have made from it. I'm sure targetting a system installed by 1% of that user base would make financial sense. They criminals stand to profit a WHOLE $3600.

      Herd immunity. For some reason Slashdot understands immunisation in the body, but not on the computer. Strange really.

    145. Re:This opinion isn't new and is still wrong. by TheRaven64 · · Score: 1

      Are you saying the backend is working for configuring the OS to be hardened against all sorts of malicious software, but the OS isn't configured/shipped that way?

      I'm saying that the OS provides all of the features that you're requesting, but they're generally configured in a permissive way because users favour being able to run their legacy code over security.

      Because regardless of ACLs, any .exe that I run can wipe most or all of the important files on my hard disk

      Only if the files are writeable / deletable for the combination of application and user (the two keys in Windows ACLs). You can configure a default policy of no access for all apps other than whitelisted ones, and Windows 10 S does this, but then you won't be able to download a random app and have it able to access arbitrary files. Oh, and on vaguely recent Windows installs, the system files are not modifiable by normal users, so they can't wipe most of the files that are important to the system, only files that are important to the user (who explicitly or implicitly granted the app the right to do so).

      This is not granular permissions

      No, this is not granular permissions configured with the policy that you request. Don't conflate policy and mechanism. The mechanism is there.

      --
      I am TheRaven on Soylent News
    146. Re:This opinion isn't new and is still wrong. by Wootery · · Score: 1

      Just because more vulnerabilities in Windows are known, does not mean there are less total in Linux.

      Indeed. But there are other reasons to believe it.

    147. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      You're a fool or a child.

      Few printers/scanners/AIO's work 100% under Linux. SANE as a scanner app sucks donkey balls.

      Hardware support has ALWAYS lagged... how long did it take Linux to get USB3.0 support??? NVIDIA drivers that's didn't suck? Netflix support?

      Systemd is cancer on the ass of society. SELinux? BWAA HAHA HA. How do you troubleshoot SELinux? Turn if off and if your app works, leave it off. Really many apps use the logic as its not worth the effort to rewrite the entire systems file attributes.

      Give linux another 20 years... maybe then it will be ready for a BETA test run 'on the desktop'.

    148. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      moron

    149. Re:This opinion isn't new and is still wrong. by piojo · · Score: 1

      Nice, thanks for informing me. That's a hell of a lot more progress than I was aware of. I don't suppose the system can be administered by a typical user? I couldn't find any documentation that was comprehensible to this guy, who hasn't administered a Windows system since he was a kid. I'm hoping for UIs that would dynamically prompt me about permissions, with the right amount of granularity, so I wouldn't have to read hundreds of lines.

      --
      A cat can't teach a dog to bark.
    150. Re: This opinion isn't new and is still wrong. by cyber-vandal · · Score: 1

      As soon as this flaw was disclosed it was fixed by MS. There's been a patch available for 2 months.

    151. Re: This opinion isn't new and is still wrong. by divali · · Score: 0

      Drop the "Dipshit" Please. Not ness.

    152. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I work for a major telecom manufacturer. We have a mix of Linux desktops and Windows desktops for development systems. When Wannacry hit, all the windows developers shutdown and went home. The linux users were unaffected.

      The decision to use windows cost us productivity and money.

    153. Re:This opinion isn't new and is still wrong. by F.Ultra · · Score: 1

      Yes and no. On Gentoo for example they have a SELinux policy in place for Firefox and Chrome so ransomware utilizing holes in a browser there still have to fight with SELinux. On Ubuntu there are Apparmor policies for both but they are disable by default for some reason.

    154. Re:This opinion isn't new and is still wrong. by F.Ultra · · Score: 1

      Well the thing is that there are very few remote exploits for even a 2.4 or 2.6 kernel, and the ones that does exist often require you to first enable various network protocols that most people don't use anyway. Local root escalation exploits are unfortunately common but if you have no listening daemons on those machines with an exploit then you cannot use the root escalation exploits either.

      The main problem with Windows on embedded devices such as this is often not the NT kernel but that a typical Windows installation have tons of open network ports while the Linux/BSD equivalent would none unless you explicitly install some server daemon.

      I.e looking at my own machine the only open network port for external connections are Mediatomb which I have explicitly installed and told to do so:

      f.ultra@ubuntu:~$ sudo netstat -ltnp
      [sudo] password for f.ultra:
      Aktiva internetanslutningar (endast servrar)
      Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      tcp 0 0 0.0.0.0:50500 0.0.0.0:* LISTEN 1634/mediatomb
      tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 1314/dnsmasq

      dnsmasq which is installed by Ubuntu by default listens only on 127.0.0.1 so it cannot accept external connections. Compare that with the output from a default Windows install and you will have lots of open ports accepting external connections.

    155. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I keep hearing this, but here we are at nearly 20 years of OS X/macOS, and there STILL isn't a single self-replicating (Worm-type) Virus for Macs.

      Even Linux can't make that claim, and its Marketshare is about five-times smaller than OS X/macOS.

      https://en.wikipedia.org/wiki/Leap_(computer_worm)

      https://www.symantec.com/security_response/writeup.jsp?docid=2006-021715-3051-99

      https://thenextweb.com/apple/2015/08/04/macs-are-no-longer-immune-to-attacks-as-a-new-self-replicating-firmware-worm-demonstrates/#.tnw_KYwUISB7

    156. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Android is Linux. Sorry. You're wrong. That was me correcting you.

      What you "think" of as Linux is GNU/Linux; just because you're ignorant of the facts doesn't change the facts.

      If you go around calling a Ram pickup truck a "Hemi," you're just going to look like a moron. It may HAVE a hemi engine, but it's NOT a hemi.

      Same goes for referring to a refrigerator as a "compressor," or a gun as a chamber, or a school as a chalkboard, or a library as a bookshelf.

      If you bring willful, deliberate ignorance to slashdot, you're going to have to get used to being slash-slapped.

    157. Re: This opinion isn't new and is still wrong. by F.Ultra · · Score: 1

      And the open source nature of Linux the various components means that we have things like OSS-Fuzz from Google (https://threatpost.com/googles-oss-fuzz-finds-1000-open-source-bugs/125545/) or i.e Coverty (https://scan.coverity.com/o/oss_success_stories). I.e companies developing source code checkers and other such tools can use the vast amount of available open source as input to their project and pays back by posting the found problems upstream. The same does not happen for closed source software.

    158. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      The fappening was entirely the fault of moron celebrutard lusers who put real, actual answers to security questions, and then talk about themselves and their lives, loves, etc to People Magazine and TMZ and so on... durrr...

      If they had been SMART and secured their shit properly, they wouldn't have been "hacked".

      They weren't hacked. They walked under a box held up by a stick with a piece of string tied to it, lured by the offer of a free cup of inexplicably expensive, crappy, burnt-tasting coffee.

      So when your service asks you to tell it the city your mom was born in, say "jwaIk2ffrP9-Tq". No one will GUESS that. Obviously, you'll have to jot that down somewhere but... at least social engineering and phishing attacks will be orders of magnitude less likely to be successful.

    159. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Sorry, you're dead wrong. Linux runs on a bunch of desktop / home computer, every Amazon Kindle e-reader / tablet, every Android device, a bazillion smart TVs and other such devices (as embedded Linux) and so on. Also, most of the Internet, and I think some supercomputers.

      Just because you can't see it doesn't mean it's not Linux.

      Amazing the amount of apparent ignorance on slashdot.

    160. Re:This opinion isn't new and is still wrong. by Highdude702 · · Score: 1

      That person sounds to me like somebody that has invested their entire life into Windows without looking at other options. I have used both os's since the late 90's and have been using Windows since the early 90's when my father introduced me to computers. There are things that both do well. Although I feel Linux does everything better except gaming. Which is the main reason I even have Windows computers in my house. And that could be changed with a few well placed dev teams. Steam has been doing nothing wonders in the last 4 years with this. And hopefully in just a few years more there will be no need to be tied to either os. As far as servers go a UNIX base is will always be superior to Windows.

    161. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Like it hasn't already happened?

    162. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Except when there are bugs that have existed for years.
      Oh but but that's pointing out that Linux isn't perfect! a bloo bloo bloo.

      And before you smugly say "well it was patched" so was WannaCry, the issue was people not applying it.

    163. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Complete utter bs. As what I consider to be a reasonably competent engineer, particularly well exposed to the guts of Linux and the lower hardware level; there are more holes than a sieve and if I cared and was malicious enough I could easily exploit them. And I will let you in on a secret: there are heaps of engineers way more capable than I out there who may be less moral/have less of a life. You're not safe, just mildly safer from script kiddies that somehow still exist.

    164. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      That's why anything that attacks a server will attack a Linux server, and not a Windows server.

      Which of course explains why there has been no attacks against the network file system protocol used by Windows servers (i.e. SMB) for at least a decade.

      Right?

    165. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Users conditioned to enter the admin password and click through warning to get that sweet emoji pack

      The only ever program I've encountered on Linux to try to condition people into entering the admin password was an old version of Sun Java.

      Which resulted in me downloading IBM Java instead, which didn't have that problem.

      This is unlike Windows, where the number one company trying to condition users to accept everything is called Microsoft.

      On Linux I've actually seen programs telling me "you shouldn't be running this as root". I think that was a feature of GTK1.

    166. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      To become more than a denial of service attack, it also needs access to write itself to an executable location, so that it can start back up to demand the ransom.

      Non-dev machines should have /home mounted noexec. Though that's one area where big-name Linux distros are behind the times.

      (And someone please tell Valve to stop putting Steam in $HOME).

    167. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Too bad that the fix was delivered via an update mechanism (Windows Update) that has recently been used to deliver malware (Windows 10), and for that reason has been turned off by anyone who cares about having a working computer.

    168. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      W10 is what made me switch to Linux. The only way I ever run that thing is if I want to play some videogames years from now when W7 can't run them anymore, and even then it would be dual boot only for that purpose.

    169. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      My hospital has been running Open/LibreOffice for years now. Still on W7/10 though, that's true.

    170. Re:This opinion isn't new and is still wrong. by david_thornley · · Score: 1

      I keep seeing this "properly", and it frequently means "when done by inerrant and superintelligent entities", which isn't real helpful. I prefer it to have some real-life meaning. My definition of properly written C++ is C++ that conforms to a good style that can be enforced by a combination of code scanners and reasonable code review. For example, properly written C++ doesn't double-free memory, but can have a race condition or off-by-one error or use an element from an empty vector.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    171. Re:This opinion isn't new and is still wrong. by david_thornley · · Score: 1

      Desktops and laptops aren't just for games. There's a lot of important software that is Windows-only. Lots of software developers really like Visual Studio, for example, and Microsoft Office is vital for many organizations. Microsoft dominates on desktops and laptops, which is a pretty good niche, but not the majority of personal computing devices.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    172. Re:This opinion isn't new and is still wrong. by david_thornley · · Score: 1

      The exploit worked not because of some security lapse at Microsoft, but because the people maintaining the machines didn't lock them down or apply appropriate updates in a timely manner.

      Microsoft has taught people that Windows updates are not to be trusted, and most people's computers will never become more locked down than they were when shipped. Businesses can have competent people administering their machines, but individual computer owners typically don't. Everything here was pushed by Microsoft: unreliable updates, computers shipped not locked down, distribution of computers to people who don't have clue one how to administer one.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    173. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Your argument is not entirely wrong. The size of the target is very relevant.
      But you are not entirely correct either. While Linux has a small Desktop share it dominates all other areas. But Windows Servers still get disproportionateley invaded compared to Linux.

      All OS can be hacked - but some easier than others. Windows has become less insecure post-XP but Unix-like systems started with a much safer architecture. The whole culture is different. Open source helps too.

    174. Re: This opinion isn't new and is still wrong. by TWX · · Score: 1

      Maintain a local mirror. update that mirror after testing packages on a test box, using the test box's own saved packages as the source to pull from for the mirror.

      --
      Do not look into laser with remaining eye.
    175. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      I'd write it for OSX or whatever, those people seem to be more gullible than anverage PC user. Hell, write it for both.

    176. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      You find? You are a security expert? I think not.

      Just trying to sound important...

    177. Re:This opinion isn't new and is still wrong. by mysidia · · Score: 1

      I keep seeing this "properly", and it frequently means "when done by inerrant and superintelligent entities"

      If "properly" requires you to do anything that is Not-Obvious, for example to open a CLI, Registry Editor, ADSIEditor, or other Advanced Tool, to setup the environment which is not common practice OR not described clearly by the Vendor in a simple Setup or QuickStart Guide, then it's not really "Properly"; it's application of an Advanced Hack or Workaround, and the "Properly" is someone's personal opinion about what extra steps should be taken.

      The problem with Windows environments is there are a million personal opinions, and 900,000 of them miss some aspect, or ignore some other thing, or blah blah blah, blah blah blah. There is no "properly" it don't exist, and any Windows environment is insecure, even if you think you have a clever workaround which you just call "Properly" setting it up, as opposed to what? Clicking through an AD setup Wizard, and "I should be done now"

      For example, properly written C++ doesn't double-free memory, but can have a race condition or off-by-one error or use an element from an empty vector.

      C and C++ are subject to errors even the best coders have difficulty avoiding.....

    178. Re:This opinion isn't new and is still wrong. by Ol+Olsoc · · Score: 1

      That person sounds to me like somebody that has invested their entire life into Windows without looking at other options.

      I would agree. I'm in another conversation in the same group where there has been a problem with Windows 10 updates. We're all still sussing out the problem, its looking like the main issue is Windows force feeding some drivers. Some dude comes in yapping about how we should expect to do complete uninstalls (like revo deep scan type, not a regular uninstall) every few weeks, even keep rolling back, because "that's just how it is". Bolshy Yarblockos! There's some low expectations for ya!

      There's another thing, in that some of these people would be out of work without Windows machines. I spent a lot of the last part of my career fixing screwed up Windows machines, and it was 90 percent of the time because of an update. I wasn't even a computer support guy, I was just a lot more comfortable with suits than most IT guys, and I was already in the meetings.

      And that could be changed with a few well placed dev teams. Steam has been doing nothing wonders in the last 4 years with this. And hopefully in just a few years more there will be no need to be tied to either os. As far as servers go a UNIX base is will always be superior to Windows.

      Unix is why I like MacOS, and when I got into Linux, it was an epiphany, if you can do in-depth Mac, you can do Linux.

      And I'm certain some Windows fan will parrot the meme that MacOS is for hipsters. Um hum, People who don't even know what a command line is often spout that.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    179. Re:This opinion isn't new and is still wrong. by ebvwfbw · · Score: 1

      Apparently you still don't know why you're wrong. It isn't market share, it's the underlying operating system. A basic computer security course would teach you that. Linux is based on Unix and that was made with security in mind from the beginning. Windows never was. They had to retro-fit security and support their old crap. That's why it's easy to compromise it. The Dumb user plays a role in this as well. How to allow a dumb user to install something in privileged mode. The major problem remains, the old poorly engineered OS.

      Supposedly Windows 10S changes all of this. Gone is the old 32 bit API. So is IE, and all the stuff that runs on WIndows today. It's not nearly secure enough to run on 10S. So this will be interesting. Will they be successful with 10S or not. Rumor is that 10S is really Linux under the hood.

    180. Re:This opinion isn't new and is still wrong. by ebvwfbw · · Score: 1

      You missed the point. LInux didn't have the security bug in the first place.

    181. Re: This opinion isn't new and is still wrong. by Brockmire · · Score: 1

      Wait, what? In what fucking universe is Linux security updated more than 10 years? That is only a recent change for distros like RH and I'm not aware of any over 10 years right now. When a distro changes support, the repos are never updated and so you must hunt down new/old repos for said updates. Then there's a shit ton of incorrect documentation that is out of date. It was all about needing to do new clean install to a currently supported release.

    182. Re: This opinion isn't new and is still wrong. by Brockmire · · Score: 1

      BlackBerry announced partnerships in fuzz testing years before I ever heard of Google doing it. Not saying who was first, but likely.

    183. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      If someone so clueless and uninformed as this can fix his mom's computer, there was nothing wrong with it to begin with.

    184. Re: This opinion isn't new and is still wrong. by F.Ultra · · Score: 1

      Which proves my point, they have to negotiate deals with said companies in order to do so while millions of lines of source code was available to those projects when they where developing their methods. Without the vast amounts of source code it's even likely that projects such as Coverty wouldn't even exist.

    185. Re:This opinion isn't new and is still wrong. by Highdude702 · · Score: 1

      A lot of the time its also people that didn't or dont use computers a lot. and they think because its not what they're used to, that it cant be good. A lack of basic computer knowledge as you're saying.

    186. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Basically, as always when one of these "Linux is safe!" stories comes out, the real problem is lack of data. We simply don't know if Linux is inherently safer than Windows

      Yes, we know that. Linux is safer than windows by design. Look it up, instead of repeating microsoft lies.

    187. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      How would the same users not have the exact same emails with the exact same windows virus on your FreeBSD system?

    188. Re:This opinion isn't new and is still wrong. by david_thornley · · Score: 1

      C and C++ are subject to errors even the best coders have difficulty avoiding...

      C++ is subject to a lot fewer errors than C, although there are some. C++ memory management is generally fairly painless (although you have to pay some attention to detail) until you get a circular shared_ptr list. Even that just leaks memory rather than corrupting anything.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    189. Re: This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      While properly roasted lizards are safe, most people dont know how to roast em, and so they create a huge security risk with all the holes in their lizards. Use of linux makes for a well-roasted lizard with no leaks. [Hey! My first troll!]

    190. Re:This opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

      Let's recap your selective reading of the marketplace:

      1). Mobile. The majors are Android which, I'm sorry, but is only kinda/sorta Linux, and iOS which definitely isn't Linux;
      2). Supercomputers. You are correct on this point;
      3). Servers. OK, what are you smoking, and is it legal in your jurisdiction? Yes, *Nix is strong, but so is Windows. In my corporation probably 95-99% of all the servers run Windows and we are probably typical of most corporations;
      4). PC Gaming Desktop. Why do you keep qualifying this with "PC Gaming"?? Unless this is the mythical Year of Linux on the Desktop, Linux is barely a rounding error in terms of it's presence on all desktops. Which, I would point out, also includes laptops and tablets.

      Therefore outside of Rose Colored Glasses Land, Linux has good market presence. Which is mostly detracted from by laughably juvenile analyses like the one you presented. Way to go!

    191. Re:This opinion isn't new and is still wrong. by zwarte+piet · · Score: 1

      Thanks. Now I'm hungry.

  2. Every... time... by Bizzeh · · Score: 3, Insightful

    Every single time any sort of media coverage comes up about a non-event (didnt affect real users, only affected organisations which delayed the installation of a critical update), fanboys leap on the opertunity to say how much better linux is.

    Linux has its fair share of these, and runs on its fair share of critical infrastructure, and is run by its own fair share of idiots, but it is never really media worthy, because it isnt Windows and it isnt something the general public will relate to.

    Give it a rest...

    1. Re:Every... time... by Cyphase · · Score: 1

      Linux ... isnt something the general public will relate to.

      Who is this general public of which you speak? This is Slashdot!

      --
      by Cyphase ( 907627 )
    2. Re: Every... time... by Anonymous Coward · · Score: 0

      The update was a quality rollup update and only applied if your wsus server allowed it. Those without wsus were left to patch it manually or with a different patch management system. The vast majority of home users do not and will not receive the update

  3. 2017 by Anonymous Coward · · Score: 3, Funny

    I heard 2017 is the year for desktop Linux. Any day now.

    1. Re:2017 by OrangeTide · · Score: 0

      The year of the Linux desktop was 2012. You missed the one year for Linux desktops.

      Desktops are dying. Desktops will soon be for specialized workers like artists, musicians, engineers and scientists.

      --
      “Common sense is not so common.” — Voltaire
    2. Re:2017 by Anonymous Coward · · Score: 0

      For me it is. I installed it yesterday (because I got fed up with some Windows 10 policies). I went with Ubuntu 17.04. First thing I wanted to do was install Chrome because that's what I'm used to using. But when I tried to install it, it didn't install. I don't know why. I'm sure I'll figure it out with enough time spent on it because I'm fairly tech savvy (or just stick with Firefox) but I don't think the average person would be able to deal with stuff like this. It's not ready for the desktop.

    3. Re: 2017 by Anonymous Coward · · Score: 0

      You can probably get that answered in 24 hours or less on askubuntu.com. And if you post the error you get, there might already be an answer.

    4. Re:2017 by Anonymous Coward · · Score: 0

      The year of the Linux desktop was 2012. You missed the one year for Linux desktops.

      Desktops are dying. Desktops will soon be for specialized workers like artists, musicians, engineers and scientists.

      And programmers?

    5. Re:2017 by OrangeTide · · Score: 1

      And programmers?

      Programmers are always dying. We're not immortal, you must be a project manager.

      --
      “Common sense is not so common.” — Voltaire
    6. Re:2017 by Anne+Thwacks · · Score: 1
      And programmers?

      They will be replaced by robots.

      --
      Sent from my ASR33 using ASCII
    7. Re: 2017 by Anonymous Coward · · Score: 0

      I know. And I'll get it sorted out. Unfortunately there isn't an error which makes it a tiny bit more difficult.

      I'm not so much concerned about this one issue as I am that this is the state of things in Linux-land. So many people want Linux to be ready for the desktop, when it's really not. I have a few more programs to install and I pretty much expect each one to take this amount of time to get working. In Windows I can just install it and use it (and probably mac too), but in Linux it requires 24 hours or less.

    8. Re:2017 by Anonymous Coward · · Score: 0

      You should give Fedora a shot (https://getfedora.org/en/workstation). It makes it a breeze to install 3rd party stuff like Chrome - take a look at this for example https://www.folkswithhats.org

      I switched to it and never looked back.

    9. Re:2017 by FudRucker · · Score: 1

      yup, nowadays everybody is drooling on their smartphones waling around bumping in to things like zombies searching for brains

      --
      Politics is Treachery, Religion is Brainwashing
    10. Re:2017 by rastos1 · · Score: 1

      The future is now. WannyCry runs on Linux!

    11. Re:2017 by brantondaveperson · · Score: 1

      specialized workers like artists, musicians, engineers and scientists

      That's a pretty general group of specializations. It's pretty much everyone I know.

    12. Re:2017 by brantondaveperson · · Score: 1

      No they won't. Compilers do the 'robot' part, and we're no closer to robotic code generation from high-level requirements declarations than we were when these ideas were first mooted.

    13. Re: 2017 by Anonymous Coward · · Score: 0

      Changeeeeee, anybody got any spare changeeeeeeeee.

    14. Re:2017 by Tyger-ZA · · Score: 1

      For me it is. I installed it yesterday (because I got fed up with some Windows 10 policies). I went with Ubuntu 17.04. First thing I wanted to do was install Chrome because that's what I'm used to using. But when I tried to install it, it didn't install. I don't know why. I'm sure I'll figure it out with enough time spent on it because I'm fairly tech savvy (or just stick with Firefox) but I don't think the average person would be able to deal with stuff like this. It's not ready for the desktop.

      I typed this into a browser: google.com/chrome/ There was a download link to get chrome: https://www.google.com/chrome/... The only difference here is using a .deb or .rpm file for Linux instead of a .msi or .exe file for Windows Once it's installed it will get updates via apt if you're on ubuntu

    15. Re:2017 by Anonymous Coward · · Score: 0

      Yeah, I once tried to install k3b on Windows. I am pretty sure, whatever you have to do to get Chrome to run it will be a lot less pain. So is Windows not ready for the desktop?
      Also you could just use Chromium (if "used to" is the only reason), unless your goal is specifically to suck up to Google...

    16. Re:2017 by Lord+Crc · · Score: 1

      Given the direction of Windows 10 I though I should check out the state of desktop Linux again. So I installed it on an Intel NUC I borrowed and hooked it up to my secondary monitor.

      Been using it for a couple of weeks now with KDE Neon and it's fairly nice.

      However one thing is sorely lacking compared to Windows: decent remote desktop software seems to be non-existing. By decent I mean near-native speeds on good (100Mbit) lines, bidirectional clipboards and sound-to-client. Without that, I can't replace Windows.

    17. Re:2017 by Wolfrider · · Score: 1

      --Ever tried Nomachine NX?

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    18. Re:2017 by david_thornley · · Score: 1

      There have been numerous attempts to cut programmers out of the software business, because we've always been expensive. IIRC, the first "automatic coder" was an assembly language.

      Now, suppose we have robotic code generation from high-level requirements declarations. There's two scenarios.

      First: The high-level requirements declarations have to be a formal system to allow them to be robotically translated, which means you need the equivalent of programmers to write them, and the robot is a compiler.

      Second: The robot can understand vague and contradictory requirements and make sense of them. At that point, we have strong AI, and it's Singularity time, so society is going to change beyond all recognition, and losing one's job will be par for the course and not the biggest thing to worry about.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    19. Re:2017 by Anonymous Coward · · Score: 0

      "640 kilobytes ought to be enough for anyone." "Desktops are dying."

      LOL.

    20. Re:2017 by OrangeTide · · Score: 1

      You should expand your circle of friends. A lot of my friends and classmates are going to find their careers are gone in a few decades, hopefully they will have retired by then. Truck drivers, short order cooks, manufacturing, and possibly even nursing. I think we'll see some industries go to a place where 1 person can do the job of 100 today using automation. Other industries might be 1 to 20 or 1 to 5. For example, nurses may find that some aspects of geriatric care can be automated and one nurse can monitor and care for five or ten times as many patients as they do today. That seems great from a technology stand point, but it does mean some people will have to find new jobs.

      --
      “Common sense is not so common.” — Voltaire
    21. Re:2017 by OrangeTide · · Score: 1

      "Desktops are enough for anyone" is how your simile would follow.

      --
      “Common sense is not so common.” — Voltaire
  4. Count of 90... by djbckr · · Score: 4, Funny

    This new file counted the amount of times a machine had been booted; when the machine reached a count of 90, all of the filenames on the C drive were encrypted.

    That should only take a few minutes, right?

    1. Re:Count of 90... by matbury6017 · · Score: 3, Insightful

      A few minutes? Don't you remember how long Windows takes to boot up?

    2. Re:Count of 90... by dysmal · · Score: 1

      Isn't that how many times Windows XP restarted while you're installing it?

    3. Re:Count of 90... by Anonymous Coward · · Score: 0

      It probably displayed a screen stating "Please wait while your computer updates" A major update to windows takes at least 30 minutes and may reboot several times for bonus points.

    4. Re:Count of 90... by ilsaloving · · Score: 1

      That's clearly an oversight on the malware author's part. Usually you have to reinstall windows long before you get to the 90 reboots mark.

    5. Re:Count of 90... by lactose99 · · Score: 1

      "Your mouse has moved, Windows needs to restart your PC."

      --
      Fully licensed blockchain psychiatrist
  5. If we all followed this logic by thechemic · · Score: 0, Redundant

    Windows is targeted because it's popular. If we all switched to Linux as our primary workstation at home and work, it would be just as targeted. It won't be until then when we discover just how secure (or unsecure) Linux really is.

    I believe there are many benefits to Linux, but the argument to move away from one insecure platform to another platform which is probably just as insecure isn't one I find very motivating.

    --
    Let's make like a bird... and get the flock outta here.
    1. Re:If we all followed this logic by nukenerd · · Score: 2

      Windows is targeted because it's popular. If we all switched to Linux as our primary workstation at home and work, it would be just as targeted. ... the argument to move away from one insecure platform to another platform which is probably just as insecure isn't one I find very motivating.

      I find your argument curious. The motivation discussed here (there may be others) is the fact that Linux is not popular, because as you say it is less likely to be targeted. (Assuming for the sake of argumant that their inherent vulnerabilies are equal). Of course you could question the sense of the guy evangelising Linux on these grounds as it could be self-defeating.

      An analogy: if everyone in the world sat on the same chair as I am on, I'd be crushed to death. So should I not sit on it?

    2. Re:If we all followed this logic by Anonymous Coward · · Score: 0

      Most people that run Linux do so because they cannot afford to spend money on a professionally written OS. It stands to reason these people aren't going to be throwing money around chasing after their files either; they didn't have any to start with. Or do people seriuosly think they're going to go out and start robbing convenience stores to pay ransom demands?

    3. Re:If we all followed this logic by glenebob · · Score: 1

      An analogy: If everyone in the world sat on the same chair as I am on, I'd be crushed to death. So should I not sit on it?

      A better analogy: if everyone in the world sat on the same chair as I am on, I'd be crushed to death. I better invite everyone in the world to sit on my chair.

    4. Re:If we all followed this logic by Anne+Thwacks · · Score: 1
      Most people that run Linux do so because they cannot afford to spend money on a professionally written OS.

      They may think that, but those that know what they are talking about run Linux on their high end servers, because the core is a bloody sight more professionally written than windows. The rest of us run BSD.

      --
      Sent from my ASR33 using ASCII
    5. Re:If we all followed this logic by Anonymous Coward · · Score: 0

      It's really more of an argument to move from an unusually shitty platform, to an average quality one. Just as someone would have a really hard time picking a platform worse than Windows, they're basically flipping coins when they try to get pick something better or worse than Linux. If Linux is the best at something, it's the best at being mundane.

      Still, that's a hell of an upgrade. Imagine if you could turn all the Fs on your report card into Cs. Wouldn't you?

    6. Re:If we all followed this logic by im_thatoneguy · · Score: 1

      An analogy: if everyone in the world sat on the same chair as I am on, I'd be crushed to death. So should I not sit on it?

      No it's like saying "This pie is REALLY GOOD! You should try this pie!" Now you have no pie because everybody wants a slice. As you say, it's self-defeating to evangelize something on the basis of "it's good because it's unpopular."

    7. Re:If we all followed this logic by Anonymous Coward · · Score: 0

      Microsoft never gets tired of flogging this argument.

      No, Linux is simply more secure by design. Most of the world's web infrastructure runs on Linux, hackers are seriously motivated to find a way in, but for the most part can't. (Somebody being stupid with an admin password can of course happen with any OS -- although many 'nix servers don't even allow logins without an authenticating cert.)

    8. Re:If we all followed this logic by nukenerd · · Score: 1

      Most people that run Linux do so because they cannot afford to spend money on a professionally written OS.

      Windows comes with most PCs so Linux users could run it with no expenditure anyway, but choose not to except maybe to dual boot it for games. these people

      aren't going to be throwing money around chasing after their files either; they didn't have any to start with.

      They might have more money, saved from not spending it on Windows apps and earlier Windows-based scams. FWIW, I've got plenty of money but it does not mean I'm happy to give it to Gates or Wannacry, shits all of them.

    9. Re:If we all followed this logic by Altrag · · Score: 1

      If you know apriori that everyone in the world is going to sit on the chair and crush you, then I would indeed highly recommend not sitting on it. Unless you favor suicide by ridiculous analogy.

    10. Re:If we all followed this logic by brantondaveperson · · Score: 1

      A chair analogy. That's a new one. Please argue below about the relative accuracy of this analogy within the context of existing car analogies, rather than actually talking about the issues, which we are all capable of understanding here without talking about furniture.

    11. Re:If we all followed this logic by Altrag · · Score: 1

      Many people that run Linux already spent money on a "professionally" written OS that came preinstalled on their system and was included in the price tag. Not sure if that goes into the territory of "most" (I mean I'm sure Linux enthusiasts are more likely to also build their own PCs but its hardly a one-to-one correspondence and its near impossible to find a consumer-grade prebuilt that doesn't already have Windows on it.)

    12. Re:If we all followed this logic by brantondaveperson · · Score: 1

      hackers are seriously motivated to find a way in, but for the most part can't

      Most of the world's web infrastructure is run by professionals, paid to secure the machines that they administer. Put Linux in the hands of millions of home computer users, and see how long that security lasts.

    13. Re:If we all followed this logic by Anonymous Coward · · Score: 0

      No it's like not getting any slice of your pie because everybody wants a slice while refusing to taste the pie on the other plate because no one else is eating it with the illusion that if you tasted it then everyone all of a sudden would eat that pie instead. So you willingly accept the problems because you are afraid that the other alternative might turn out to be equally bad some day in the future.

    14. Re:If we all followed this logic by davidshenba · · Score: 1

      Why those paid professionals are choosing *NIX systems in first place? To make their job any tougher?

    15. Re:If we all followed this logic by Anonymous Coward · · Score: 0

      Most [end users] do not run Linux because it is too hard to get working for the average user.

      Hundreds of competing packages with raving fans saying the others are rubbish. CLI interface for most simple tasks. Fiddly driver installs.

      Windows comes pre-installed and works. Almost all settings can be changed in the GUI. There is only one (or maybe two) current versions. Almost all hardware is plug and play.

    16. Re: If we all followed this logic by Anonymous Coward · · Score: 0

      Not to mention, the web infrastructure, as they called it, gets hacked all the damned time.

    17. Re: If we all followed this logic by Anonymous Coward · · Score: 0

      Disagree. I've started my own web server two months ago, and even after reading a lot of info from different sources on how to secure it, I got hit by some automated malware script. Yeah, I am not a professional, but most professionals already secure their Windows servers as well. Remember, only some 3% of the net was vulnerable to ETERNALBLUE.

  6. Depends on the company, doesn't it? by gfxguy · · Score: 4, Informative

    My father runs an accounting business. His tax software is only available on Windows, and not as a service.

    I work in a media company. Yes, some have Macs, but most of the software is only available for Windows, so most users must use Windows. Now the other departments could possibly use something like Linux, but then it's another system that needs to be supported (given that we still must support Windows, anyway).

    I'm sorry Linux fans (of which I am one... the web servers I set up for work are Linux, and I'm typing this on Linux as my desktop right now), but there's a lot of proprietary software that many companies use that is only available on Windows. Most of it has no serious competition on Linux.

    --
    Stupid sexy Flanders.
    1. Re:Depends on the company, doesn't it? by matbury6017 · · Score: 3

      Unfortunately, that's true. I still have dual boot (Win7/Linux) because there are some packages, especially for multimedia, that I still need for work. However, there's a huge number of PCs in the world in govt. departments, schools, colleges, and universities (the public sector) that never use anything as exotic as multimedia editing software or generic accounting software (GNU cash is more than adequate for most businesses). Technically and financially, it would make sense for those millions of PCs to be switched over to Linux. The difficulty is at the human end of things; workers who don't care about computers and operating systems and just want to get their work done. Switching OS, to any OS different to the one they use now, would not make them happy.

      The best solution? Probably to start with PCs used in education rather than letting Google, Apple, and Microsoft attempt to indoctrinate school pupils into only using their OS'. If pupils grow up understanding that there are different OS' that superficially look different but do pretty much the same things, from most users' perspectives, then switching between OS' won't be such an issue later on in life at work and at home. How about ICT classes in schools that are platform neutral? How about making transitioning between OS' part of the curriculum? It'd also reinforce their learning, according to the learning sciences ;)

    2. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      The legal department is still going to want a company to sue if a software product falls on its head and costs the company $$$$, Open source tends to not have the support and associated guarantees offered by proprietary commercial software.

    3. Re:Depends on the company, doesn't it? by grumpy-cowboy · · Score: 1

      What was the last time you heard about a company who sued Microsoft for Word/Excel/... file corruption?

      --
      Will $CURRENT_YEAR be the year of the Linux Desktop?
    4. Re:Depends on the company, doesn't it? by DontBeAMoran · · Score: 1

      You don't even need file corruption (wait, Word/Excel/etc can corrupt files?!), version incompatibility is annoying enough.

      --
      #DeleteFacebook
    5. Re:Depends on the company, doesn't it? by gfxguy · · Score: 1

      Now that I can actually agree with. Most people are just browsing; they use email and perhaps every once in a while need to type something up. You can watch your online streaming, listen to your online streaming, and pretty much do everything you need to in Linux... but then I suspect most people in that boat would be happy with a Chromebook.

      --
      Stupid sexy Flanders.
    6. Re:Depends on the company, doesn't it? by what+about · · Score: 1

      Your argument really sound like the anti waxers "I cannot get vaccinated since... I cannot"

      Yes, the Windows zealot will reply to this post saying that it is true, he is really stuck.

      At the end of the day it is just effort you have to put, you have a choice
      - Apparently easy choice now and windows spyware and viruses
      - Harder choice now but no spyware (stay away from NSA sponsored systemd) and viruses

      Freedom, such a nice thing when you have it.

    7. Re:Depends on the company, doesn't it? by D'Arque+Bishop · · Score: 1

      Your argument really sound like the anti waxers "I cannot get vaccinated since... I cannot"

      No, it doesn't. He specifically said: there's a lot of proprietary software that many companies use that is only available on Windows.

      Yes, the Windows zealot will reply to this post saying that it is true, he is really stuck.

      At the end of the day it is just effort you have to put, you have a choice
      - Apparently easy choice now and windows spyware and viruses
      - Harder choice now but no spyware (stay away from NSA sponsored systemd) and viruses

      Freedom, such a nice thing when you have it.

      No, in his case, the choice is:

      - Run Windows and be vigilant about malware but still be able to function as a business
      - Run Linux on the desktop and go out of business because he cannot use the tools he needs

      I've been working in IT for nearly twenty years and am a big Linux geek (I even helped introduce Linux on the server side at a previous employer), but make no mistake: with maybe one exception, every company I worked for had mission-critical software that was only available on Windows and to this day does not have a Linux equivalent.

      Just my $.02...

    8. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      Android tablet

    9. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      You are correct. The problem is, however, that the Windows vertical market software regularly stops working, because it's very badly written, or because Microsoft decide to change things arbitrarily to try to get a commercial benefit. This is why people don't upgrade unless forced to ; anyone with experience of Windows has come across more than one 'total screw up' upgrade ; and of course MS want everyone on Windows 10 with compulsory upgrades so they can rent it.

      So your software's lifespan is limited anyway.

      So run both ; run Linux, run Windows XP in VirtualBox, where it's far more stable and if Windows decides to trash it you can put it back together quickly.

    10. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 1

      Run the accounting app under a dedicated Windows VM on Linux with only access to a file share on the Linux side. No need to patch or do anything to that Windows VM as it is isolated. I did this for a number of years as QuickBooks was the easy way to keep books and get my CPA the exact reports needed.

      Many corp apps can be run under virtual terminal servers in a centralized fashion. Users access what they need, spinning up that app as needed. Patching Windows is easily centralized and done by patching the unused vms, testing them, and then putting them into the production pool and removing the unpatched servers until all is patched.

      Just by isolating you gain huge security advantages. Yes, there are some hurdles to overcome. Yes, there may be some folks with a dedicated Windows-only box for some specific need that cannot run under a VM, but set it on a restricted VLAN that can only get to the Linux file server it needs to move files in and out. Never letting Windows machines have access to email or the Internet solves 99% of the security problems these days, and having an A/V + isolation solution for thumb drives solves the rest (hint: never put a thumb drive directly into a Windows machine).

    11. Re:Depends on the company, doesn't it? by brantondaveperson · · Score: 2

      That's partly true. But Linux has no decent photo management software, because there exists no photo management software that touches iCloud photo library (prove me wrong, please, I'd love to see it). And the music player's integration with a music store in OSX and Windows is also something that Linux can't match. Both of those things are a shame, since there's nothing magical about iCloud photo library, and iTunes can certainly be a bit of pig, but if I want to buy an album online and have it show up on all my devices without dicking around at all, iOS and OSX is my only choice. If I want my photo library, including non-destructive edits, to show up on all my devices, even if I don't have enough space on them to download everything, iOS and OSX is also my only choice.

    12. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 1

      My father runs an accounting business. His tax software is only available on Windows, and not as a service.

      If he's stuck with some software then is he taking precautions for his business? Off-site backups, duplicate records, printed copies of contracts, licenses, etc?

      Today's computer technology isn't like 1985. We have virtualization in the 21st century. And not just things like Playstation or Nintendo emulators. With risks like malware you need to be able to wipe your environment and re-create it if some asshat tries to lock up your business at gunpoint.

      You can take that Windows instance, virtualize it, run as a VM on your Linux desktop.

      Why?

      Then you can backup the VM. Snapshot the VM. Migrate it to a cloud provider. You can even wrap a horribly unpatched OS instance that software could require behind a carefully tuned server firewall on a VM host.

      Move the VM from hardware to hardware with guarantee this sh*tware accounting package will run exactly the same as before.

      Infrequently used software? Put it in a VM and only run that fake machine when you need it. VMs boot in a lot less time than physical hardware.

      As for cost, with Linux this is for free in terms of additional license cost over the cost of the original Windows license. VM software on most Linux Desktops is a click away. With tools like clonezilla or paid for disk imagers, the virtualization process is less time-intensive than setup of a regular backup solution. (A backup solution a business may be legally required depending on the market.)

      there's a lot of proprietary software that many companies use that is only available on Windows. Most of it has no serious competition on Linux.

      Not being beholden to someone else is a reason to run your own business. Otherwise you might as well be working for someone else.

      Captive markets are the best. For profit and for control. Tax packages are some of the worst, with their required frequent re-purchase to keep up to date with the laws. Office software with horribly complicated and incompatible formats are close behind. Gamers are tied to whatever their games run on but as I mentioned with emulators they will switch when options are available. But gamers are consumers, but business people.

      This is different from using the best platform for the best purpose. This is where someone else has made that choice for you.

      People like the poor guy running a these tax packages not "running" an account business. He is actually just re-seller of that tax software who pays for that privilege. If he cannot do so for cheap enough then he won't be able to "run" his own business. If the tax software company makes it easy enough for the end-users then his business goes away, too.

      Unlike a carpenter who can use whatever wood is best, this account uses what the tax company offers, possibly only in the way that they offer, on the tools that they require. The tax company can even pay the government* to mandate he does so only in their way.

      This lack of freedom is what certain people were complaining about decades ago. It may look like he is his own man on the surface. But in reality the modern proprietary software world makes a sharecropper out of him. He turns his customer's money into profits for the tax software company and some spreadsheet company and some photo editing company. He has no choice in the matter.

      Enterprise-level (read BIG companies) don't have these problems. If they don't want to run software XYZ on platform ABC they can pay to build what they want on their own schedule. That's often how software like AWS come into existence. But small shops and SAP "customers" don't get freedom like this.

      Complaints about Windows-only software isn't really about GNU/Linux. It has been about free

    13. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      Sounds like your father is caught in a vendor lock-in. Plenty of services out there. Maybe he can't get his information out of the software he already has? If that's the case, then he's got bigger problems hoping that the tax software supplier doesn't go belly up.

    14. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      "mission-critical software", and think that there where a time when computers didn't even exist. Must have been completely impossible to conduct business back then...

    15. Re:Depends on the company, doesn't it? by Anonymous Coward · · Score: 0

      When computers didn't exist.... company A didn't have to try and compete without computers while company B used computers to out compete the market.

    16. Re:Depends on the company, doesn't it? by Wolfrider · · Score: 1

      ...so you find out who else in your industry uses this "mission critical" Windows-based software, sit down and have some meetings, and all band together. Contact the software maker as a group to port the software to Linux and/or MAC. It's not rocket science... People just don't want to spend the money.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    17. Re:Depends on the company, doesn't it? by david_thornley · · Score: 1

      Okay, so:

      1. Figure out who your vendor's other customers are.
      2. Talk to them. Find out that they don't see any reason to move off Windows.
      3. Talk to them some more. Convince them somehow that they'd be better off on Linux if the common software and the other three things they absolutely need that run only on Windows ran on them.
      4. Help them organize a similar campaign to enlist the support of the companies using the other three things.
      5. Tell your CIO, and find you need a cost-benefit analysis. Your friends at the other companies also find that out.
      6. Try to defend your estimates for the cost of staying on Windows.
      7. Research the cost of tighter Windows security.
      8. Give up. Take next year's server budget and your own savings and hire the mob.
      9. Tell the mob to kidnap all the CIO's close families and hold them for ransom, ransom being agreement to switch to Linux if humanly possible.
      10. Form an industry group to tell VLC that you want Linux versions.
      11. Realize that you've got to keep paying for their stuff if you want to stay in business, so you have little leverage.
      12. Conduct mob hits on all Windows zealots at your vendor's place of business.
      13. Get estimate of how long it will take X to be rewritten to run on Linux.
      14. Get estimate of how much it will cost you to keep the mob guys holding the hostages all that time.
      15. Find pictures of your CEO, CFO, and a goat in bed together. Blackmail them to cough up the money the mob will need.
      16. Profit!
      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    18. Re:Depends on the company, doesn't it? by david_thornley · · Score: 1

      GP's father's computer doubtless came with an OEM Windows license. IIRC, that isn't good for running in a VM, and non-OEM licenses are fairly pricy when compared to the cost of the computer. Moreover, you now expect a small business to run Linux (given the right distro, it's about as easy as running Windows), run and administer a VM, run and administer Windows on the VM, accept any performance hit, and try to figure out how to set up a VM to be safe running Windows software on a Windows VM.

      Most computer owners don't have a cue about Free vs. proprietary software. They have something they want to do, and they pick what looks like the best choice to do that with. Any choice that requires computer sophistication and significant extra expense is not going to fly.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    19. Re:Depends on the company, doesn't it? by tepples · · Score: 1

      3. Use the software in Wine on Linux if compatible
      4. Switch to a competitor's application that runs on Linux

  7. Total fucking bullshit by Anonymous Coward · · Score: 0

    https://en.wikipedia.org/wiki/Linux.Encoder.1

    Does nobody use Google in this day and age? Or is everyone in the media moving over to Bing now?

    1. Re:Total fucking bullshit by wed128 · · Score: 1

      Tens of users affected! Not relevant.

  8. WannaCry Makes Easy Case for Firewalls by Anonymous Coward · · Score: 2, Interesting

    Firewalls and security updates. The Windows server firewall is locked down by default. The Windows desktop firewall has a million ports open. Many are to localsubnet, but it's still open.
    What I really want MS to do is make their firewall scoping easier to use, like icefloor: allow grouping of IP ranges as a common name, and allow scopes to use that name. They started to do that with predefined networks, but stopped for some reason.

    1. Re:WannaCry Makes Easy Case for Firewalls by Anonymous Coward · · Score: 0

      You do realize that Windows firewall, out of the box, blocks the worm part of WannaCrypt, right? Completely blocked. The people that were hit by this followed some "consultant's" advice to turn it off so that their "remote powershell management" scripts or whatever would work. From Windows XP SP2 on, SMB (ports 445, 139, etc.) are blocked on all Windows clients. Folks who turned that off and got remotely exploited asked to be attacked. Now, the firewall can't stop the social engineering components (phishing mail, etc.).

    2. Re:WannaCry Makes Easy Case for Firewalls by Anonymous Coward · · Score: 0

      Your argument amounts to "Well the computer was shipped to you in the OFF state, it's secure only until you get social engineered into turning it on".

      Fail. Try again.

    3. Re:WannaCry Makes Easy Case for Firewalls by mea2214 · · Score: 1

      AFAIK, to protect yourself from Wanncry simply block 445 in the Windows firewall. Don't even need to update. I haven't used smb in years and was surprised Windows 10 had that server process running listening to 445..

  9. Switch to uhh... by Anonymous Coward · · Score: 0

    Whatever the hell you want!

    https://www.youtube.com/watch?v=9GO3mccvTCs

  10. What, you don't believe me? by Anonymous Coward · · Score: 0

    Sam Wheat: How long have you been here?

    Subway Ghost: Since they pushed me.

    Sam Wheat: Someone pushed you?

    Subway Ghost: Yeah, someone pushed me.

    Sam Wheat: Who?

    Subway Ghost: What, you don't believe me? You think I fell? You think I jumped? Well, fuck you! It wasn't my time! I wasn't supposed to go! I'm not supposed to be here!

    [the ghost kicks a cigarette machine, causing cigarette packs to fall out. He looks longingly at the cigarettes]

    Subway Ghost: Oh, I'd give anything for a drag! Just one drag!

  11. Get to work, then. by Anonymous Coward · · Score: 0

    "Have their been any ransomware attacks on the Linux desktop?"

    "Their"? I can't take this seriously at all now...

    "Most software has migrated to either Software as a Service (SaaS) or the cloud."

    I haven't heard anything so incredibly wrong for several hours. This guy has no clue. And even if it were true, that would make Linux nothing less than some kind of "dumb terminal" client... Seems to go against the whole point.

    Linux is a joke. Sorry to say it, but even though I hate Microsoft and Windows, I still run it in 2017, *because there simply isn't an alternative*.

    1. Re:Get to work, then. by wed128 · · Score: 2

      Hmmm...guess I haven't been using any computers since about 1999 (my last windows machine). There aren't any alternatives! I guess i'm posting this message using my brain or something.

  12. Linux, false sense of security by Anonymous Coward · · Score: 0

    Your assuming that ransomware is the only threat and as more people switch from windows to linux expect more ransomware to be created and linux to be targeted.

    Btw I use windows, never been breached and I use multi layered security and have backups stored offsite if I am.

    Linux is good and a valid choice for an OS but simple security practices keep you secure not your OS.

  13. There is no cloud by Xoc-S · · Score: 1

    There is only other people's computers. If you move to relying on "the cloud", all you are doing is delegating your security to someone else. Now you have two points of vulnerability: Your local Linux machine, and the "cloud" server, either of which could be infected with malware. You have not fixed the problem, and you have actually doubled your exposure.

    1. Re:There is no cloud by Stormwatch · · Score: 1

      But it also offers a point of redundance. Say, if your hardware fails and you lose your local files, you still have them online.

    2. Re:There is no cloud by BradleyUffner · · Score: 1

      You can have that without the cloud too.

    3. Re:There is no cloud by DaHat · · Score: 1

      True, without the cloud on a Linux system, running the wrong binary/script can see you accidentally encrypting your personal files/folders with some distro/NIX specific malware... that can happen on almost any system where a regular app has read/write to user files.

      Relying on the cloud for a backup only works well if you've got A) non-automatic syncing of local changes to the cloud, B) remember to do manual syncs on a regular basis, and C) enough history in the cloud that if encrypted versions do end up elsewhere, that you have a way to go back to an encrypted version.

    4. Re:There is no cloud by Altrag · · Score: 1

      Yes and no. If your data isn't stored locally, then any malware you pick up will at best only be able to monitor your real-time activities (keyloggers and the such.) Something like ransomware is irrelevant since you don't have anything worth ransoming on your local PC.

      It is highly predicated though on the cloud provider being better at security than you are. If they suck just as much as you do, then you're absolutely right you've just opened up a second attack vector with no real benefit.

      Something like Dropbox which attaches a pseudofolder to Windows kind of crosses the bound here. I would hope that they have some protection against ransomware just hooking up that folder and treating it like any other shared folder.. but if they can't or don't then again its absolutely just a second attack vector for the same problem.

      On the other hand, something like Google's Docs is significantly more secure (assuming Google is more secure than your PC, which is a pretty safe assumption.) Nothing is ever stored locally and there's no direct local access either (or at least there wasn't last time I checked) -- everything is done strictly through their website. I guess an attack specifically targeted at grabbing your Google password and then interfacing with their website to mangle your documents would be possible but it would have to be individually coded for each cloud service, so you're still better off than if it was able to blindly encrypt your entire hard drive.

    5. Re:There is no cloud by rebelwarlock · · Score: 1

      I'm guessing you're the sort of person who says "there is no darkness, only the absence of light". Calling it something else doesn't make it cease to exist.

  14. Can't tell if serious... by nyquil+superstar · · Score: 1

    For real. I read these submissions, and I wonder if it's just a big troll. I mean, does anyone have a real company that uses 100% cloud offerings? I mean, I get that it's theoretically possible, but it's just not practical. Because, reasons. I mean, really, does anyone actual think this?

    1. Re:Can't tell if serious... by lgw · · Score: 1

      100%? Common in start-ups.

      90%? Lots of large companies, especially social media and content distribution. There will be some control stuff in-house, but all the heavy lifting is in the cloud.

      And then there's the cloud providers, how much they "use cloud offerings" is a philosophical question, and Facebook/Google, which similarly "use the cloud" just their own cloud.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    2. Re:Can't tell if serious... by Anonymous Coward · · Score: 0

      The /. crowd is heavily skewed towards a few types of businesses. M$ Office is still massive amongst people who don't care about OS or clouds or anything but need to write a report or analyze some data but without being a data scientist. But they're not here commenting, they're in their office using Word and Excel, or preparing a talk in PowerPoint or putting a meeting together in Outlook. Government, University sector, Publishing, Law. They've all built their workflows around Office. But they don't read Slashdot.

      Track Changes in Word is probably pinning as many people to Windows as any other factor.

    3. Re:Can't tell if serious... by jezwel · · Score: 1

      Some of us are here. It doesn't matter what's better, it matters what the execs want. If they want a shiny new Microsoft surface Book/Pro, that's what they (eventually) get. If we tried to push Linux, there would be a backlash and demand for what they are familiar with. Since we have to support it, and licence it, and all the other BS about it, Windows is the primary desktop OS.
      Of course, there's the 8 figures annually of software development we do for our in-house stuff, which is still in the process of migrating to web based SaaS. Eventually we can become OS agnostic for a large % of our users, but not yet.

  15. Kinda like... by Anonymous Coward · · Score: 0

    So you are saying that, isn't that Linux is "better", but Windows is "worse", so, I should choose the lesser of two evils?

    1. Re:Kinda like... by Anonymous Coward · · Score: 0

      It beats choosing the greater of two evils.

  16. Oh God.... by Anonymous Coward · · Score: 0

    Not this again....

    When are we going to start seeing "2017 - The Year of the Linux Desktop" posts again....

    Maybe we can also drag out the $699 SCO fee posts again too....
    Give me a break.

    1. Re:Oh God.... by desdinova+216 · · Score: 1

      when netcraft confirms that windows/slashdot is dieing again.

  17. You need hard-to-erase disks by davidwr · · Score: 1

    If disk access were managed by code that was "lower than the operating system" and the disk management made it very difficult to actually delete data without waiting a week or more, it would make writing ransomware much more difficult. Such code could live in the drive firmware and/or in an isolated/low-surface-attack portion of the kernel or in a microkernel server.

    Yes, there would be a cost, in that you couldn't scrub data or recover disk space for re-use at the drop of a hat, but it would be worth it for most people.

    Also, such a system could be defeated but the number of ways it can be defeated is small enough to be manageable.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:You need hard-to-erase disks by Anonymous Coward · · Score: 0

      posting anon so my -1 Uninformative stays.
      Are you high?

    2. Re:You need hard-to-erase disks by BradleyUffner · · Score: 1

      Data on disk often IS managed by software "lower than the operating system", especially on SSDs. The OS just issues SATA commands to the disk, and gives it a buffer full of data. It is completely up to the firmware of the disk (running on the disk its self) how to handle that command. The OS never directly accesses the drive. In fact, the only computer I can name off the top of my head where the OS directly controlled the disk was the Apple II line of computers.

    3. Re:You need hard-to-erase disks by davidwr · · Score: 1

      You didn't read part 2: "and the disk management made it very difficult to actually delete data without waiting a week or more." I don't know if any drive- or drive-bus-controller firmware that intentionally protects data from erasure until a certain time period has passed.

      Yes, part 1, "If disk access were managed by code that was "lower than the operating system," is trivially true in today's environment where drives have their own firmware and even hosts have the host-half of the drive bus (be it USB, SATA, or what-not) with its own firmware or equivalent, but good luck updating all of that firmware. There is room for host-side non-firmware code that logically lives "beneath" the operating system or, perhaps, "beside" the operating system in a manner similar to a microkernel service, that can provide this function.

      I've written a very high level, back-of-a-paper-napkin idea in this journal entry. Scroll down to the part I added today. There are no doubt holes in the proposal as listed, but I hope it gets people thinking about ways to make it harder for malicious software to delete data "on short notice," thereby making ransomware harder to write and easier to intercept before it erases data for good.

      --
      Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    4. Re:You need hard-to-erase disks by epyT-R · · Score: 1

      made it very difficult to actually delete data without waiting a week or more

      Yeah, it's called a backup.

  18. Linux UX makes an easy case for windows. by Anonymous Coward · · Score: 1

    As someone who uses linux for work....it is FAR from the utopia it is "sold" as.

    Even being "free" does not redeem the cost of using it in terms of personal time and sanity.

    1. Re:Linux UX makes an easy case for windows. by Anonymous Coward · · Score: 0

      What? If anything, Linux has the better user experience, because you can actually install different desktop environments. With Windows, you're stuck to the same crappy desktop, at most you can use WindowBlinds to tweak it a bit but nothing to make it really usable.

    2. Re:Linux UX makes an easy case for windows. by presidenteloco · · Score: 1

      Agreed:

      If mass market adoption of Linux as desktop/laptop OS is to happen, Linux UX needs to adopt principles like this:

      1. One way of doing something is better than many

      2. The default shall be good, and easy. Then you can add configurability as long as there is a dead-simple and safe way to get back to default, even after you broke everything.

      3. These days, with the complexity of OSes and updates, an OS should update itself to the latest by default. Experts can turn that off. Going along with this, it should be possible for multiple versions of whatever to run multi-tenant on the OS (e.g. Docker containers done by default).

      In summary...

      4. The needs of the many outweigh the needs of the few, or the one.

      --

      Where are we going and why are we in a handbasket?
    3. Re:Linux UX makes an easy case for windows. by Anne+Thwacks · · Score: 1
      You might have had a point or two in 1990, but the reality is, not only can the world cope with more than one car manufacturer, all of them do fine selling a whole range of different models. I survive the fact that on my Nissan you flick a stick sticking out of the steering, while on my in-laws Fort, you turn a knob on the dashboard, despite the fact that the Ford I used to have, you turned a stick like the Nissan one, but on the other side of the steering. (Hell, that was almost as tough as remembering whether to use the left mouse button or the right one).

      One size fits all, eh? On your premise, I am supposed to deliver pallet-loads of food using a Ford Ka?

      Apply now for a brain transplant - stock are limited.

      Yes I know some CAD software only runs on Windows. That is a very good reason for using other CAD software. Do you think I would willingly walk through waist high stinging nettles wearing shorts, just because you are standing in the swimming pool?

      --
      Sent from my ASR33 using ASCII
    4. Re:Linux UX makes an easy case for windows. by epyT-R · · Score: 1

      1. Most times, the reason there's more than one way of doing something is because they're actually ways of getting slightly different results. One size fits all is not a solution.

      2. Maybe. Not one OS has achieved that yet.. or if it was at one point, it was shit-canned long ago to make way for new and shiny. DOS was dead simple and easy to use. We don't use it anymore for obvious reasons.

      3. That's pretty much what they do now, with pressure to remove control from the user.

      4. Not always. Having freedom to set up your own workflow is important. This is why having sane defaults for the stupid makes more sense than forcing such configurations on everyone with little or no ability to change (eg: windows 10 window metrics).

    5. Re:Linux UX makes an easy case for windows. by Anonymous Coward · · Score: 0

      Do you really think there are many choices in high-end software for professionals? The Linux alternatives are complete shit in comparison. You pick the best (most productive) software you can get and whatever computing environment you need to have to use that software is an after thought. Sadly unless your domain is IT, that software will almost always be better on Windows.

  19. not really... by Anonymous Coward · · Score: 0, Funny

    Linux in terms of the desktop is still many years/decades away from a usable OS...

    As for Windows having issues like this, that's what happens when you're at the top; not to mention when you don't maintain something.

  20. Makes a case for anything other than Windows by Anonymous Coward · · Score: 0

    You could say the same for macOS, Linux, BeOS, OS2 Warp, etc.

    If you use Windows, update. If you can avoid using Windows, you might be safe until it is more popular than Windows.

  21. Jon Katz? by Anonymous Coward · · Score: 0

    Is this a Jon Katz article?!?!

    1. Re: Jon Katz? by Anonymous Coward · · Score: 0

      Junis.....is that you?

  22. ransomware need suitable victims by Anonymous Coward · · Score: 0

    Linux is safe for desktop until it is only used by nerds.
    The same day it will become popular to the masses, will be the day it became popular for ransomware scum.

    The day of linux on the desktop is the day I will switch to openBSD!

    1. Re:ransomware need suitable victims by davidshenba · · Score: 1

      I am still waiting for all the major servers running *NIX systems to get affected.

  23. Re:Your opinion isn't new and is still wrong. by Anonymous Coward · · Score: 0

    If the goal of a Virus writer is to target the largest market portion, then they'll focus on the servers that are serving thousands, if not millions of potential marks. And the overwhelming majority of those servers are running nix in one form or anther. Fully documented source code servers which are open to the world of malicious eyes to plunder at will. Why hold a single Windows OS desktop hostage when you can hold an business hostage impacting hundreds of thousands of users?

    Virus writers are targeting Windows because it's a laughably easy target to hit. It has nothing to do with market share.

  24. Utter nonsense by Anonymous Coward · · Score: 0

    I will counter that argument by saying this: Most software has migrated to either Software as a Service (SaaS) or the cloud.

    What planet are you living on? This is so not the case in actual reality.

  25. Ransomware attacks the Linux desktop? by nam37 · · Score: 0

    >> Have their been any ransomware attacks on the Linux desktop?
    Two things:
    1) Why on earth would someone take the time to develop ransomware on "desktop" Linux?
    2) Anyone running a Linux desktop with a 10 year old version of their OS (like XP) is likely just as open to attack.

    --
    The two rules for success are:
    1) Never tell them everything you know.
  26. Wishful thinking... by WolfgangVL · · Score: 0

    Autocad, Solidworks, Maya, 3DSMax, Mastercam, Veracut, Esprit....The list goes on and on. I know there are alternatives for some, and linux compatibility for others, but the cost of user re-training is prohibitively expensive. Many manufacturing companies are barred from cloud computing due to compliance issues, so SAS is mostly a no-go as well. When your engineers are forced to relearn and build new workflows, the risk of costly mishaps spikes on top of everything else.

    People are trained to resist anything not Microsoft due to public education focusing exclusively on MS products..(Gen X, not sure how things are today) I've rolled out open-source alternatives to MS Office on a corporate fleet with an eye for closing common attack vectors, and growing IT budgets, but the cost of retraining high level users who are actively resisting the change is very very high.

    When your small business needs to invest in retraining an already expensive hourly employee, Joan in accounting can sink the whole operation with a single unkind word.

    --
    You are being ripped off every second of every day, so that advertisers can help rip you off even more tomorrow.
    1. Re:Wishful thinking... by Anonymous Coward · · Score: 0

      you do realize Maya runs on linux correct? and it has since the beginning?

    2. Re:Wishful thinking... by Anonymous Coward · · Score: 0

      Of course. Read the second sentence again. Point being, even if one or two software suites work flawlessly, having to spend the time to show a user how to change margins on, and bold the font in the office alternative, on top of build a new software tool-chain with a host of other unfamiliar wares from scratch is where you get caught up.

    3. Re:Wishful thinking... by Guybrush_T · · Score: 1

      Nobody said all machines could move to linux. Just like today some specific jobs require a Mac or even Linux, there can be jobs requiring Windows (and a powerful workstation).

      But most company computers are laptops used to do emails/web browsing/office. The reason they still run Windows is office, and with cloud services gaining traction, that may soon be no longer a good reason to stick to windows.

  27. WannaCty makes a case for updating by gQuigs · · Score: 0

    I love Linux (and my job is supporting it!) and do want to see it take over the desktop, but this exact same thing could happen for Linux too.

    Correct me if I'm wrong but if you applied all Windows updates from 2 months prior, you wouldn't get it. Right?
    The business decision to delay updating can affect any OS.

    You don't think the NSA has exploits that may have leaked for Linux?
    Speaking of that, we should really reform that system: https://blog.mozilla.org/blog/...

  28. Chromebooks by Anonymous Coward · · Score: 0

    Chromebooks, yes, Chromebooks...

  29. "it's pretty easy to draw the conclusion" that Lin by Anonymous Coward · · Score: 0

    I'm a Linux user both desktop at home and at work and used Linux for over 20 years.
    If we check the CVE with the same criteria we all should run OpenBSD.
    Also the statement that the majority of work people do is via a web browser is baseless for most corporate environments.

  30. Patches exist & so do workarounds... apk by Anonymous Coward · · Score: 0

    SMB Ports 445/139 (TCP) & 137/138 (UDP) protection via MS

    To enable or disable SMBv1 on the SMB server, configure the following registry key:

    Registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Registry entry: SMB1

    REG_DWORD: 0 = Disabled
    REG_DWORD: 1 = Enabled

    Default: 1 = Enabled

    To enable or disable SMBv2 on the SMB server, configure the following registry key:

    Registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Registry entry: SMB2

    REG_DWORD: 0 = Disabled
    REG_DWORD: 1 = Enabled

    Default: 1 = Enabled

    ---
    To disable SMBv1 on the SMB client, run the following commands:

    sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi

    sc.exe config mrxsmb10 start= disabled

    To enable SMBv2 and SMBv3 on the SMB client, run the following commands:

    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi

    sc.exe config mrxsmb20 start= auto

    * Per https://support.microsoft.com/en-us/help/2696547/how-to-enable-and-disable-smbv1,-smbv2,-and-smbv3-in-windows-vista,-windows-server-2008,-windows-7,-windows-server-2008-r2,-windows-8,-and-windows-server-2012/

    ---

    With a SINGLE 'standalone' non-networked PC (no home network/LAN) just turn off Server & Workstation services. It shuts off any "handles" (port 445) this thing propogates thru + turn off NetBIOS over TCP/IP in your internet connection & uncheck/disable Client for Microsoft Networks + File and Print Sharing. Port 139 & 445 always pop up issues over time.

    I covered all this 11++ yrs. ago in a security guide I wrote for users with a single system & apparently, its advice STILL STANDS THE "TEST OF TIME" ala https://www.google.com/#q=HOW+... [google.com] vs. even today's threats like this one.

    * This effectively makes this threat a non-issue + saves you CPU cycles/RAM & other I/O wasted on services you don't NEED as a single PC user only... & you don't. They're just wastes with a single PC really. Many services are (covered in guide above based on CIS Tool guidance (who took fixes to their ware from "yours truly" too, no less)).

    APK

    P.S.=> Of course, don't be STUPID & click on attachments in bogus malicious emails this thing propogates thru as well (Chrome/Opera/Webkit users - BEWARE of the ShellControlFile issue that just popped up (.scf file) noted here-> http://www.theregister.co.uk/2... [theregister.co.uk] ) & DO PATCH per / ... apk

    1. Re:Patches exist & so do workarounds... apk by Anonymous Coward · · Score: 1

      Dude, if you guys visit the first link in his google results, you can find a forum post with HIS PICTURE!

      Holly crap, I can see what APK looks like! After all this time I thought he would look so different.

      Direct image link: https://www.neowin.net/forum/uploads/av-241875.jpg

      Everyone say hello to APK!

    2. Re:Patches exist & so do workarounds... apk by nukenerd · · Score: 1

      I can see what APK looks like! After all this time I thought he would look so different.

      From the date of his post on that page, he must be at least 10 years older than that by now. He is seen looking down his nose at us. His writing style is unmistakable.

  31. Oh dear, point missed. by Computershack · · Score: 0
    Have their been any ransomware attacks on the Linux desktop? The answer is no.

    There's a reason for that, market share. Why release something that targets a several hundred thousand at best compared to releasing something that can target hundreds of millions? You can bet your bottom dollar that if Linux had the same desktop market share as Windows that it too would be in the sights of the ransomware brigade and Linux distributions have packages in that have vulnerabilities which could allow a similar attack. It was only last year a CUPS issue that allowed escalated privileges was fixed and CUPS is used in most distros.

    --
    I only please one person per day. Today is not your day. Tomorrow isn't looking good either. - Scott Adams
    1. Re:Oh dear, point missed. by Anonymous Coward · · Score: 0

      In addition to CUPS: remember heartbleed? remember the leftpad incident? That's just off the top of my head. All it takes is a single pissed-off, sloppy, or corrupt developer and a huge percentage of linux systems can become vulnerable overnight.

  32. Given the premise... by ctrl-alt-canc · · Score: 0

    now would be a great time to start deploying Linux on the desktop.

    It is also a great time to start coding a Linux ransomware...be prepared! You can be the first!

  33. Everything Is Easy by Anonymous Coward · · Score: 0

    ...for the simple-minded.

    "Most software has migrated to either Software as a Service (SaaS) or the cloud. The majority of work people do is via a web browser."

    Yeah. OK. Riiiiight!

    Classic case of a person who thinks they already know the right answer, then every situation they examine to see how it confirms what they already think.

  34. Somewhat broken logic by cmeans · · Score: 2

    If one is doing all their work in the cloud, then more likely than not, that's where the files are as well...so not local and not subject to a local Ransomware attack. Wouldn't matter what the local OS is.

  35. Found the LUDDITE! by Anonymous Coward · · Score: 2, Funny

    Only LUDDITES use LUDDITE Windows! Modern app appers use Appdows 10 S, the appiest apperating app!

    Apps!

  36. Issue is user diligence not the OS by JoeyRox · · Score: 1

    Putting aside older Windows XP machines which did not have the fix (and for which users who care about security shouldn't be running since there is no longer patch support for the platform) - Microsoft had rolled out the fix for their other Windows platforms well before WannaCry came out. What difference does the OS make if the user isn't going to be diligent in keeping their OS updated with security patches?

    1. Re:Issue is user diligence not the OS by Anonymous Coward · · Score: 0

      True, but in this case, Microsoft was only able to develop that patch because the NSA told them about the vulnerability.
      "The Shadow Brokers" guys published a screen-shot of one of the NSA hacking tools, apparently called "DoublePulsar". That tool was intended to be installed using the SMB exploit, so the NSA knew that the tool & vulnerability were loose in the wild. NSA then informed Microsoft so they could roll out a patch.

      https://arstechnica.com/securi...

    2. Re:Issue is user diligence not the OS by JoeyRox · · Score: 1

      But the same would be true if the NSA found a vulnerability in Linux and didn't tell anybody.

  37. This only makes the case of being up to date by Anonymous Coward · · Score: 0

    Patches have to created and people need to review and apply. Synology had this same issue a while back and its a variant of linux.

  38. That's bullshi! by Anonymous Coward · · Score: 0

    Synolocker and similar; that targeted Linux boxes that uses OpenSSL and so on....

    "But Open SSL isn't Linux"

    By the same token, SMB isn't Windows either.

  39. No, it makes by Anonymous Coward · · Score: 0

    a case for updating your operating systems and applying security patches.

  40. Wrong! by Anonymous Coward · · Score: 1

    This is a very poor case for Linux. I run Linux and I couldn't get WannaCry to run at all. Linux will need to step it up if they want to compete with Windows.

    1. Re:Wrong! by rastos1 · · Score: 1

      Try harder. WannaCry on Linux

  41. Cause net neutrality is dead by budsetr · · Score: 1

    SaaS is about to be shat all over

    1. Re:Cause net neutrality is dead by Altrag · · Score: 1

      Not dead. Just get more concentrated in the hands of Google, Microsoft, Amazon and similar who are able to afford the extortion fees that we'll expect to see.

      Also probably not right away. ISPs are unlikely to begin extorting on day one -- that would look bad enough that even Pai's FCC would have to stop and rethink their decision.

      Likely it will be a slow erosion that will start a year or so from now after the hubbub has died down and continue until either its so ubiquitous that its accepted as the way of things (and internet users finally complete their reclassification to strictly internet consumers,) or a new government is elected that starts eyeing up the possibility of reintroducing net neutrality and the ISPs will go back to laying low for a while, maybe even rolling back in a few small ways to make it look like they're being good guys rather than just biding their time.

      There is negative benefit to removing net neutrality for end users (we're slowed or barred from sites we like who don't or can't pay up.) There is little- to no-, and sometimes even negative, benefit for most companies, depending on their size and internet needs. There's a huge benefit for ISPs who will be given essentially free reign to abuse their (near-)monopolies. Its absolutely ridiculous that we allow industry talking heads to be in charge of overseeing their own industries. But not only is this allowed under Trump, it seems to be his preference across the board (FCC, EPA, education, probably others I don't recall off the top of my head.)

  42. Please clarify your comment... by Eric+Freyhart · · Score: 1

    "then there is zero reason keeping you from making the switch to a more reliable, secure platform."

    More reliable, secure platform? Prove that statement or clarify what you mean.

  43. 20+ Years of Experience by gregarican · · Score: 1

    I have used various Linux distros going back to 1997. And various Windows versions going back to 3.1. Servers, clients, etc. And I can say that a lot of Linux offerings have improved the front end UX. And installing/updating/configuring apps is a lot easier nowadays with current Linux distros.

    But that being said, I still can't see Linux taking over the typical home user's environment. I am a techie, and I like to noodle around. So working around quirks, compilation issues for third party drivers, and the like is a challenge that I don't mind. But it still very much has the look and feel of a hobbyist's experience. Not talking about server-end aspects of Linux. Talking about the enduser's aspects.

    Plus as others have noted, there are a fair amount of software packages that are Windows-only. And in those cases, the typical home user might not be willing to start digging into WINE to try to see if they can crowbar their package to port over. And I can perform unbiased side-by-side comparisons, since I have a Macbook Pro, a Windows 7 Pro, and a Debian 8 laptop trio sitting at home :)

    1. Re:20+ Years of Experience by dskoll · · Score: 0

      My 85-yr-old Mom uses Linux. It's not really any harder to use than Windows. In fact, I'd say home use is a more likely sell than business use; it's businesses who often have specific software needs that can only be satisfied Windows programs (or at least, they think that's the case and aren't willing to look around.)

    2. Re:20+ Years of Experience by Anonymous Coward · · Score: 0

      Unlikely most people will consider Linux for home use. Employees would revolt if forced to switch to Linux today at work.

      You might convince people that Chrome OS is a better choice for home. But there is far too much custom software for Windows either commercially available or written in house that it's unlikely the switch can be made so easily at work. it's not just that businesses THINK that's the case. That is the case. We use software that is only for Windows and locked down by HASP keys. Engineering design software is like that. It costs thousands per license and they usually work for Windows only. We know, we've checked. If I could do my job with Linux I would. But it's not happening and probably never will. I have to do my job, it requires I use certain software, and that is not going to change.

      Which is the bigger risk here - an occasional worm or virus that gets past defenses, or loss of productivity and potential mistakes made by switching design software to something unfamiliar.

    3. Re:20+ Years of Experience by ebvwfbw · · Score: 1

      I think if we could just stop fighting ourselves we would have owned the desktop years ago. KDE, Gnome... and so on and so forth. Windows - well you have just Windows. Don't like it? Tough. With Linux if you don't like it? Make yet another distro.

  44. So use Linux until it has conquered the desktop:). by ext42fs · · Score: 1

    Subject says it all. Even if virus writers just go for the largest market instead of the least secure OS then it's just another argument to use Linux.

  45. 100% cloud software??? Yea, right. by DidgetMaster · · Score: 1

    Just like everyone these days drives an electric car. Oh, wait...something like .001% do.

    1. Re:100% cloud software??? Yea, right. by Altrag · · Score: 1

      If you could lease an electric car for $100/mo, and leases for all other types of cars were unavailable for some reason (meaning you'd have to pay the full price outright,) you'd certainly see a hell of a lot more electric cars.

      SaaS vs local software isn't exactly the same as cars. Or even an analogy that makes sense.

      Never mind the additional benefits that SaaS can have (if the service is built to do so) such as live document sharing in Google Docs, the ability to access it from anywhere with a simple web browser -- no dicking around with VPNs and remote desktop or other similar techniques to access your home/office PC while on the road. Those sort of aspects take your car analogy from not really making sense to being just flat out incorrect all together.

    2. Re:100% cloud software??? Yea, right. by DidgetMaster · · Score: 1

      I never said that SaaS or electric cars are bad. There are definite benefits to both but they are still just getting going and have a tiny fraction of total market share. I was just laughing at the assertion that all software can be in the cloud today and there is no valid reason to buy it for your computer anymore. Just like regular cars will still be around 50 years from now, desktop software will be as well.

  46. excel and outlook by Anonymous Coward · · Score: 0

    the world economy depends on tens of thousands of crappy excel formulas and macros that back-office employees are using that their managers pretend dont exist. "oh but thats not logical".... uhmm,,, bureaucracy is not logical. you act like suddenly some rational management is going to come in and fix everything. it doesnt work like that in american business. nobody cares if something is completely irrational, as long as it works politically inside the office.

    you cannot switch these to linux without devastating the back office work flow.

  47. Can't apply updates but can migrate to new OS? by Anonymous Coward · · Score: 0

    If I understand correctly, the only users affected this time were Windows users who do not bother to update their OS to the latest security patches. Yet this poster thinks those same people will somehow bother to migrate their systems to an entirely different OS (Linux or otherwise)?????

  48. When you cannot get a job in IT ......... by Anonymous Coward · · Score: 0

    ....... you end up writing such goofy articles for third rate tabloids. These so called IT journos have in reality never held a paying job in a medium or large enterprise environment. But CIOs love their advice - atleast they think so.

  49. Doesn't really matter nowadays by Solandri · · Score: 1
    A decade ago I would've agreed with you. But modern computers have become so fast you can be OS-agnostic and just run stuff in virtual machines.
    • I run Windows on my laptop, but only because the 3D games I play are the only things that don't run well in a VM.
    • My other Windows programs run inside a virtual machine (I got tired of having to reinstall all my Windows programs every time I upgraded laptops).
    • I run FreeBSD in a VM for my file server and backups.
    • I run Linux Mint in a VM for when I do stuff with Linux.
    • I have a separate Win 10 VM for if I need to do anything risky (e.g. investigating a suspicious email attachment). If it gets malware and blows up, I just revert it to a snapshot.
    • I have Win 8, Win 7, and Win XP VMs that I fire up when a client wants my help with one of those legacy OSes.
    • I also had an OS X VM (Apple prohibits it in their license, but it's trivial to remove the software block) when I had a couple Mac clients.
    1. Re:Doesn't really matter nowadays by gfxguy · · Score: 1

      I run Windows on my laptop, but only because the 3D games I play are the only things that don't run well in a VM.

      As I pointed out, I work for a media company. We run real time 3D software; I do live virtual applications. I've tested Linux software from a vendor and I liked it a lot - but it was NOT ready for production use. Most of the tools we also require a lot of 3D performance. Maya, AfterEffects, and a number of programs you've likely never heard of. It's still just how it is right now.

      Now if you want to support my fathers small accounting business, you can go ahead and set up VMs for his tax software. It's just not practical.

      --
      Stupid sexy Flanders.
    2. Re:Doesn't really matter nowadays by Kjella · · Score: 2

      Most of the tools we also require a lot of 3D performance. Maya, AfterEffects, and a number of programs you've likely never heard of.

      Maya runs on Linux, BlackMagic has released Linux versions of DaVinci Resolve and Fusion but as long as you're tied to Adobe? When hell freezes over. I know quite a few people who would drop Windows in an instant if Adobe decided to release Creative Cloud for Linux. I think the problem is Adobe knows people buy the OS that their products run on, not the other way around. While there's many that would switch OS, there's very little new business in porting everything to Linux so it's not worth it. It's available for both Mac and Windows so they must have done most the heavy lifting to make it cross-platform, it's a lack of incentive.

      --
      Live today, because you never know what tomorrow brings
    3. Re:Doesn't really matter nowadays by thegarbz · · Score: 1

      and just run stuff in virtual machines.

      So your solution to prevent the problem is run Linux and then Windows in a virtual machine?

      What are you trying to do? Combine all the benefits of an extra layer of slowness and compatibility with the wonders of being able to run ransomware and have it lock up the files on your Linux host? I mean since you're talking about running only specific software in a virtual machine by extension that machine must have access to the host files right?

  50. Re:Just plain stupid. by Anonymous Coward · · Score: 0

    Android is a target because updating is up to the manufacturers, and of course they'd prefer you just buy a new phone.

  51. Wrong: Virus writers are also targeting linux by Anonymous Coward · · Score: 0

    Isn't systemd considered a nasty virus that infects linux as a whole?

    1. Re:Wrong: Virus writers are also targeting linux by Anonymous Coward · · Score: 0

      oh just fuck off you stupid cunt

  52. yeah right.. by SuperDre · · Score: 1

    It's not like Linux is any more secure than Windows currently is. Linux has just as much exploits in it, but most of them aren't still known (at least not publicly). The more people will use it, the more it will be targeted by malwaremakers and hackers..
    Don't think for a second Linux is so much better secured than any other OS..

    1. Re:yeah right.. by Anonymous Coward · · Score: 0

      Haaa haahahahahahah haah haha haaha!!!

      Oh, wait, you were serious?

      Ha haahahahah hahaha hahaha !!!!

  53. I moved past Windows but not many can by Anonymous Coward · · Score: 0

    While I understand the benefits of Linux desktop, I also understand the reality is its never going to win over many. Even in the darkest days of Windows malware it never suffered a loss of users in any meaningful way. Or has Linux desktop ever gained that many. Sure you can argue the legitimate security reasons all day long to switch to Linux. Most people really don't care and if it doesn't run what they are familiar with, its of no interest to user who needs those programs. The biggest growth of Linux desktop has been Chrome OS and 75% of that growth is in educational market. Nobody really cares but geeks and freaks that Linux desktop even exists.

  54. I don't need to outrun the bear... just you... by dskoll · · Score: 1

    If everyone switched to Linux, virus writers would target it. So no-one switches. So it makes sense to switch because nobody else will, so you'll be ahead of the game.

    Just don't tell anyone else that...

    (My company has run completely on Linux since 1999. We're well ahead of everyone else that the bear is chasing.)

  55. it makes an easy case for ditching your old OS by vm · · Score: 1

    If you or your org are vulnerable to WannaCry then I would argue for upgrading your OS or setting up mitigating controls if you have a valid business case for not doing so:

    SMB 1.0 – The version used in Windows 2000, Windows XP, and Windows Server 2003 & 2003 R2
    SMB 2.0 – The version used in Windows Vista (SP1 or later) and Windows Server 2008
    SMB 2.1 – The version used in Windows 7 and Windows Server 2008 R2
    SMB 3.0 – The version used in Windows 8 and Windows Server 2012
    SMB 3.02 – The version used in Windows 8.1 and Windows Server 2012 R2
    SMB 3.1.1 – The version used in Windows 10 and Windows Server 2016

  56. 2016 Is teh year of teh Linux!! by filesiteguy · · Score: 1

    I was honestly expecting someone to post this and how we should all be using slack with everything done using the CLI.

    I worked hard to use Linux (either openSUSE or Ubuntu) as my main OS for several years. There are things that just don't work well, and other things that don't work in VM's which force me to use Windows. As it is, Win10 is as good - if not better than - Windows 2000. I'll still fire up Ubuntu for various things but mostly use Windows just fine.

    Oh, and i can use Bash in Windows

  57. No by Anonymous Coward · · Score: 0

    Windows users impacted by WannaCry were using EOL versions of Windows or leaving security patches not installed. That behavior won't suddenly be okay just by switching to Linux.

    If there's a case to be made from WannaCry, that case is you need to patch your shit. Not change OS vendors.

  58. Nope by Anonymous Coward · · Score: 0

    I love Linux, and just about every *nix I've met. But these arguments are so off-base.

    As an aside, the only reason anyone turns on the old SMB protocol is to play nice with Linux.

  59. Vulnerabilities, auditability, and upgradability by phorm · · Score: 1

    It's not just about the vulnerabilities themselves.
    Let's take the current scenario: you've got a large health entity using scores of machines with an extremely old, outdated, and out-of-support OS. Part of the reason is
    a) The software doesn't work on the newer OS
    b) Cost of upgrade

    B may or may not apply depending on the hardware involved, and is probably roughly equivalent exempting the cost of the OS itself. So let's look at something on a Linux system. Yes, I have software that no longer works on newer Linux versions. SystemD was actually a fairly big nail in this coffin as it changed parts of the underlying system. BUT, all those parts are visible to the user, and there exists at least the possibility to tweak stuff in the OS to get it to work. Make the actual software also OSS and your ability to get updated is that much better.

    Now down to the OS itself. Many users were dependent on Microsoft to release a patch for their old OS. For XP, 2003, etc users MS actually came through pretty nicely on this and provided a patch. Win2k users were still out of luck. In Linux-land, the code of the underlying OS and most of the software is available. If it's a matter of fixing a bad call, it's again possible to self-service or at least hire somebody to rebuild it.

    Now to the source of the attacks. A known vector used by the FBI. Along with that playbook comes a slew of vulnerabilities that make it hard to believe aren't deliberate. Again, in a closed OS you don't know one way or another, nor do you have the ability to audit. In FOSS there may be vulnerabilities, but there's also much greater audit-ability.

    Does Linux have vulnerabilities. Of course. There's heartbleed and numerous cases of broken or buggy crypto. The thing is, these also get fixed in a fairly timely manner, and with a good patch/vulnerability management you're not so much at the mercy of a vendor to do so.

    The funny part though is that even for windows, it looks like disabling File and Print Sharing components kills off the components the vulnerability needs (remove F&PS, port 445 goes bye-bye), and there was probably NO NEED to have those enabled, or even installed on most of the machines in question. It was there by default but had the machines been setup properly it would have been disabled, at least removing the one vector for infection.

  60. It's All Smoke & Mirrors by JenovaSynthesis · · Score: 1

    Security is only as strong as its weakest link and that is the end user. It doesn't matter if they're running MacOS, iOS, Linux, Windows, or DOS. Period. If they're not running updates, the OS doesn't matter.

    And if you want to get into the pissing contest, Linux has had a few major bugs with some of its components. Sendmail has had bugs that allowed someone to get root access by simply sending an e-mail to/through the server. Last year Google found a bug in glibc that would cause a buffer overflow and thus allow arbitrary execution. Oh, and let's not forget the privilege escalation vulnerability known as "Dirtycow" that apparently has been around for a decade in the Linux Kernel itself.

    You can fault Microsoft on its processes for getting updates out there, but how many Linux boxes patched glibc or the kernel automatically?

    --
    Anonymous Cowards generally receive no replies because you're a coward and I'm a bitch :)
  61. Upgrading by maroberts · · Score: 1

    I'm not going to make the argument that Linux is invulnerable to viruses, because it isn't.

    However, with Linux, you generally tend to upgrade regularly and continuously. You stay up to date. I doubt many people are still running Linux '95, or more accurately any version of Linux that came out in 1995. They'll be running a fairly recent version, and they'll be doing that because the upgrade costs are fairly minimal or are integrated into ongoing support costs.

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

    1. Re:Upgrading by sl149q · · Score: 1

      Linux in IOT devices rarely if ever gets updated and forms the backbone for Botnets. Not as sexy as discussing the latest Windows fuckup but long term probably a worse problem.

    2. Re:Upgrading by Cro+Magnon · · Score: 1

      IMO, upgrading is the key. If you can't easily upgrade (IOT and to an extent Android), you're a target. If you shut off upgrades because you don't trust your vendor (Windows), you're a target.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  62. Re: So use Linux until it has conquered the deskto by Anonymous Coward · · Score: 0

    Except the consequence of following that advice is that it becomes the target market for malware... Which still makes it bad advice. It's like saying, "Hey the Titanic is sinking, thousands of people jump in to my life boat!"

  63. Surprised? What did you think I looked like?? by Anonymous Coward · · Score: 0

    Surprised? What did you think I looked like?? Let me guess - either a FAT or SKINNY geek, right???

    * Glad to have surprised you then provided I am right on it being unexpected.

    APK

    P.S.=> I tell you - it's NOT easy having world-class skills/brains AND looks combined (former NCAA lettering 1st string athlete in my day too in Lacrosse for a many time national champ in my alma-mater's division) - lol! That's just sarcasm...

    Hey - I've been lucky & blessed by God for which I am thankful for (as well as been surrounded by many TRULY "world-class" folks as GOOD influences around me in my day in friends, co-workers, professors etc. - et al)... apk

  64. "It's ALL a matter of 'style'" & mine? by Anonymous Coward · · Score: 0

    See subject: "It's ALL a matter of 'style'" & mine's INIMITABLE + unique! Yes, I am 10 yrs. older BUT I age like FINE wine... lol!

    * :)

    (I grew my hair out into a ponytail after that pic (was the LAST YEAR after 27++ or so yrs. I had to work for ANYONE ever again (retired that year)) - & it was down the middle of my back circa 2008-about 1 yr. ago when I finally cut it off... pain in the backside!)

    APK

    P.S.=> Looking down my nose @ you? Naw - just the angle of the photo via IBM webcam... apk

  65. Only nerds care about OSs by marcle · · Score: 1

    OK, I'm a nerd, and I do appreciate the empowering qualities of Linux, even if it's a PITA. And I do dislike the bloat and insecurity of Windows.
    But at the end of the day, I use my computer for 2 things (aside from surfing, email, etc.), and that is pro audio and graphics.
    Furthermore, I can't afford the Mac universe.
    So it's Windows for me.
    I understand the politics, market forces, etc. that prevent a robust audio ecosystem from existing on Linux (even if I wanted to use less capable Linux software, few high end audio hardware manufacturers bother with Linux drivers).
    And there's no Linux equivalent to the 1-2 punch of Photoshop + Illustrator (which I have managed to acquire without payment).
    And that's not to mention many other audio and graphics programs I use, none of which have Linux equivalents.
    So. Do you own/use a computer for the OS, or for the applications?

  66. Linux is just better by discowriter · · Score: 1

    I think everyone knows this and is making excuses for Microsoft Windows because they're used to it and it's just easier for them to keep doing the same stupid things over and over ~ like in everything else in this world. But Windows is stupid because it's poorly designed and caters to that very same lazy, stupid attitude. Linux or UNIX was well-designed. It runs the world's servers and is therefore a much more powerful target. But it's really because Windows users are more often incredibly stupid and lazy (and that Microsoft can't or won't make up for these qualities, only exploit them) that Windows will always be a mess, security-wise. If Linux was put in the same position of market dominance, not only would it have all the benefits it has now but it would make far better use of the whole world watching Linux for problems and ACTUALLY FIXING THEM. Frankly, WannaCry is just taking advantage of stupid, lazy Windows users and their employers. The world deserves WannaCry because it's just taking advantage of all its opportunities. Just like Microsoft. You deserve each other. You were made for each other. Linux users might not be better, but they're more likely to be. And their initiative will serve them well when they're using their computers or even playing around with the code. While others are shelling out more money to the bad people and companies built specifically to exploit their vulnerabilities and keep them open. BECAUSE IT MAKES THEM MORE MONEY. If people were responsible and intelligent, this wouldn't be an issue. But they're not and it is. Enjoy your bloatware, idiots!

  67. Rofl by Anonymous Coward · · Score: 0

    You can argue with these m$ shills till your eyes bleed
    Problem is AAA gaming is not available on linux, that's the only thing keeping windoze alive...

  68. Linux needs MIcrosoft in a Browser by Anonymous Coward · · Score: 0

    The issue for migration to Linux on the desktop for many, many Windows users (not for scientists, IT people and other tech people, but for the bulk of users who are focused on the task not on the OS) is this: In many, many, many industries, workflows center on M$ Office. Any business that works with documents and reports that are handled by non-IT people uses Office. Public sector, (government uses it from top to bottom), publishing, academia, corporations, they all have spent 20+ years using M$ office and they consider it a problem solved and they don't want to reopen the problem and implement a different solution. Retraining and re-implementing templates and other customized stuff alone would cost a vast amount of money. A majority of work is NOT done in browser. Maybe in some sectors, but not by people who generate, manipulate and publish content, invoices, quotes, catalogues, ... you name it. They're not actually interested in the technology that underpins it (and that is the majority-- they don't care. If they have to think about it, that's a fail). And MOffice is often used in tightly integrated, customized ways -- businesses have custom templates, procedures, custom ribbons in Office, they use the M$ ecosystem from data collection through to reporting and publication.

    So, somewhat paradoxically, for these sorts of businesses/govt departments, Linux on the desktop would be a lot more attractive if M$ Office ran in a browser will a very high level of capability and integration such that it was almost indistinguishable from the desktop version. If it ran seamlessly in the cloud, which is certainly does not now, that would be the best boost Linux has ever had.

    Decoupling MOffice from Windows would pretty much kill Windows, I imagine.

  69. Problem: New computers by Anonymous Coward · · Score: 0

    Another issue is that Microsoft has rapidly been dropping support for Windows 7/8 on any Intel Processors - particularly starting with 7th generation. Users have no choice but to run windows 10 on it.
    People on forums have already been reporting the inability to get windows 7 to run stable enough on these processors.

    To me, it's some BS agreement between these companies to force more money out of people's pockets, but really, to satisfy both companies' agreement with NSA's backdoors-in-everything mandate.

    Some pieces of software can only run on windows and has no Linux alternatives. So if you're given a new laptop by your employer, even the IT department has no choice by to run that piece of face-fuck-shit malware OS.

    How can anyone/company NOT be accountable for this BS makes absolutely no sense.

  70. The difference is Linux users,not the Linux itself by Anonymous Coward · · Score: 0

    The thing is, if you replace every Windows with Linux desktop, you will have an army of idiots, who click on any random attachment, using Linux. Once this happens, Linux will become economically viable target for hackers. And once that condition happens, there is plenty of security holes to explore. Same DirtyCOW can be exploited. And as with Windows, I do not believe that Linux desktops and servers will be patched regularly. So, it is not Linux, it is Linux users who make the difference.

  71. No virus can hit a nonexistent OS by Kormoran · · Score: 1

    Can you tell me of a software installing and running smoothly (just install and work) on each and every Linux distro? No? Thought so.

    So why do you suppose a mere virus can achieve such feat? "The LINUX(tm) operating system" does not exist. Linux is a kernel, a piece of an OS. Debian, CentOS, RedHat are operating systems. AND they are all different.

    The great pain of software houses with Linux is supporting distros. A developer can guarantee his product on the distro he's using and maybe another two or three. Don't you use one of them? Good work and good luck with manual install (and/or building from source). Same with viruses: a Linux virus can't rely on a particular OS and its infectivity would be a lot lesser. This is IMHO the main security bonus of the linux OSes.

  72. Dumbest statement I've seen in a while by blackpaw · · Score: 1

    Most software has migrated to either Software as a Service (SaaS) or the cloud. The majority of work people do is via a web browser. Chrome, Firefox, Edge, Safari; with few exceptions, SaaS doesn't care

    Just wrong. Another dumb ass ignorant article form a twerp who think they have some work experience.

  73. Give credit where it's due. by Sir+Holo · · Score: 1

    Let's give credit where it is due.

    FTA: The first known ransomware attack was called "AIDS Trojan" that infected Windows machines back in 1989. This particular ransomware attack switched the autoexec.bat file.

    I wrote a trojan (spread by BBS) in 1986 that swapped the autoexec.bat file. It would wipe the hard drive of some necessary system files, but did not stoop to the level of scum-baggery of asking for a ransom. Those ransom-ware guys are the absolute worst.

  74. Outrun the bear by Lost+Race · · Score: 2

    You don't need to outrun the bear, you only need to outrun the other campers.

    It appears that Windows will be a far bigger and softer target for the foreseeable future because most people need some Windows-only app or other. That's great for those off us who can use an alternative that's easier to secure and much less tempting to malware developers.

    So if you can, you should switch to Linux, not because it's popular, but at least in part because it's not popular, and probably never will be.

  75. With SaaS it wouldn't be vulnerable anyway... by KreAture · · Score: 1

    If they were really doing all their work through browsers and using SaaS the original issue would not exist so no reason to switch OS.
    The data would be safe as the data is not stored on it, not accessible to the virus/trojan. The encrypted machine could just be reimaged and off you go.

    A man without feet does not need new shoes.

  76. Is SaaS for real by Anonymous Coward · · Score: 0

    Do people actually use software as a service? I know no one who uses it.

  77. Enough by Anonymous Coward · · Score: 0

    This whole debate is dumb. Whatever the most popular OS is will be the most targeted OS. Critical business system shouldn't be connected to the Internet. It's that simple.

  78. Everything since Windows 10 by XSportSeeker · · Score: 2

    Everything since Windows 10 happened has been a case for Linux, it's just still not an easy one by any means to your average Windows user unfortunately.

    Let's see here. Shady strategies to force users to upgrade, horrible advertisement schemes, forced telemetry, always on always listening always dialing back strategies... not to mention how Microsoft keeps persisting on ideas like Windows 10 S because what they really want is to copy Apple and the walled garden model.

    Malware, vulnerabilities and ramsonware have been there for the longest time, and arguably for regular users the horrible experiences of the past with Vista, BSoD, among several other problems have been a far more convincing case for Linux. We don't even have that many shovelware as we did in the past.

    It just won't happen. Sorry. It's not your fault, but this has never been a convincing argument, not for regular Windows users. It won't start being because of WannaCry. And defeatingly enough, other than our own tech circles, it's likely that most people haven't even paid much attention to WannaCry anyways... it'll be forgotten, if it isn't already, as fast as stuff like Mirai Botnet, among others. I mean, even techies, do most people remember the most publicized malware attacks of 2016? I have to admit I don't.

    And yes, I know Android exploded in popularity, I know over half of servers these days uses Linux, I know almost all supercomputers also do... but your regular non-techie consumer will, for the foreseeable future, always run to Windows, or at most Macs. In fact, if WannaCry was really going to do any substantial push for migration (which let's admit it, it won't), it'd be for Windows users going for Macs.

    The unsolvable problems that Linux will seemingly never be able to overcome are:
    1. Advertisement and marketing. An image problem;
    2. Community. Even for folks like my mom who avoids using computers like the plague, if she has a problem with it, there's bound to be someone near her that can help. Linux? I wouldn't even know were to start. Neither I nor her friends would be able to indicate a repair shop or something with someone who could deal with command line configuration. I perhaps have a couple of friends who could help, but which would most likely be working with no free time to help.

    And this isn't only about OS, it's about apps. Sure, Linux have plenty of basic office level apps and whatnot, but it's not about having an app that works in a similar way, it's about having people around to help with specific tasks as they arise. This is also why Microsoft Office still dominates while open source alternatives like LibreOffice or OpenOffice never catches on.

    The needs non-computer geeks have around computers are often misunderstood, underestimated, and superficially analized. I feel bad because I'd really love for everyone to move to Linux. With enough people there, developers would be forced to migrate too. I'd love to have a fully functional Ubuntu smartphone. A Debian desktop with all I need. A Mint tablet to go around. Well, actually I have an Ubuntu laptop and tablet. But it's not something that I'd recommend for family and friends who don't know much about computers, because the whole thing makes no sense to them. Basically all of them (and I come from a big family) have no friends or relatives that would be able to help either to make their regular stuff work, or to solve problems when they come up. Among my multiple uncles, aunts, cousins, nephews and nieces... I must be the only one to have had contact with Linux. And I don't even know how to handle it properly myself.

    1. Re:Everything since Windows 10 by The123king · · Score: 1

      ReactOS 0.4.5 was released today, and that runs Office. I think ReactOS could have a bright and promising future in the next few years, especially since it's very hard for Linux to shake its reputation as a complex and finicky system for "nerds" and people in IT. Android dodged the whole issue by blatantly distancing itself from the Linux name.

      --
      If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  79. No practical reason for linux on the desktop by Anonymous Coward · · Score: 0

    You can secure macos, windows and the rest. The cost is not that high for a practical level of security. And overall it's lower than the cost of configuring and maintaining a linux desktop and foregoing the applications that are only available on windows and macos.

    Moreover, people who make these decisions for big organizations would rather leave technical problems for their technical people and keep their day-to-day computer usage as simple and familiar as possible for themselves.

    Make a linux desktop that installs with a simple wizard and gives you painless access to all of your windows apps and people will convert in meaningful numbers. There is probably no market at all for macos-to-linux conversions. People who buy macs don't want linux. Elsewise, the only linux desktop with a percentage worth counting will be chromeos.

    1. Re:No practical reason for linux on the desktop by The123king · · Score: 1

      I think this is what you're looking for, sure it's not Linux, but it does exactly what you're asking for: https://reactos.org/

      On the point of macOS, many users like it because it's UNIX-like, without the maintenance issues seen in Linux. However, i would like to see a project, like WINE, for /any/ version of Mac OS, and given the open-source nature of Darwin and OpenStep, i'm suprised no-ones tried to do it.

      --
      If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  80. Except the data doesn't back it up by TheLongshot · · Score: 1

    Looking at the CVE database, the top three OSs with the most vulnerabilities on the list are Linux distributions.

    https://www.cvedetails.com/top...

    Just because there was a high profile attack doesn't inherently make one OS more insecure than another.

    1. Re:Except the data doesn't back it up by The123king · · Score: 1

      The question is, do Linux distros have more vulnerabilities listed because more are found, or because more exist? Does less known vulnerabilities mean it's more secure, or that no-one can be bothered to find them?

      Variables like that make it much harder to correlate the cause with the effect.

      --
      If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  81. Many progressive companies already have by Anonymous Coward · · Score: 0

    In my own company, it was a huge productivity boost to upgrade to Linux. Compilation is much faster, and we now have vastly superior development tools. The user interface is also much better. If anyone has used windows 8 or 10, they will be well aware of the clunky mess that windows has become. Even switching as a new user, I found Linux easy to understand. IT costs also drop, since real central installation of software works, clients are more reliable & easier to administer centrally, and the free software catalogue offers mostly better alternatives to previous commercial products. The only downside is finding good IT staff. While fewer are needed, they can't scrape along incompetently like many windows admin do.

  82. I cant do everything in a browser by Anonymous Coward · · Score: 0

    Almost everything I use my computer for can't be done in a browser and some of my apps are windows only.

    This idea that everything can be done online is just one step removed from the daft idea that keeps cropping up that you can do everything you want on a tablet.

  83. Linux ISN'T secure! by The123king · · Score: 1

    The long-held belief that Linux is somehow a much more secure OS than Windows is a long-held fallacy. Linux is just as vulnerable to viruses and hacking as any other system. In fact, a mis-configured Linux server can have more holes in it than a colander. The only reason Windows get's targeted so often, is it's ~90% market share of desktop PC's. If linux had that sort of market share, all the viruses would target Linux instead. Everyone would be singing the praises of Microsoft and how their black-box proprietary OS makes it hard for hackers as they have no access to source code.

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
    1. Re:Linux ISN'T secure! by ebvwfbw · · Score: 1

      And a comment from someone really clueless. On so many levels.

    2. Re:Linux ISN'T secure! by The123king · · Score: 1

      Explain how?

      --
      If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  84. HURD by Anonymous Coward · · Score: 0

    No virus can hit a nonexistent OS

    Great I'll run HURD, chances of being targeted by a worm or virus is zero

  85. Re:Your opinion isn't new and is still wrong. by Opportunist · · Score: 1

    Sorry, fallacy.

    Servers, at least when used professionally, usually not only have administrators that at least have a hint of an idea what they're doing, often these people also have patching schedules and processes to follow. Not to mention that few of those servers, even when running Windows, are used to surf to questionable sites, open mail attachments or engage in other activities that result in a compromised system.

    Also, these servers are usually guarded by firewall systems that make such attacks way harder and less likely to succeed.

    Compare this to the average home PC, "administrated" by someone who thinks TCP is the Chinese secret service and who would gladly trade security for more dancing pigs. If its patch level is current, then mostly because Win10 doesn't offer any choice. This PC is used for everything the server is not, i.e. engaging in a lot of insecure and potentially harmful activities.

    And there is many, many more like this one. Insecure, used by idiots that click everything and anything you send them. And since you're, as an attacker, usually more interested in identity theft and compromising a large number of systems. Consumer PCs are the low hanging fruit, all right, but more due to the users than the OS used.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  86. Windows machines in 1980? by Big+Hairy+Ian · · Score: 1

    The first known ransomware attack was called "AIDS Trojan" that infected Windows machines back in 1989.

    Windows 3.0 didn't come out until May 1990 and nobody seriously used the earlier versions because they were crap. Also it said it infected the autoexec.bat file which is an MS DOS file not a Windows file.

    --

    Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

    1. Re:Windows machines in 1980? by zwarte+piet · · Score: 1

      Windows ran on top of msdos as recent as windows 98

  87. YOUR opinion is wrong. by Anonymous Coward · · Score: 0

    Ironically your opinion isn't new and it's ALSO wrong.

    Microsoft's entire business model has always been principally the sale of SOFTWARE. They dabble in hardware, sure, and now they're trying to ape Apple's approach but it's all for not. Reputation matters, and many of us will never forgive or trust Microsoft ever again.

    Microsoft you see, has for decades made BILLIONS of dollars selling the same group of poor, benighted assholes the same fucking thing OVER AND OVER AGAIN. NOW. How do you get someone to pay over and over again for the same thing? In Microsoft's case, you build-in security flaws, holes, etc., and probably add new ones with each patch and service pack. Kinda like how when people paid fire departments by the fire fought, when business got slow the firemen turned to arson so they'd have a fire to fight so they'd get PAID.

    Microsoft's approach is to FORCE you to use only a legitimately purchased copy, (by ensuring you constantly have to have your computer call in to Microsoft to get security updates, which only works if you register it, which won't work with pirated software). You'd be insane to run an internet connected machine with Microsoft's wretched, shitty goddamned shitware WITHOUT updates.

    It's just the kind of dirty bullshit they do.

    GNU/Linux, by contrast, is supported and maintained and developed by people who have no motivation to bake shit into their software... on the contrary, they have a vested interest in making the software as good and secure as possible.

    So, either you're a fool who ignores the obvious, or you're a paid Microsoft SHILL trying desperately to save a dying business by spreading FUD and fake news talking points. GNU/Linux will NEVER be anything LIKE as susceptible to hacking, and malware of every kind, as Microsoft's Garbage Crippleware, because of the motivation of those responsible FOR it.

    It's, coincidentally, why BANKS can't compete with CREDIT UNIONS, and have to spend money bribing corrupt politicians to make laws suppressing and limiting them, such as requiring restrictive fields of membership, etc.

    Just tell me what would happen to Microsoft's bottom line if they EVER came out with a DECENT AND RELIABLE, AND SECURE operating system... one that DIDN'T need periodically to call in, and which people weren't forced to update?

    They'd go out of business which they should, because they're essentially a criminal enterprise whose assets should have been seized under the RICO ACT and been broken up, just like Standard Oil and Ma Bell.

    So your argument is trash, GNU/Linux HAS been targeted by hackers and their ilk, but much less successfully because it's just BETTER.

    Oh, and by the way, most of the INTERNET runs on GNU/Linux, and has for like... decades, so yeah... it's a tempting target, and oh by the way, there are now WAY more computers running the LINUX KERNEL than the Windows Shitnel, since all the Android devices also run it, and the few successful malware attacks generally require a rooted or otherwise compromised device to stage an even marginally successful attack.

    Basically, you have to open a door or window and LEAVE it open, and that's only the programmers' fault in giving you the FREEDOM to do stupid shit, (contrasted with Apple's walled garden approach, which protects users from their own stupidity).

    So no, we're not fooled, and we're not falling for the usual Microsoft BULLSHIT false argument.

    Long live GNU, long live Linux, and FUCK MICROSOFT AND ALL THEIR EVIL SHITFUCKS.

  88. "and those machines work like champs from the day by Anonymous Coward · · Score: 0

    ...unless you run Debian which tends to randomly break shit. Synaptic, gufw and other GUI system tools just stopped working after a reboot randomly. No interference. Just a reboot.

  89. Re: So use Linux until it has conquered the deskto by Cro+Magnon · · Score: 1

    Except the consequence of following that advice is that it becomes the target market for malware... Which still makes it bad advice. It's like saying, "Hey the Titanic is sinking, thousands of people jump in to my life boat!"

    The thing is, the vast majority are sticking with the Titanic, and there's no sign of that changing. So, until it does, you're still better off on the lifeboat.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  90. Missing applications by Anonymous Coward · · Score: 0

    People/organizationa care about applications, not operating systems. Virtually the entire corporate world uses Microsoft Office. But the most important applications are speciality software. Everybody develops for the main platform. It would take decades for Linux to become mainstrean and there is no incentive for that. Besides, any corporate desktop version of Linux would be restricted for the end user. If it's a Unix-like environment tgat you want, why not choose macOS? In the end, once again, it's the applications and the organization-wide integration that counts.

  91. 10% of PCs run Linux? 2%, at most by Brannon · · Score: 1

    nt

  92. But Linux is so HAAAARRRDDDD... by whitroth · · Score: 1

    Of course malware writers aim at the largest target. They also go after the easiest target. The only people who go after hard targets are state actors.

    However... Linux is yet another, and the most successful version of UNIX. And it's inherently a much harder target, because of its architecture, and the way it works. Admittedly, you can *make* it vulnerable, by things like giving root a password of jesus, or love, or 12345678... but the separation of authority, along with the structure (X is *NOT* in ring 0, for example) makes it a harder target.

  93. I've got VLC running on X on my Xubuntu box by tepples · · Score: 1

    Form an industry group to tell VLC that you want Linux versions.

    I don't see the problem. I thought VideoLAN was already putting out both GNU/Linux and Android versions of VLC media player.

    sudo apt install vlc

    Get estimate of how long it will take X to be rewritten to run on Linux.

    Xubuntu already includes X Window System in the default install.

  94. unattended-upgrade by tepples · · Score: 1

    You can fault Microsoft on its processes for getting updates out there, but how many Linux boxes patched glibc or the kernel automatically?

    Ubuntu Desktop has unattended-upgrade in a cron job, and I imagine that its derivatives do as well.

    1. Re:unattended-upgrade by JenovaSynthesis · · Score: 1

      Which has to be installed separately and then configured to run. So it's a moot point.

      --
      Anonymous Cowards generally receive no replies because you're a coward and I'm a bitch :)
    2. Re:unattended-upgrade by tepples · · Score: 1

      [Ubuntu's unattended upgrade support] has to be installed separately and then configured to run.

      Fortunately, the default install of Ubuntu installs and configures as such.

  95. Cat got your tongue? by Anonymous Coward · · Score: 0

    "I can already hear the tired arguments. The primary issue: software. I will counter that argument by saying this: Most software has migrated to either Software as a Service (SaaS) or the cloud."

    Well this means that Linux is not for 3rd world or any people that have limited or none Internet connection. What a great point you have: The world must shape to Linux and the web services instead to have decent software or just get bust. The geek of the month award!