Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Sunday, September 07, 2008

Ubuntu and the ASUS P5Q-E Motherboard

I built a brand new PC a few weeks ago, and getting my ASUS P5Q-E motherboard to work in Linux took a few tweaks. I had taken my harddrive out of my old PC and dropped it right into the new PC, expecting it to work. Ubuntu managed to start booting, but it hanged at the earliest bootup splash screen, where the progress bar bounces back and forth. GRUB had managed to boot the kernel image, but something was wrong - The kernel image couldn't find my hard disks, so it wasn't booting.

To solve this problem, I had to change the following BIOS options:

  1. Under MAIN / Storage Configuration, I had to change "Configure SATA as ..." to [AHCI]. This allowed the kernel to find my disks and boot.
  2. I experienced some weird USB problems while booting, and so under ADVANCED / USB Configuration, I had to change "BIOS EHCI Hand-Off" to [Disabled].
  3. For good luck, I also made sure ACPI 2.0 was enabled under power saving.
Hopefully someone finds this useful. When I first booted and Ubuntu didn't boot, I thought to myself, "Damn, I should have checked if this new Intel chipset has good support in the kernel". I was worried the motherboard just wasn't going to work. However, after tweaking those BIOS options, things are working fine. +1 for Linux.

Tuesday, May 13, 2008

Debian Bug Screws us All

This morning, I spotted this nasty tidbit on Slashdot: Debian Bug Leaves Private SSL/SSH Keys Guessable

It turns out a maintainer of the OpenSSL package on Debian removed the "seeding" of the random number generator that is used to generate, among other things, SSH keys. For those unfamiliar with random number generators, they work by generating a sequence of pseudo-random numbers based on some initial seed. The default value most programmers use when seeding their random number generators is simply the time, because it changes quickly and ensures a great deal of variability in what the generated random sequence of numbers will look like. If you seed your random number generator with the same number every time, you'll end up with the same sequence of numbers being generated over and over again - It won't be random at all!

What this means to Debian users is that your SSH keys are not random, and they're much easier to crack/guess because of this. Because Ubuntu is based on Debian, and the OpenSSL packages are relatively untouched by the Ubuntu maintainers, this bug also affects all Ubuntu users.

Both Debian and Ubuntu have released security updates which fix the problem and ensure that any future keys that are generated have the expected level of security. However, keys that have already been generated need to be expired and replaced.

Fortunately, the Ubuntu update that you will receive through update-manager takes care of this for you. For a desktop user, this is sufficient. For system administrators who might use SSH keys widely, it's a massive pain in the ass.

There's much more to this story though - A Slashdot user dug up the original Debian bug report that lead to the "fix" that removed the seeding. The OpenSSL developers used uninitialized memory to seed their random number generator, which caused a warning in Valgrind that someone playing with the code noticed. Valgrind is a tool to help find memory leaks and memory corruption (ie. programmers' mistakes). However, the original code wasn't erroneous at all - The programmer that wrote that code must have asserted that uninitialized memory has more "randomness" than the time, which may or may not have been a good assumption. Regardless, it's clear that the real mistake was "fixing" this code without fully understanding the consequences, and the Debian package maintainers (and the developer that submitted the patch) are at fault.

What happened here is a nightmare scenario for an open source software developer like myself. When my development team makes a release, we do some distribution packaging ourselves, but we also count on other people to make packages for other distributions. If any of those package maintainers modify our software in any way, we can no longer guarantee the quality of our software. If this sounds familiar, you might remember that this is exactly why Mozilla wanted Debian to stop using the Firefox name back in 2006. Mozilla wanted to ensure that all of their users got "Firefox", not "Firefox plus Joe Blow's crappy tweaks", and I completely agree with them. As more open source projects grow and become professionally run, I can see this becoming a more common issue in the future.

Finally, there is the question of whether or not the OpenSSL vulnerability was introduced intentionally. To give the poor guy the benefit of the doubt, I think it was an honest mistake. He fixed something that he thought was broken, and it turns out he was wrong - an understandable, human mistake. The uploader that approved his change probably should have caught the mistake, but again, he too was also only human. Is it possible that this was intentional? Sure. Is it possible that this could be used as a blueprint for future open source sabotage? Absolutely.

Are we any less likely to see security flaws introduced like this again? Absolutely not. It's the process through which packages are maintained and updated that is broken here.

The solution? Discuss.


Disclaimer: Don't go on a witch-hunt for the Debian guys who made mistakes here. Stuff like this happens, and if it were you or I in their shoes, we may have made the exact same mistake. I stress once again that it's the process of distribution package management that is flawed, not the people involved.

Sunday, May 04, 2008

Toy Story, Cave Story, .... Ubuntu Story ?

About once a month, I receive an email solicitation asking me to promote something on my blog. 9/10 times I just ignore it, because they're usually asking me to promote a spam blog. Not cool.



It looks like we did better with this month's email. Rather than a pointless spam blog, it was instead regarding UbuntuStory.com, which seems like a friendly advertisement for Ubuntu by a community member. I'm probably preaching to the choir here, but if you haven't tried Ubuntu yet, I'd check out the site.

Sorry, your first impression from that site will be wrong - Ubuntu won't take you on a wild African adventure, but it can make your computer much less of a pain in the ass to use. :)

Tuesday, April 22, 2008

Ubuntu 8.04 Beta Thoughts

Yesterday, I decided to upgrade to the Ubuntu 8.04 (Hardy Heron) Beta. I've been having problems with internet connection and I thought an upgrade might fix it, but now I'm convinced it's a problem with my LAN segment, not my card. Anyways, among the shiny new goodness:

  • Firefox 3 - Great new GTK look on all the buttons, they don't look like they're from 1993 anymore!
  • Wait, more crazy Firefox 3 goodness - apparently now I can cut and paste images around by right-clicking on them in the Blogger "Compose" mode.
  • Notebooks in Tomboy! If you're a Tomboy Notes user, you won't believe how useful this is. I currently have 78 notes in Tomboy, so being able to organize them is a huge win for me.
Tracker (left) and Tomboy (right)
  • Tracker for indexing, now with a spiffy tray icon. More importantly, when you right-click on the tray icon, you can easily pause the data indexing (for example, if you have an older PC like me and want to fire up a game that pushes your system, like Quake Wars)
  • The new screen resolution and display setup dialog. I've read lots of people evangelizing about this - it's supposed to make setting up a second display easier, such as when you're plugging in a projector. I haven't tested this personally though, and I'll believe it when I see it.

  • Lots of little improvements to Evolution as well. It handles multiple operations nicer now, and seems quite a bit snappier. Big thanks to the Evolution team for their hard work.
  • Other random things that I haven't personally tested: The new gio stuff in Nautilus is supposed to make doing multiple file copies simultaneously "better", and the old VFS mounts have been replaced with a new system. I use SSH mounts through Gnome frequently, so I'm looking forward to playing with the new system.
I'm sure there's lots of other little things I've yet to stumble across, and it'll take about a month for me to notice any little bugs that crop up. So far so good though - it looks like we've got another good Ubuntu release!

Friday, January 11, 2008

KDE 4.0 Released!

After having sworn off KDE many years ago, I might just have to give it a second shot - KDE 4.0 was just released, and brings a massive overhaul to the desktop environment. Congratulations to the entire KDE team on making this release happen. A lot of very talented people put a lot of hard work into this.




If you're looking for eye-candy, check out the KDE 4 screenshots on their site. Kickoff and KRunner look well thought-out, and I'm itching to give them a try. They also look like they're better integrated into the desktop environment than their GNOME equivalents (Deskbar and any of those XP/Vista-style system panel clones).

If you want to give it a spin, the source and binary packages for several distros are available on the KDE 4.0.0 info page. Packages for (K)Ubuntu 7.10 are available along with a LiveCD here.

Good stuff.

Friday, November 16, 2007

HOWTO: Get more visualizations in Totem/Rhythmbox

After 4 years, I finally got sick of GOOM and decided to figure out how to get more visualizers in Totem and Rhythmbox.

This looks really trippy when it's in motion


Turns out all you need to do is install the libvisual-0.4-plugins package through Synaptic. Piece of cake.

In Gutsy this buys you eight more visualizers, although I was hoping for more than that*. I feel the urge to write a cool visualizer one day, seems like a good weekend project.

* I was hoping that it'd be like installing xscreensaver-gl-extra and xscreensaver-data-extra, where you get a ton of really funky new screensavers.

Friday, November 09, 2007

Leopard (kinda) hates Ubuntu

I ended up picking up a MacBook a few weeks ago, and I've been dual booting Ubuntu and OS X (Tiger) on it. Ubuntu's been a bit of a let-down because there's been so many quirks, and so I spend most of my time in OS X on the thing. (I still use Ubuntu on my desktop machine.)

Anyways, I got my Leopard upgrade DVD, and found a nice little surprise when I tried to upgrade: The Leopard upgrader wants to format my whole drive because it can't find my OS X partition or something. The manual and website say that I'm supposed to be able to upgrade if I used a beta version of Bootcamp to dual-boot (which I did), but apparently it wants to format my drive because I've got Linux installed instead of Windows in the other partition.

Did I mention that it wants to format my whole drive? (my old OS X partition too)

It's not like Leopard doesn't have enough problems already....

Update: Arrrrrrg, bloody Apple lingo. The installer says it wants to format my "Macintosh HD", which I forgot isn't actually my whole hard-drive (despite the HD moniker). So it just wants to format my OS X partition.... which is the one I use and store all my data on.... *sigh*

Friday, October 19, 2007

Ubuntu 7.10 Released

Ubuntu 7.10 was released yesterday after another exciting development cycle, bringing a slew of new features and bug fixes. Among my favourites are:

  • New printer setup dialog (System->Administration->Printing) - Looks a lot more complete now:

  • The Firefox plugin finder is integrated into apt now! Not only does the plugin finder detect the correct plugin, but it'll download and install it from the Ubuntu apt repositories. Sweet integrated goodness. (The Add-Ons/Extensions window also has an "Get Ubuntu Add-ons" thing that's tied into apt as well.)


After using the easy codec installation that Ubuntu 7.04 brought along with the new Firefox-apt integration in 7.10, I've realized that my dream of "intelligent package suggestion" has been fulfilled. Way to go Ubuntu/GNOME team!

I've been using Gutsy for almost 2 months now, and I could never go back to an earlier version of Ubuntu. As Dan mentioned, the latest version of Rhythmbox totally kicks ass (it's worth upgrading to Gutsy for that alone). WINE has much nicer integration into the Applications menu now too. There's just tons of nice little features that make Ubuntu 7.10 awesome.

I'm going to try to pick up a laptop this weekend (maybe an Acer TravelMate 6292 or an Acer Aspire 5920), so we'll see how 7.10 handles Intel's new Santa Rosa chipset.

Grappling the Gutsy Gibbon

I've been invited by GameGod to contribute to this blog giving ongoing updates of my foray into the world of Linux. However, I haven't figured out if it's because he thinks some readers may find it illuminating to see how a total newb is getting along with Ubuntu, or if its because he is sick of helping me with this stuff and wants the comments section to take his place. Regardless, here I am.

As far as operating systems go, I've been using Win2K for probably about 5-6 years. Sure, theres probably something nice about XP, but 2K has been good and stable for me and I dont want to rock the boat. However, I've been tinkering around with an old P3 800mhz thats been kicking around, getting it to run Ubuntu 7.04 so I can make a mythtv box. Everything has been going pretty well, except for the fact that while I'm at school I have a hard time justifying the $150 in hardware I need to purchase to get the thing off the ground. The one thing I did learn in that experience though is that iTunes is a piece of garbage and I want to use Rhythmbox full time. Therefore, I've decided to make the plunge and give this "dual booting" nonsense a try so I can have Win2k for gaming, and Ubuntu for living.

My progress so far is as follows:
Downloaded the new version of Ubuntu (7.10). Booted off the CD to give it a shot. Sound doesn't work, wireless doesn't work. The built-in wireless networking app cant detect the network, and freezes the whole system when I try to manually connect. That may just be a problem with the boot cd, or it may be that I dont have the correct drivers at the moment (I've got a USB key with drivers, apps, and instructions so I hope that'll cure what ails me. Also, here's a handy list of supported wireless cards. Link). After wrestling with some HDs for a while (sata is new to me, and thats a long story that has nothing to do with linux) I've got them both up and running.
The game plan is to format the new 100gb drive to ntfs, backup my files from my primary drive to the 100gb, wipe the primary (a 320gb), partition it with about 100gb for windows, 200 gb for Ubuntu. Install windows, install linux, dual boot. Then if I want, format the 100gb to ext3 (or whatever the linux format is), and then use that.
My first HD problem was with gparted. Got the 100gb HD in, set it to delete the current partition, and format it to NTFS. Everything looked good, but it did everything unusually quickly and then crashed. Cool. Thanks gparted. So I booted back into windows, checked it out, and everything looked fine (I threw a file on it, loaded it from the 100gb). I decided though that I'd like to make sure everything was working properly and make sure there wasnt some corrupted section thats going to make me lose my files. I figured I would give gparted another shot so I used the boot CD, got into Ubuntu, performed the same operation as I did before, only this time it failed making the drive NTFS, and would crash every time I tried to do anything with that drive. So then I booted into Win2K, and formatted it via My Computer in less than 2 minutes without any problems. As it stands, I'm copying my folder of files-to-backup over to the 100gb.
Well actually, this is the second time. The first time the operation failed because it said that one of the files couldnt be copied because the name was too long (what the hell? If the name was too long, why didnt they make me rename it when I saved it on my primary drive? I checked the name, and its just a pdf file without any of the banned characters in the name). So I moved the subfolder with that file in it out of the back-up folder to try again. But because half of the stuff was copied on in whichever order, I decided to delete everything and try again. The recycle-bin told me that some of the files had names too long to be put into the recycle bin....

Why do I have the feeling that this is just the beginning?

Update: I think I have figured out the "filename too long" problem. I guess the "filename" isn't just the name of the file itself, but the location of the file as well. So instead of garbage.pdf, its c:\stuff\garbage.pdf. But if you have it on the desktop or something, its c:\documentsandsettings\users\username\desktop\stuff\garbage.pdf. So apparently for whichever reason, theres a limit to how big the filename would go. I always had this folder of stuff right in c:\ so there was never a problem with the largish filenames. However, once I put it on my desktop, or in a subfolder in my backup folder, they became so large that I couldn't open some of the files (which I definitely have done before). So I guess I learned something new there.
Also, there wont be any updates from me until monday at the least. Going home for the weekend, and bringing back my Win2k cd so I can finish this off. I'll also be meeting up with Gamegod, so I'll be able to ask for annoyingly detailed questions about how to get dual-booting set up

Tuesday, September 04, 2007

Ubuntu finally gets graphical X configuration

Almost 3 years after Ubuntu's first release, they've finally added graphical X configuration. Hopefully no more editing your /etc/X11/xorg.conf by hand...

Ubuntu 7.10 users should find it easier to change their graphics settings

Graphics card selection tab

Tuesday, August 07, 2007

Evolution 2.11.6: A mail client smarter than I

After putting off doing a fresh install of Ubuntu for almost 2 years (it's just too easy to dist-upgrade), I did a fresh install of Gutsy Gibbon. Among other neat surprises (which I'll try to blog about), this one almost made me fall off my chair:


Being the total klutz that I am, I had forgotten to attach a file to an email I wrote before I clicked send. To my surprise, Evolution made an educated guess that I had done exactly that, and gave me a warning!

I love Evolution + GNOME.

Tuesday, May 01, 2007

Dell to ship preloaded Ubuntu

Dell announced today* that they're going to offer Ubuntu on some of their desktop and notebook models, which I think is great news for everyone. Dell's winning points (and more selling computers) with/to the Linux community, Canonical's completed another step in their plan for world domination, and there's a chance that all Linux users will benefit from better driver support.

A tiny bit more information is available on Canonical's site, and a bunch more on Dell's blog (including a video with Mark Shuttleworth). Check it out!

* I have to point out that I called this one in advance in my last post.
;)

Thursday, April 19, 2007

Ubuntu 7.04 Released!

It's been a long six-month wait, but she's finally arrived. Ubuntu 7.04 was released today, and brings a slew of improvements to the popular desktop Linux distribution. Even Michael Dell's in on the buzz this time.*

Among the features that the Ubuntu team has been hard at work on are:

  • Restricted Driver Manager - Allows you to easily install proprietary drivers for your hardware (like NVidia and some wifi drivers)
  • Desktop-Effects - Ubuntu now has a single-click way of enabling wobbly windows!
  • Easier codec installation - Suggests which package(s) you need to install in order to playback movies/audio when you don't have the right codec installed. (Hmmm, reminds me of something...)


I've been using Ubuntu 7.04 for a few weeks now, and I've found that it's much more polished than Edgy was (in terms of application stability and nice little touches). If you're going to dist-upgrade to 7.04, you probably won't notice very much difference besides the new artwork and the features I listed above. In fact, if you've already got all the right codecs installed, you'll probably never even see the easy codec installation thing (I haven't). That being said, these are still useful features because they save new users a good chunk of customization time.

Anyways, long story short: 7.04 is the best Ubuntu release since Dapper (6.06), and I think it might be finally worth giving a copy of it to your non-Linux user friends, without fear of total reject. Features like the restricted driver manager, migration assistant, and easy codec installation make Ubuntu an ever more user-friendly OS, and I think it's going to continue to impress people and make waves over the next few years.

* If you haven't been following the whole Dell/Linux thing, Dell launched this IdeaStorm site a while back to help get ideas from their users. They were totally swamped with requests for Linux and now they're trying to figure out which distro people want. Educated speculation: I'm expecting a big announcement sometime in the next few months about Dell offering Ubuntu on their laptops (which is a huge win for both Canonical and Ubuntu users, because it means we'll probably be getting better hardware support for those laptops.) Why? I just don't see them advertising that Michael Dell uses Ubuntu and then turning around and offering SUSE on their laptops.

Friday, March 16, 2007

New Ubuntu Site

I don't know how long it's been up for, but I just noticed the Ubuntu site got a nice overhaul (as did the Ubuntu Forums).

The website looks much more professional now, and feels like it's got a bit more "buzz" to it. Good stuff.

Wednesday, February 28, 2007

The Truth About Switching

I don't usually post specifically about other blog posts, but I'm going to make an exception here. Alan Pope's "The Truth About Switching" is an honest look at what switching to Ubuntu is really like, and I have to say that it summarizes my own feelings very nicely.

If you're thinking about switching from Windows to Ubuntu, it's definitely worth a read.

Thursday, February 01, 2007

Ubuntu - Intelligent Package Suggestion in Action

Some of you might remember me rambling about how important intelligent package suggestion is to a desktop user, and what a killer feature it would be in Linux.

I've noted earlier that something along these lines was in the works for the next release of Ubuntu (7.04/Feisty Fawn).

Well, I'm glad to say, it looks like it's finally materialized. The new "gnome-app-installer" now automatically suggests what package the user needs to install (and guides them through the process) in order to play DivX/XviD, MP3, and WMV/WMA files.

Check out this Flickr gallery showing off the new system.

Interestingly enough, some of this infrastructure is already enabled in Edgy Eft. I noticed that if I double-click on a .mid file in Nautilus, the app installer pops up and searches for programs that will play MIDI files.

Lastly, I'd like to thank all the hard workers that brought this feature to reality. Sitting on your ass blogging about something isn't that constructive - The Ubuntu guys (and everyone that actually worked on this) deserves a big thanks. They're making Ubuntu a great deal easier to use for new users, and I think the whole community will reap the benefits in the end.

Monday, January 08, 2007

Ubuntu: Headed in the Right Direction

Nothing like good news to ring in the new year. Someone on Digg recently noticed that there's a new meta-package in Ubuntu 7.04, Feisty Fawn, that allows users to easily install Macromedia Flash, Sun's Java, MP3 playback support in GStreamer apps (eg. Banshee, Rhythmbox), and Microsoft's core TrueType fonts. There's probably a few other big multimedia codecs that I'm missing that are enabled by this as well.

That's a nifty chunk of the common customizations that Ubuntu users perform, hopefully making the distribution that much easier to use. (Although, hopefully there'll be an obvious way for a new user to install this meta-package, without a priori knowledge.)

I've been noticeably lacking on the Ubuntu news lately, and it's certainly not for a lack of news. Ubuntu's made several steps in the right direction towards making the OS more and more usable:

  • Let's start off with the common customizations that are already in the works. These types of tweaks have the potential to made EasyUbuntu and Automatix a thing of the past.
  • Among those common customizations, a big one is enabling the "universe" and "multiverse" repositories by default. This feature will almost definitely make it into Feisty, if it isn't already. Enabling these repositories by default unlocks a huge amount of software to new users, without them having to mess around with the "Software Sources" interface. (Again, prior knowledge is currently needed.)
  • Feisty Fawn will now use hardware acceleration for it's X server out-of-the-box. This will allow Feisty to run Compiz or Beryl out-of-the-box too. However, the biggest boon for users will be the fact that the official NVIDIA and ATI drivers that enable this acceleration will be installed by default. This saves new users from scrambling to figure out why their beloved OpenGL games all run so slowly.
  • Lastly, the Ubuntu developers are now acknowledging the importance of a so called "bullet proof X server". This means not only providing a useful fall-back for when the X server dies, but also giving the user an easy to use interface for fixing their X server.

Saturday, December 09, 2006

HOWTO: Banshee 0.11.3 on Ubuntu

Update: Banshee 0.13.1 can be installed in Ubuntu 7.10 (Gutsy Gibbon) by running "sudo apt-get install banshee".



Banshee 0.11.3 was released today and features a bunch small new features and bug fixes, but also includes some pretty big performance enhancements. If you're a Banshee user, it's definitely worth upgrading to this new release for the speed improvements alone (switching to your library doesn't take a ridiculously long time anymore.) Since I've already written a HOWTO for Banshee 0.11, I decided to updated it for Banshee 0.11.3. This guide was written for Ubuntu 6.10/Edgy Eft, but there's only one little change necessary for it to work on Ubuntu 6.06/Dapper Drake (which is explained inline below.) On with the installation instructions:

:)

IMPORTANT NOTE:
If you have the QuinnStorm repositories enabled (for Compiz/XGL stuff), you might encounter this compile error: "/bin/grep: can't read /usr/lib/libXrender.la: No such file or directory" or something along those lines. The necessary fix can be found here. (I just ended up removing the "/usr/lib/libXrender.la" part of that line and it fixed it, and I think that's probably a safer route.)

To follow this HOWTO, just punch (ie. copy and paste) the commands listed into a terminal. Good luck!

1. Install prerequisites

First, make sure you have the universe repository enabled. If you're unsure, here's instructions on how to check and enable it.
Next, install the software required to build Banshee:

sudo apt-get build-dep banshee
sudo apt-get install libavahi-cil mono libgconf2.0-cil
sudo apt-get build-dep libipoddevice0
sudo apt-get install libgtop2-7 libgtop2-common libgtop2-dev libsgutils1 libsgutils1-dev
wget \http://banshee-project.org/files/libipoddevice/libipoddevice-0.5.2.tar.gz
wget http://banshee-project.org/files/ipod-sharp/ipod-sharp-0.6.2.tar.gz
tar -xvzf libipoddevice-0.5.2.tar.gz
tar -xvzf ipod-sharp-0.6.2.tar.gz


Note: If you're an Ubuntu 6.06/Dapper Drake user, the above "sudo apt-get install..." line might fail. If it does, try running the following:
sudo apt-get install libsgutils libsgutils-dev
(Note: If this fails, just keep going to with the rest of the HOWTO...)

Now, in order to have iPod support, we're going to install libipoddevice and ipod-sharp:

cd libipoddevice-0.5.2
./configure --prefix=/usr
make
sudo make install
cd ..

cd ipod-sharp-0.6.2
./configure --prefix=/usr --disable-docs
make
sudo make install

(The above iPod steps can be safely left out if you don't need iPod support...)

2. Download Banshee 0.11.3

wget http://banshee-project.org/files/banshee/banshee-0.11.3.tar.gz
wget http://www.banshee-project.org/files/banshee-official\
-plugins/banshee-official-plugins-0.11.3.tar.gz

3. Extract and configure

tar -xvzf banshee-0.11.3.tar.gz
tar -xvzf banshee-official-plugins-0.11.3.tar.gz
cd banshee-0.11.3
./configure --prefix=/usr --enable-avahi --disable-docs

I suggest leaving Avahi enabled here as I did so that DAAP sharing works. (It lets you share your music library with iTunes, Limewire, etc. users, as well as listen to other peoples'.) iPod support should be automatically detected if you followed the iPod steps above.

4. Build and install Banshee

make
sudo make install


5. Configure, build, and install the plugins

cd banshee-official-plugins-0.11.3
./configure --prefix=/usr
make
sudo make install


6. Run Banshee!

Either from the console run "banshee" or launch it from the "Applications->Sound & Video" menu in GNOME.


That's it! I've tested this on Ubuntu 6.10/Edgy Eft machine, but if this doesn't work for you, leave a comment and I can try to help you figure it out. :)

Lastly:
Digg!

Thursday, November 02, 2006

Edgy and Beyond

It's been a few days since Ubuntu 6.10/Edgy Eft was released, and you haven't upgraded already, here's a few reasons to:

So what are you waiting for?
Upgrade to Edgy now, or if you still haven't given Ubuntu a shot, now would be a good time. You won't regret it.

If you're interested in finding out what's on the drawing board for the next Ubuntu, version 7.04/Feisty Fawn, here's some things we might see:
If there's one thing that's clear to me from running Ubuntu 6.10 for over a month now, it's that Ubuntu is still getting better and seems to be making great strides toward becoming the most usable operating system on the planet. I can't imagine where we'll be in three years.

Thursday, October 19, 2006

Speed updates...

Some happenings from the Linux world over the past few days:

  • Banshee 0.11.1 was released. Check out what's new in on the release page.
  • The Ubuntu 6.10/Edgy Eft RC (Release Candidate) came out today. (Essentially Beta+1). More release notes on how things are shaping up.
  • A beta of Flash 9 for Linux was finally released. Even more release notes if you're interested. Long story short: A/V sync is fixed.
  • Ubuntu 7.04 = Feisty Fawn. From Mark Shuttleworth himself:
    The main themes for feature development in this release will be improvements to hardware support in the laptop, desktop and high-end server market, and aggressive adoption of emerging desktop technologies. Ubuntu's Feisty release will put the spotlight on multimedia enablement and desktop effects. We expect this to be a very gratifying release for both users and developers. Detailed planning will take place at the developer summit next month in Mountain View, California. Please join us there to help shape the Feisty Fawn!

  • EasyUbuntu, Automatix, and now.... AfterBirth. *sigh* I wish the Ubuntu team would just give me a button to push that installed w32codecs. I might add that w32codecs is no more illegal than any of those Windows codec packs like the Nimo one, which can be pretty handy, and nobody seems to be getting in any hot water for (yet).