Ubuntu 10.10 Beta Released
RandyDownes sends word that Canonical has released the beta version of Ubuntu 10.10 (Maverick Meerkat). The release announcement boasts faster boot times, GNOME 2.31, and a speedier version of Evolution. In addition, "The Ubuntu Software Center has an updated look and feel, including the new 'Featured' and 'What's New' views for showcasing applications, and an improved package description view. You can now easily access your package installation history too." The release notes and download page are both available.
Bottom middle?
I'm not a lawyer, but I play one on the Internet. Blog
This is a beta version. The final release is scheduled for October (10.10)
Your Ad here
It's Saturday evening... maybe linux users have lives? ;)
It's a beta release and we're all happy with the LTS release right now?
Yep. That's why I recommend 10.04 to my friends and run 9.10 myself.
Guinea pigs, you see. HeheheehHAHAHAHAHAH!
Microsoft isn't on any cycle. They are lost in the woods.
If you're like me and don't like the risk of upgrading all the time, pick a LTS ("Long Term Support") release, and stick with it for the next 3 years. Lucky for you, it sounds like you installed 10.04 which is an LTS release.
It allows (in theory) for the faster development of the system. The new code goes through a short testing cycle and gets out into the public twice a year.
No matter how much effort you put into testing, it always seems like the majority of the bugs are only found once it is released.
Use "i915.modeset=0"
Ubuntu! Bringing Linux to grandma's desktop today!
It's no worse than doing a regedit import which I've had to do to fix presumably Grandma-ready Windows issues.
For those who don't know ureadahead, there's a good explanation by the developer on the Ubuntu forums.
Yes - give the removable disk's partition a name - if it's ext3, use something like "e2fslabel /dev/sdg1 DRIVENAME" where the DRIVENAME is the name you want to use. Then you should find that GNOME will auto-mount your drive under /media/DRIVENAME, and it will appear in the Nautilus file explorer as well.
For NTFS drives, use ntfslabel with same syntax, and for FAT32, use "mlabel drive:label" - you will of course need to replace the 'g' in sdg1 above with whatever your drive uses (dmesg | tail -22 just after connecting your drive should tell you).
See https://help.ubuntu.com/community/RenameUSBDrive for a more complete HOWTO.