Skip to main content

Why Linux is better than Windows?


Points for linux over windows

-Open source:- The biggest plus point of linux is that it is open source(For those who don't know open source, the program whose source code is freely available. Open source does not mean that it is free). So, linux is open source and you can modify it according to your wish....
-Cost :- Most linux operating systems are free of cost. You can download directly from their site and make a boot disk or there are many better ways available.                                                                            
             Whereas, Windows can cost anything between 50$ to 150$.
Comparing the server pricing, linux is not free here. However, it costs much cheaper than windows.
Where windows 2012 server cost range between $501 to $4809, linux server may cost you around $350 depending on distro you choose.
-Security:-  Linux is far more secure than windows. Most of the viruses are built in .exe format which dont run on linux. Hence, there are far less security threats for linux than windows.
                    Further linux is faster, easy to configure & scalable.
-Flexibility:- On being open source linux can be modified the way we want; as the code is freely available legally, any changes are welcomed by linux.
-Other:- Linux can run on any Intel x86 family and also similar processors.

Comments

Popular posts from this blog

Privacy Policy

What is this Privacy Policy for? This privacy policy is for this website www.linuxthug.com  and served by Shivendu Amale and governs the privacy of its users who choose to use it. The policy sets out the different areas where user privacy is concerned and outlines the obligations & requirements of the users, the website and website owners. Furthermore the way this website processes, stores and protects user data and information will also be detailed within this policy. The Website This website and it's owners take a proactive approach to user privacy and ensure the necessary steps are taken to protect the privacy of its users throughout their visiting experience. This website comply's to all national laws and requirements for user privacy. Use of Cookies This website uses cookies to better the users experience while visiting the website. Where applicable this website uses a cookie control system allowing the user on their first visit to the website to ...

Nvidia’s Linux distro? Nlinux is being discussed on Reddit and how it could affect Linux gaming

.    Had it been 2 years back, it was impossible for me to write about Linux and gaming together. Gaming back then was dominated by, still is, three gaming consoles i.e. Xbox, Playstation, Nintendo. Linux was considered a plaything exclusively for coders and hackers. This scenario is pretty soon going to change.    With launch of Steam OS, gaming was bought at the door of Linux. Steam OS is developed by Valve Software, which gave us big titles like Dota, Counter Strike, Half life, etc. Steam OS is debian based Linux designed for their Steam gaming console. Steam OS was designed primarily playing video games in living room. Users are able to stream games from their windows or Mac consoles to one with Steam OS console. Steam OS    While Steam OS was not able to provide better performance than windows, it opened a portal for Linux to enter gaming world. Big gaming titles including valve titles are now available. Other than Steam OS, even Ub...

Structure of Linux Operating System

    Linux is an open source operating system.  The source code of Linux is available to read as well as modify as you wish. This makes it a great tool to learn about operating systems and what goes inside them.     So in this post we are going to see the structure of the Linux operating system. Linux operating system has a structure similar to commercial operating systems. However, Linux is closer to Unix operating system. The main structure of Linux consists of :- 1.        Hardware 2.        Kernel 3.        Device drivers 4.        Standard library of procedures 5.        Standard library of utilities 6.        Applications    The layered architecture of Linux operating system is shown in the following diagram:- Architecture of ...