Slashdot Mirror


The Next Leap for Linux

Nrbelex writes "The New York Times is taking a look at the state of Linux. "Linux has always had a reputation of being difficult to install and daunting to use. Most of the popular Windows and Macintosh programs cannot be used on it, and hand-holding — not that you get that much of it with Windows — is rare. But those reasons for rejecting Linux are disappearing." The article discusses major PC makers' newest offers and compares them to their Windows counterparts."

5 of 517 comments (clear)

  1. Re:Difficult? by blackbirdwork · · Score: 5, Informative

    It seems you never did an advanced installation of Windows XP for hardware with RAID or SATA controllers not supported by Windows...

  2. NO! Not Automatix! by gbutler69 · · Score: 5, Informative

    Automatix IS NOT recommended for Ubuntu! It tends to screw things up preventing correct updates to the next version.

    Codecs are now installed automagically whenever you attempt to open a media file for which you do not have the correct CODEC.

    Automatix IS NOT recommended.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  3. Re:Less keystrokes by somersault · · Score: 5, Informative

    You can actually do remote assistance invitations on Windows, or install VNC on her computer.. I'm no lover of Microsoft, but that's kind of a poor reason to choose Linux over Windows?

    --
    which is totally what she said
  4. Re:Hardware still an issue by Etyenne · · Score: 5, Informative

    Because 8.04 will be a LTS release (Long Term Support), and it is expected that the Ubuntu developers will be conservative with the feature set they allow into 8.04. As such, if you have a feature that is somewhat experimental, you need to push it now (to get it tested and polished before 8.04), or wait until 8.10. At least, that's the theory. In practice, I am fairly certain quite a few experimental features will find their ways into 8.04 anyway.

    Managing releases at fixed date and coordinating with upstream project release is probably the toughest challenge Ubuntu is facing. But on the other hand, this is exactly what gave it the edge in the distro war. So far, the execution have been pretty good and Ubuntu reap the benefits.

    --
    :wq
  5. Re:Less keystrokes by Anonymous Coward · · Score: 5, Informative

    You appear to be confused about the term encryption. The stream of data that makes up your VNC connection is not encrypted. A man in the middle could watch your entire VNC session, or even inject mouse & keyboard events or take over control of the remote machine. O.K: it's unlikely. But it isn't much more secure than a Telnet session.

    The poster below has the right idea: tunnel the VNC session over SSH (which adds the needed encryption) and then only allow the VNC server to accept connections from the local IP address (I.e. from the SSH server on the same machine).