Difference Between Linux and Windows
Difference Between Linux and Windows
You can look at this from both sides of the fence. Some say giving the
public access to the code opens the operating system (and the software
that runs on top of it) to malicious developers who will take advantage
of any weakness they find. Others say having full access to the code
helps bring about faster improvements and bug fixes to keep those
malicious developers from being able to bring the system down.
With a Linux GPL-licensed operating system, you are free to modify that
software and use and even republish or sell it (so long as you make the
code available). Also, with the GPL, you can download a single copy of a
Linux distribution (or application) and install it on as many machines as
you like. With the Microsoft license, you can do none of the above. You
are bound to the number of licenses you purchase, so if you purchase 10
licenses, you can legally install that operating system (or application)
on only 10 machines.
However, when you use the peer support inherent in Linux, you do take a
chance with time. You could have an issue with something, send out email
to a mailing list or post on a forum, and within 10 minutes be flooded
with suggestions. Or these suggestions could take hours or days to come
in. It seems all up to chance sometimes.
Yet generally speaking, most problems with Linux have been encountered
and documented, so the chances are good you'll find your solution fairly
quickly.
On the other side of the coin is support for Windows. You can go the same
route with Microsoft and depend upon your peers for solutions: there are
just as many help sites/lists/forums for Windows as there are for Linux.
And you can purchase support from Microsoft itself.
Most corporate higher-ups easily fall victim to the safety net that
having a support contract brings. But most higher-ups haven't had to
depend up on said support contract. Of the various people I know who have
used...either a Linux paid support contract or a Microsoft paid support
contract, I can't say one was more pleased than the other. This raises
the question: 'Why do so many say Microsoft support is superior to Linux
paid support?'
After much looking around, I found I was the proud owner of a Winmodem.
So I had to go out and purchase a US Robotics external modem because that
was the one modem I knew would work.
This is not so much the case now. You can grab a PC (or laptop) and most
likely get one or more Linux distributions to install and work nearly 100
percent. But there are still some exceptions; for instance,
hibernate/suspend remains a problem with many laptops, although it has
come a long way.
With Windows, you know that pretty much every piece of hardware will work
with the operating system. Of course, there are times (and I have
experienced this over and over) when you will wind up spending much of
the day searching for the correct drivers for that piece of hardware you
no longer have the install disk for.
But you can go out and buy a cheap Ethernet card and know it will work on
your machine (as long as you have, or can find, the drivers).
You also can rest assured that when you purchase that insanely powerful
graphics card, you will probably be able to take full advantage of its
power.
7. Flexibility vs rigidity
I always compare Linux (especially the desktop) and Windows to a room
where the floor and ceiling are either movable or not. With Linux, you
have a room where the floor and ceiling can be raised or lowered, at
will, as high or low as you want to make them. With Windows, that floor
and ceiling are immovable. You can't go further than Microsoft has deemed
it necessary to go. Take, for instance, the desktop. Unless you are
willing to pay for and install a third-party application that can alter
the desktop appearance, with Windows you are stuck with what Microsoft
has declared...is the ideal desktop for you. With Linux, you can pretty
much make your desktop look and feel exactly how you want/need. You can
have as much or as little on your desktop as you want. From simple flat
Fluxbox to a full-blown 3D Compiz experience, the Linux desktop is as
flexible an environment as there is on a computer.
Of course, this is seen as less than professional by some. After all, why
would something worthy of a corporate environment have or need
cheerleaders? Shouldn't the software sell itself?
Windows does not have these same fans. Instead, Windows has a league of
paper-certified administrators who believe the hype when they hear the
misrepresented market-share numbers reassuring them they will be
employable until the end of time.
One issue that plagues new Linux users is how removable media is used.
The idea of having to manually 'mount' a CD drive to access the contents
of a CD is completely foreign to new users.
There is a reason this is the way it is. Because Linux has always been a
multi-user platform, it was thought that forcing a user to mount a media
to use it would keep the user's files from being overwritten by another
user. Think about it: on a multi-user system, if everyone had instant
access to a disk that had been inserted, what would stop them from
deleting or overwriting a file you had just added to the media?
Things have now evolved to the point where Linux subsystems are set up so
that you can use a removable device in the same way you use them in
Windows, but it's not the norm. And besides, who doesn't want to manually
edit the /etc/fstab file?
With this, you can work from either the command line (run level 3) or the
GUI (run level 5). This can really save your bacon when X Windows is
playing up and you need to figure out the problem. You can do this by
booting into run level 3, logging in as root, and finding/fixing the
problem.
With Windows, you're lucky to get to a command line via safe mode--and
then you may or may not have the tools you need to fix the problem. In
Linux, even in run level 3, you can still get and install a tool to help
you out (hello apt-get install APPLICATION via the command line).
Having different run levels is helpful in another way. Say the machine in
question is a web or mail server. You want to give it all the memory you
have, so you don't want the machine to boot into run level 5. However,
there are times when you do want the GUI for administrative purposes
(even though you can fully administer a Linux server from the command
line). Because you can run the startx command from the command line at
run level 3, you can still start up X Windows and have your GUI as well.
With Windows, you are stuck at the Graphical run level unless you hit a
serious problem.