Advertisement
mmstick

Windows versus Ubuntu

Sep 14th, 2013
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. Windows
  2.  
  3. Pros
  4.  
  5. * Best choice for video games
  6. * Great graphics drivers
  7. * Most people are familiar with it
  8.  
  9. Cons
  10.  
  11. * Closed Source Software (Proprietary)
  12. * Not easy to remotely maintain systems; RDP sessions are GUI only and log users out.
  13. * The educational system forces it and other associated Microsoft software on people. However, in doing so they don't teach you how to use software but teach you to not 'think;' merely to act as mindless drones creating documents and spreadsheets from templates.
  14. * Costs a hefty fee, with another fee for each new version.
  15. * The system is bound to get slower over time.
  16. * Therefore, it needs constant maintenance.
  17. * Need to use a driver CD or download a driver for just about everything, especially printers.
  18. * Due to the poor memory management in the Windows NT Kernel, programs tend to consume much more RAM compared to Linux.
  19. * Due to how Windows does not share libraries between other programs properly, it uses significantly more disk space/RAM.
  20. * Must install plenty of virus protection
  21. * Because it is prone to getting infected with viruses.
  22. * Not very secure at all, which is why viruses are so common. It is so easy for a program to get elevated to administrator rights that it's no wonder viruses are a problem
  23. * Pukes all over the hard drive every time it writes to the disk so you must defrag often.
  24. * Desktop environment is not very customizable. Not to mention, it isn't very functional.
  25. * The system does not update software over time.
  26. * Does not run well, or at all, on older machines.
  27. * If you do not upgrade to the latest version of Windows, you will suffer a great number of security risks and lack of support. Because newer versions of Windows don't run well on older machines, this may not be an option. But Linux is an acceptable option here.
  28. * Default software is greatly lacking in usefulness and capabilities. Almost everything requires that you manually install third party programs from the Internet to replace it, via the use of downloaded exe files.
  29. * There is no central management of packages at all like the package managers in Linux.
  30. * Therefore, managing installed software and keeping it up to date is a major PITA.
  31. * Command line is not very intuitive or easy to use; it is treated like an archaic tool of the past rather than a tool to the future; not much can be accomplished with it.
  32. * Easily broken, not easily fixed.
  33. * Lacks support for many file systems, NTFS is not secure.
  34.  
  35. Ubuntu/Linux
  36.  
  37. Pros
  38.  
  39. * It's Open Source Software.
  40. * Linux is everywhere. In your smartphones/tablets (Android), the Mars rover, the top supercomputers, almost every server in the world, embedded devices, and in your desktop (if you select to install it).
  41. * It's easier to use than Windows. If you can use a mouse to click on buttons and type on a keyboard, you can use Ubuntu/Linux too. (may have to break a few Windows habits)
  42. * The rate of software development exponentially increases over time due to the open source nature of Linux; at this point in time it has already excelled far past the capabilities of existing proprietary solutions.
  43. * Easy to remotely maintain an infinite number of machines connected to your network via SSH or Cluster SSH. Focus of the desktop is not removed from the user, and users won't even know you are running commands on their machine.
  44. * All of the best software is preinstalled. Office suite? Already here.
  45. * Never have to pay for a new version, every six months you are given the option to upgrade to the latest release.
  46. * No viruses, no need for antivirus.
  47. * Never slows down; is always fast, even on old hardware.
  48. * Programs run faster than on Windows; open source software has more efficient code; Linux is a more efficient kernel over Windows; GNU Compiler Collection optimizes code far better than Windows compilers.
  49. * AMD processors are significantly faster in Linux than Windows. Sometimes up to three times faster.
  50. * Runs perfectly with all your favorite applications installed while using less than 5GiB of disk space.
  51. * No need for system maintenance; Linux does everything right the first time so there is no need to clean up after a mess.
  52. * No need to defrag because it writes to the disk properly the first time.
  53. * Security and Privacy (No NSA backdoors... looking at you Microsoft).
  54. * All software auto-updates daily.
  55. * No need install drivers for your blasted printer hardware or peripherals; everything works out of the box.
  56. * Can run Windows programs in Wine; supposing the existing open source alternatives is not already better, which it is.
  57. * All software is installed via the software center. It is as easy as an 'app store' on your smartphone, except everything is free.
  58. * Advanced users can install software faster and simpler with a terminal.
  59. * Install and configure any desktop environment you want, from the default Unity interface, to KDE, Xfce, Gnome-Shell, and more.
  60. * Power: If you choose to learn how to operate the terminal, you can perform many amazing tasks not possible on Windows.
  61. * Hard to break, easy to fix
  62. * Supports every file system type, even NTFS.
  63.  
  64. Cons
  65.  
  66. * With great power comes great responsibility, please don't 'sudo rm -rf /' if you decide you want to play with the terminal.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement