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: , , , , , , , , , , , , , , , , ,

Quickbooks online Virtual Terminal URL

http://quickbooks.com/virtualterminalplus

Posted under QuickBooks, Uncategorized

This post was written by Content Curator on September 17, 2007

Tags: , , , ,

ZyXel G-200 Plus status lights

LAN 1 thru 4 lights illuminate orange when connected

WAN blink green

SYS solid green

PWR solid green

Posted under Network, Uncategorized, ZyXel

This post was written by Content Curator on September 17, 2007

Tags: , , , , , , , ,

MySQL login with command line (CLI)

# mysql -h hostname -u username -p

It will prompt you for the password.

Then:

> connect dbname

Posted under MySQL

This post was written by Content Curator on September 17, 2007

Tags: , , , , , , , ,

Terminal Services to Console of host

mstsc \\hostname /console

Microsoft

Posted under Microsoft

This post was written by Content Curator on September 17, 2007

Tags: , , , , , ,

Motorola Q – programming mode

This may only work with Verizon issued Q phones:

Press: ##073887*(send)
passcode: 000000

Posted under Mobile

This post was written by Content Curator on September 17, 2007

Tags: , , , , , , , ,

Qwest DNS servers

205.171.3.65
205.171.2.65

Posted under Uncategorized

This post was written by Content Curator on September 12, 2007

Tags: , ,

Newegg review hack

To write a review for a product, go to this address and append the product # at the end of URL:

https://secure.newegg.com/NewVersion/FeedBack/RateProduct.asp?Item=

Posted under Uncategorized

This post was written by Content Curator on August 29, 2007

Tags: , , , , , ,

How to set up DNS servers in Linux

Edit /etc/resolv.conf

Add the following:

nameserver 1.1.1.1

Posted under Linux

This post was written by Content Curator on July 17, 2007

Tags: , , , , , ,

Map a local folder as a new Drive letter

At the command prompt:

subst x: C:{pathname}foldername}

Posted under Uncategorized

This post was written by Content Curator on May 12, 2007

Tags: , , , , , , , ,