Posts tagged with fedora

Fedora 10 Feature List

October 1st, 2008

Looking at the Fedora 10 feature list a couple of things caught my eye. A rather significant one, for new users especially, is /sbin sanity whereby /bin and /sbin will be added to the PATH for all users. This will certainly help people when they see commands such as this on a website and cut and paste it into a terminal expecting it to work:

service httpd start

Of course this doesn’t work out of the box in current Fedora releases (it’s /sbin/service). It’s a small change but will make Fedora a bit more users friendly for new users.

Another notable one is Better Start-up that aims to reduce boot times on Fedora. I’m really glad to see that a lot of effort is being put into this area and I know Ubuntu are doing the same.

There were some interesting tests done on Phoronix (see the Fedora and Ubuntu comparisons) comparing boot times over releases for Fedora and Ubuntu. As well as having a much faster boot time it seems that Ubuntu has been better at improving performance over each release, I hope Fedora can rectify this over the next couple of releases.

Gnome 2.24 Released

September 25th, 2008

I read today that Gnome 2.24 has been released. There’s a few nice features but tabs in Nautilus seems like the one I’ll find the most useful (assuming you can drag files between tabs). Actually the biggest deal for many users will be that this 7 year old bug in GTK has been fixed.

Many people have probably encountered this bug when the mouse is hovering over the location of a button on a form that opens under the mouse. In this situation the button cannot be clicked until you move the mouse away and back over the button. It’s a really annoying bug and I’m glad it’s fixed.

Gnome 2.24 will be in Fedora 10 due to be released on 25th of November so I’ll have to wait until then for a test drive.

Fedora 9 No Sound on Flash Videos

August 2nd, 2008

After living with no sound on flash videos since I installed Fedora 9 ( I don’t watch many videos as you may have guessed :-) ) I decided to look for a fix tonight. It turned out to be much simpler than I imagined, I should have done it ages ago!

For reference I had all other system sounds but the controls on the playback page of the Pulse Audio Volume Control just flickered.

Just install libflashsupport as root and you’re good to go.

# yum install libflashsupport

Found on this page, http://clunixchit.blogspot.com/2007/11/firefox-no-sound-on-flash-videos.html.

Using OpenDNS Nameservers on Fedora 9

July 11th, 2008

I decided to switch to using nameservers from OpenDNS just to see if it made a difference compared to my ISP’s nameservers. You don’t need to sign up if you don’t want, you are free to just use their nameservers as you wish (which are 208.67.222.222 and 208.67.220.220).

The main problem is that I use Network Manager to control my network and if you try to edit the connection from Network Manager but still use dhcp then it will, by default, just get the nameservers from your ISP and ignore any other servers you manually add.

Fortunately the solution is very simple. As root open the file /etc/dhclient-eth0.conf (assuming your wired interface is eth0 of course) and add the line as shown.

# vi /etc/dhclient-eth0.conf
prepend domain-name-servers 208.67.222.222,208.67.220.220; #add this line
send host-name "your-hostname";  # temporary RHL ifup addition

Next just restart your network.

# /sbin/service network restart

At this point I could not see my wired connection in Network Manager (the entry was greyed out) so I manually started the interface.

# /sbin/ifup eth0

This brought eth0 up and from then on Network Manager worked fine with the new nameservers. It might just be psychological but browsing does seems slightly faster, just a little bit less delay with each page load. I’ll leave it set up like this for a while to see how it goes, it’s easy enough to switch back at any time but for now I’m very happy.

Fedora 9 Out Soon

April 9th, 2008

Being the early adopter that I am I’ll be installing Fedora 9 within a day or two of it’s release.
There’s nothing like installing a new release over a perfectly usable, customised and stable system just so I have the latest and greatest :-) Still that’s the fun for me, plus it’s a great learning experience, you learn the most when things break.

I’ve been with Fedora since Fedora Core 4 so I’m pretty good at getting my settings back after an new version is released. Of course I backup all of my .conf files located in /etc/ and I also have a text file with notes since there’s always some things that I just can’t remember (usually with Apache and virtual hosts for some reason).

Over the years I must say that it’s become much easier, partly because I know much more but also because the installer and whole release cycle seems much more polished.

Gone are the days when you’d get missing dependencies using yum at least once a week or cryptic error messages when trying to partition the disk during install. It’s all very smooth and uneventful these days.

This is quite a compliment for how far Linux has come in the last few years, especially since Fedora is intended to be one of the more cutting edge distros.