Jan 31

Just in case anyone wants to know what each version of Mac OS X is called, here is the list:

10.0 – Cheetah
10.1 – Puma
10.2 – Jaguar
10.3 – Panther
10.4 – Tiger
10.5 – Leopard

More info here:

Versions of Mac OS X explained

written by Ian Brown

Jan 31

Is your PC running slow or giving you a lot of popups? Spybot is one of the programs that I use to handle that type of situation.

You can download this free software for free at www.download.com

Here is a video that I made that shows you exactly how to perform a scan on your computer for spyware and malware with Spybot: Search & Destroy 1.5 (the latest version at the time of this post):
Continue reading »

written by Ian Brown

Jan 30

Apple has their main link for video tutorials set for the new iLife ’08. If you are still working with iLife ’06 (it does have some advantages over ’08), then go here for multimedia tutorials:

ilife06.jpg

And just so you know, if you want to use both iMovie HD and iMovie ’08 (each has their own advantages), you can! They can both be installed on the same computer without issues. You can even run them at the same time.

written by Ian Brown

Jan 23

If you have one of those 2wire modem/wireless routers, and your signal is not strong enough for you. You can connect a wireless router like the Linksys WRT54G to it, and then have a wireless access point like the Linksys WAP54G be set up as a repeater to repeat the wireless signal of the WRT54G. This will make your wireless signal a fair amount stronger, and it will reach farther.

The way to do that is by setting the 2wire modem/wireless router to “Bridge Mode.” It’s a pretty simple process to do this. It’s just one setting that needs to be changed. Call your ISP and have them walk you through it. Then, simply hook up the Linksys WRT54G to the 2wire unit, enter the PPPOE info if you have DSL into the Linksys router, and then set up the Linksys access point to repeat the Linksys router’s signal.

written by Ian Brown

Jan 20

If you just bought a Mac with the new Leopard operating system (OS X 10.5), or if you have iLife ’08, here are some simple video tutorials from Apple to show you how to use each program (includes iPhoto, iMovie 8.0, GarageBand, iWeb, iDVD):

Video iLife ’08 Tutorials from Apple

written by Ian Brown

Jan 20
http://video.google.com/videoplay?docid=-1346351781169909595

I have not done this, so I do not know how reliable it is. But I’m sure CNET tested it first before they promoted it.

written by Ian Brown \\ tags:

Jan 07

Does your Internet Explorer keep looping back to the RunOnce page every time you try to set its search engine settings? A quick change in the registry will fix it.

Here’s the code if you want to make the registry patch yourself:

Continue reading »

written by Ian Brown

Jan 02

Pretty easy to do.

Open up Terminal (Applications>Utilities Folder>Terminal)

Type the following at the prompt (hit your ENTER/RETURN key after each line):

defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder

Now you can see all the hidden files. I suggest you close Terminal while you work with the hidden files so you don’t type anything in Terminal by accident while working.

To hide all hidden files again, in Terminal (see above to open Terminal), type the following:

defaults write com.apple.finder AppleShowAllFiles FALSE

killall Finder

Close Terminal

Done!

written by Ian Brown