Microsoft Launches Free Web Software Eco-System
An anonymous reader writes "Microsoft, inspired perhaps by the ease of selecting and installing iPhone apps, has taken a similar approach to gather back market share of its IIS web server in a predominantly Apache/PHP market. 10 open source CMS, gallery, wiki, and blog tools were chosen to populate the eco-system, dubbed Web App Gallery. Developers must agree to principles and can now submit their PHP or .NET application for inclusion. Once an application is in the gallery, Windows users use Microsoft Web Platform Installer, released in a keynote at MIX this week, which inspects the the local system, and installs and configures dependencies like the IIS webserver, PHP, URL re-writers, and file permissions. Screenshots show this to be quite easy for the typical computer user. This could provide some real competition for WAMP and Linux shell install processes."
Real administrators don't use package managers, either. Real administrators know how to handle compiling from source for anything they want to install and spending two hours configuring it for their system.
Real Linux users don't use silly things like synaptic and apt-get and other such command line tools. Real Linux users use wget to get a tarball and compile from source, editing menus in gnome or kde by themselves (if they ever use gnome or kde, most of the time Real Linux Users just use lynx).
The point of a GUI is not necessarily just for "computer newbies." I imagine you are using a GUI to post, in fact, and not using Lynx.
That said, you're right, normally they'd know how to handle a shell; but just because some people like having automatic configurations for all the default stuff doesn't mean they are a newbie. Can they be? sure. But using a GUI or automatic configuration tool of some sort does not mean you ARE a newbie. Just, the computer can fill in a lot of blanks a lot faster than I can.