First reason: all OS vendors / providers say the same about their newborn OSs. Why wouldn't he.
Then:
– this is the second release to have long term support (so it will have learnt a few lessons from the first release to offer this: Dapper Drake),
- comes with KVM and VMware virtualization built in and comes in a stripped-down version called JEOS (Just Enough Operating System) for software "appliances" that run on virtual machines, does anyone remember VMware ESX ?
– better integration with Windows' Active Directory for corporate users
- a certified, downloadable version of Java software
- can be installed directly into the Windows file system so people can try it without having to reformat their hard drives. Pop in the disk and go play!
– better integration with web applications suck as flickr
- if you just cannot wait go to Ubuntu Hardy Heron Download and try the latest available beta.
– you'll also get the latest Firefox (3 beta 5), Brasero, Transmission, Vinagre, Totem and Inkscape
Enjoy!
Cheers…
via: www.news.com
]]>This time I had a problem with my wireless connection.
If you can reproduce this then you have a problem too
1. Shut down your PC
2. Start it up and register onto a Wireless Network
3. Test that it actually works and you can load a webpage
4. Hibernate
5. Switch off your wireless router
6. Start up your PC
7. If you see the NetworkManager applet displaying the blue vertical bars and showing you that you are registered onto your wi-fi network then you have the same problem as I did.
This is how to solve it:
1. Open up sudo gedit /etc/default/acpi-support
2. Scroll down to STOP_SERVICES="" (you may actually have something in there but it does not matter)
3. Add networking to the list of services that are to be stopped and restarted when hibernating: you should now have something like STOP_SERVICES="networking"
4. Restart your PC
5. Try again the first steps to see if you still have the problem. If you do, post a message
Cheers…
I installed Gutsy Gibbon this Friday. Finally it worked like a charm. Even my resolution was set properly. I have a Dell Inspiron 6400 (aka e1505) and I have to say I did expect this
What I did not expect though was not being able to browse the internet on my wireless network.
Basically everything would simply resolve to 10.1.1.1 and my browser would just not work.
To cut long story short what I had to do was to first switch off IPV6 in Firefox's (open new tab -> type about:config in the URL bar and hit Enter -> type IPV6 and then dbl click to set option to disable). Then I realized it was not enough
My DNS servers were messed up.
Initially I put the correct DNS value (from my ISP) in System -> Administrator -> Network -> DNS and though the internet worked the values were lost after a reboot.
Apparently the NetworkManager overwrites the /etc/resolv.conf. Oh well, there is not much one can do about that eh? When I was about to give up I discovered a file called: /etc/dhcp3/dhclient.conf
At the top of this file there is a line like this:
#prepend domain-name-servers 127.0.0.1;
All I had to do was to uncomment the line and replace the IP with my DNS. After I rebooted I checked the /etc/resolv.conf and my DNS was there.
I believe this problem is quite specific to some Wireless Routers / Modems. Mine is a D-Link and I suspect other people have the same problem as well.
I hope a future update will fix this problem.
Cheers…