Slashdot Mirror


Edgy Eft Knot 2 Released

Klaidas writes "The Ubuntu project has released a second Knot CD — an alpha version of Edgy Eft. Notable new features include a new 2.6.17 kernel, Gnome 2.16 beta 2, Firefox 2.0b1, OpenOffice.org 2.0.3 and much more. It is availible for download on Ubuntu's image server. The final stable version is still slated for release in October 2006."

2 of 183 comments (clear)

  1. Still not that impressed! by bogaboga · · Score: 3, Interesting

    While the whole world seems to be very impressed with Ubuntu and its derivatives, I am still to be impressed after having tried it for about three weeks. I will however give credit where it is due. For one, package management seems to be very much improved.

    What still bothers me is the fact that in Ubuntu's GNOME file selector interface, I cannot simply paste a URL and have the program open the referenced document. It is also incredibly ugly for me...why? In KDE, this is possible but the fonts and general look are very ugly and are already starting to look ancient.

    Multimedia on the web is still a big hassle. Even for sites that offer RealPlayer streams, GNOME's RealPlayer, even if installed cannot grab the stream by default!

    The help system is still very wanting. Some have even told me it does not exist. Assumptions are made that everyone can go online and get the neccessary help. But what happens when you are on the road with no internet connection? Windows beat Linux on this.

    Before I get modded down for what some will call trolls, I will stop here but I agree that Ubuntu and Linux still have a long long way to impress folks like me.

  2. Re:good 4 everyone by Adelbert · · Score: 3, Interesting

    I agree, for a single user, "sudo" is kind of useless. However, if you have a large number of users, sudo is a godsend.

    In the standard Linux/Unix setup, you have a lot of users with minimal control of the system, and one "superuser" (root) who can do anything. This all-or-nothing setup is inherently risky, and a bit outdated.

    With sudo, a good sysadmin can use the "sudoers" file and select which users can do what. They can change this quickly and easily, and make groups and so on sans hassle. Users cannot, for security reasons, be given the root password. They can, however, just be asked to re-enter their own password to verify that it is in fact them.

    In short, sudo is a masterful idea. Also, it allows for some rather funny cartoons.