How to Update Firefox on Fedora Core Linux

Using the yum command line usility:

yum -y –enablerepo=development update firefox

(there are two dashes preceding “enablerepo”)

When I used this line I got some transaction check failures thet looked something like:

file /usr/share/pkgconfig/gnome-doc-utils.pc from install of gnome-doc-utils-stylesheets-0.12.0-1.fc8 conflicts with file from package gnome-doc-utils-0.8.0-2.fc6

To fix this, I did the following:

yum -y –enablerepo=development update gnome-doc-utils

This updated the necessary packages, then I re-ran:

yum -y –enablerepo=development update firefox

Success!

Posted under Browsers, Freeware, Linux

This post was written by Content Curator on October 9, 2007

Tags: , , , , , , , , , , , , , , , , ,

Easy Post Editing with WordPress

WordPress provides an easy method with which you can update your posts easily as you view them within your site. It is simply logging into your admin area, then viewing your site as a normal visitor. You can edit articles/posts/pages as you view them.

Here’s how:
Login to your site’s Admin area. This is usually something like “http:///www.yoursite.com/wordpress/wp-admin”.
Once logged in you’ll see a link at the top of the admin page that you’re looking at (just following your website name) that says View Site >> . Click It.
Now you’re viewing your website. Simply go view the page that you want to edit. You’ll notice a link below the article that reads Edit or “Edit this entry” or something to that effect.
Just click thet Edit link, and you’re in edit mode. Edit as usual.

Posted under WordPress

This post was written by Content Curator on October 11, 2006

Tags: , , , , , , , , , , ,