Make sure to download and install Firefox 3.5 now, and upgrade the web!
Make sure to download and install Firefox 3.5 now, and upgrade the web!
Mike Beltzner has a new video up showcasing the features of Firefox 3.5. A must see:
If you’re feeling bold and you want to check out Firefox 3.5 before it’s released, here’s your chance.
Simply download the latest beta here: http://www.mozilla.com/en-US/firefox/all-beta.html
Then click Help > Check For Updates…
You will be automatically upgraded to the release candidate of Firefox 3.5.
The final release will be sometime at the end of June, and will be available at http://www.getfirefox.com/
I will post another note when the final release becomes widely available for download.
A few of the new features included with v3.5 are:
-Private browsing mode
-Massive speed increases with the TraceMonkey JavaScript engine
-Location aware web browsing with Geolocation
-The ability to tear off a tab and create a new Firefox window
-Open audio and video support without the use of plugins
-Faster page rendering
-Support for the latest web technology, security, and privacy
Be sure to check out Mozilla Support if you run into issues: http://support.mozilla.com/
Introduced in Fedora 10 and refined in Fedora 11 is the graphical boot option known as Plymouth. Here’s how to get it working. This will run down how to do it via the GUI, but you command line folks will already know what I’m talking about.
Open up the Termainal and su to root. Then type:
gedit /boot/grub/grub.conf
You should have an entry that says “title Fedora” with your kernel version following. In the same entry after “rhgb quiet” insert the following:
vga=792 so it would look something like this:
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/vg_fedora-lv_root rhgb quiet vga=792
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
That’s it! Save grub.conf and reboot your machine. When you do, instead of seeing the dull progress bar, you’ll see what looks like a conversation icon in the center of the screen that fills with color. That’s Plymouth!