<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>OS X FAQ's topics - tribe.net</title>
  <link rel="alternate" href="http://tribes.tribe.net/osxfaq/threads/atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>I have forgotten my password!</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/25ecbaf4-c854-4c3f-b4e1-ba0b5cc43246" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/25ecbaf4-c854-4c3f-b4e1-ba0b5cc43246</id>
    <updated>2007-09-29T16:47:06Z</updated>
    <published>2007-09-29T16:47:06Z</published>
    <summary type="html">&lt;div&gt;A fairly common problem with an easy solution.
&lt;br/&gt;
&lt;br/&gt;*  Boot from the CD/DVD that came with your computer (or a generic OS X installer disc)
&lt;br/&gt;
&lt;br/&gt;*  Once past the initial screens, go up the menubar and find the item "Reset Password..."
&lt;br/&gt;
&lt;br/&gt;*  Select your internal drive, when it is presented.
&lt;br/&gt;
&lt;br/&gt;*  Select your user from the pop-up menu
&lt;br/&gt;
&lt;br/&gt;*  Enter a new password and click "Save".
&lt;br/&gt;
&lt;br/&gt;A good visual walk-thru of these directions is available here:
&lt;br/&gt;
&lt;br/&gt;http://kb.wisc.edu/helpdesk/page.php?id=3853&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2007-09-29T16:47:06Z</dc:date>
  </entry>
  <entry>
    <title>How do I password-protect a folder?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/aab6662b-f1b0-4fc7-bf2a-7beffdb065c5" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/aab6662b-f1b0-4fc7-bf2a-7beffdb065c5</id>
    <updated>2007-06-19T04:51:17Z</updated>
    <published>2007-06-19T04:51:17Z</published>
    <summary type="html">&lt;div&gt;There's not really a way to password protect a particular directory on Mac OS X.  However, you can create an encrypted disk image using Disk Utility and store sensitive documents inside it.  The protection is decent and Leopard will actually up the protection quite a bit, so it's something to look forward to.
&lt;br/&gt;
&lt;br/&gt;An alternative is to buy a product, such as PGP, and create an encrypted disk image with it.  It's basically the same solution, but provides enormous protection.  I think Disk Utility's encrypted images are "good enough" for most uses and that PGP is really a bit overboard for most users.
&lt;br/&gt;
&lt;br/&gt;The last good alternative I can think of is using FileVault.  This will encrypt your entire home folder and decrypt it only when you log in, keeping all your data inaccessible from others.  The thing to know is that FileVault simply does what I described first off, creating an encrypted disk image, but for your entire home directory.
&lt;br/&gt;
&lt;br/&gt;Personally, I don't want to put all my data at risk if the image should become corrupted, so I don't fine FileVault to be much peace-of-mind.  I prefer doing it manually as I first described.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2007-06-19T04:51:17Z</dc:date>
  </entry>
  <entry>
    <title>What is a kernel panic?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/16d770e9-63f2-4999-ad95-f1684d46496d" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/16d770e9-63f2-4999-ad95-f1684d46496d</id>
    <updated>2007-06-10T07:21:56Z</updated>
    <published>2007-06-10T07:20:26Z</published>
    <summary type="html">&lt;div&gt;Your computer runs applications like Mail, Firefox, Photoshop, etc. These are all programs. Your computer runs one program at its heart called the kernel, which in essence is the supervisor that runs the other programs. You might wonder why a supervisor is needed. The various programs are all essentially running at the same time. And, sometimes they need access to shared resources, like your disk drive, memory, the screen. Even devices like your dvd/cd drive or a thumb drive. But, all these things are essentially only able to talk to one program at a time. So, the supervisor program is the ambassador to all of those shared resources on behalf of the various programs running on your computer. 
&lt;br/&gt;
&lt;br/&gt;A kernel panic simply means that the supervisor program has encountered an error that it cannot resolve, and it has chosen to quit rather than proceed. It is easy to say "why not just ignore the error and go on." I think it is safe to say that for the most part, the folks who implemented the kernel do have it proceed whenever possible, and that when it does choose to quit, it is because there is no other choice that is better. Worse choices include ruining data on your hard drive, etc. 
&lt;br/&gt;
&lt;br/&gt;I've encountered kernel panics mostly when my computer had a hardware problem. I had a laptop with a cracked motherboard. I could repeatably and reliably cause a kernel panic by applying slight pressure to opposite corners of the laptop. I had a tower that would get a kernel panic whenever I started doing a lot of work (quite frustrating). Turns out one of the processors was overly sensitive to heat and would fail when the machine got too hot, which only happened when I was doing a lot of work. In both cases the hardware repair eliminated the kernel panics. 
&lt;br/&gt;
&lt;br/&gt;It is also possible to get a kernel panic because of a software problem. This would most likely be a software problem in the kernel itself. After all, any program can have bugs, and complicated programs more so. And, the kernel is a very complicated program, as you might imagine. But, it is pretty damn stable, all things considered. Less often, an application can cause a kernel panic. This is more rare precisely because the kernel is written in a fairly defensive manner, expecting applications to make mistakes and do foolish things; however, fools know no limits and are ingenious in their foolishness. So, there can be no perfect defense. 
&lt;br/&gt;
&lt;br/&gt;I guess one analogy in real life is that sometimes your supervisor has a bad day because of something happening at your job, or because of something you or one of your peers has done. And, he wigs out, shouts at everyone and disappears into his office and locks the door for a while. Work stops for a while while everyone gets their head together, and then things pick up again and work continues. The supervisor comes out of his office, apologizes (if they're a reasonable person) or says something cryptic you don't really "get" to explain their behavior, and gets on with life. That's a kernel panic in the real world.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2007-06-10T07:20:26Z</dc:date>
  </entry>
  <entry>
    <title>My Intel-based Mac runs really hot!</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/ba1808b1-8395-4d14-aea0-4c84486c2626" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/ba1808b1-8395-4d14-aea0-4c84486c2626</id>
    <updated>2007-04-05T14:36:45Z</updated>
    <published>2007-04-05T14:36:45Z</published>
    <summary type="html">&lt;div&gt;The initial release version of the MacBook Pro (MBP) tended to run hot.  By June 2006, Apple had pretty much figured out how to manufacture them properly, so mine only runs hot when it is being taxed.
&lt;br/&gt;
&lt;br/&gt;If yours is running hot, there are a few things you can check:
&lt;br/&gt;
&lt;br/&gt;*  Run the Activity Monitor and see how busy your CPU is.  Be sure you are looking at "All Processes", not just "My Processes".  If the CPU History graph (at the bottom of the Activity Monitor window) is not mostly black, then your CPU us being utilized heavily and you can either quit some applications or turn on the fans.  (Continue reading for more info about the fans.)
&lt;br/&gt;
&lt;br/&gt;*  Be sure that you're running at least 10.4.7.  This update brought with it a fix to a kernel thrashing issue that would heat the machine up very very fast.
&lt;br/&gt;
&lt;br/&gt;*  Install MenuTemperature and monitor how hot your machine gets.  You can get it here:  http://www.macupdate.com/info.php/id/21767
&lt;br/&gt;
&lt;br/&gt;*  Install either smcFanControl or Fan Control and you'll be able to turn on the fans to cool the machine down.  The difference between these apps is:
&lt;br/&gt;
&lt;br/&gt;smcFanControl:  manual fan control application
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/23049
&lt;br/&gt;
&lt;br/&gt;Fan Control:  automatic fan control system preference that uses a threshold
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/23137/fan-control
&lt;br/&gt;
&lt;br/&gt;Personally, I use smcFanControl, since I work in a recording studio and wish to not have my machine be noisy without my consent.
&lt;br/&gt;
&lt;br/&gt;Epilogue
&lt;br/&gt;
&lt;br/&gt;My experience is that most heat issues on the Intel-based laptops are due to applications and their CPU usage.  I keep Activity Monitor and MenuTemperature running all the time and closely watch what's happening as I use the computer.  As a result, my MBP tends to run around 102-117° F all the time.  iTunes raises the temp to around 135° F and heavy usage apps, such as Final Cut or Cleaner, can raise it to 170-182° F!  When I run smcFanControl and the machine is up at 180° F, it comes down to 140° F within a few seconds.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2007-04-05T14:36:45Z</dc:date>
  </entry>
  <entry>
    <title>I just switched to the Mac.  Is there some sort of general maintenance utility I should run like on my PC?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/3010cf3c-3a02-429a-b6f9-398d5253d897" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/3010cf3c-3a02-429a-b6f9-398d5253d897</id>
    <updated>2007-03-20T05:29:29Z</updated>
    <published>2007-03-20T05:29:29Z</published>
    <summary type="html">&lt;div&gt;This question comes up a LOT.  Unlike Windows, most Macs will run just fine without much user maintenance, but there are many recommendations folks run.  You will probably hear a lot of folks recommend running "Repair Permissions", which is a topic of much discussion.  Some will also tell you to get a copy of Cocktail or Onyx.
&lt;br/&gt;
&lt;br/&gt;Personally, I spend as little time as possible maintaining my computer.  I sometimes leave it on overnight to allow the built-in scheduled maintenance routines to run (they are divided into daily, weekly, and monthly scripts and do not run when your machine is asleep).  Periodically I run DiskWarrior, but it's infrequent.
&lt;br/&gt;
&lt;br/&gt;The real answer to the question is that there really isn't anything you HAVE to do.  Lots of folks will give you their recommendations (some of which I consider voodoo), but you'll be just fine most of the time if you simply use the machine and don't worry much about it.
&lt;br/&gt;
&lt;br/&gt;More important is the practice of backing up your data, but that's another discussion.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2007-03-20T05:29:29Z</dc:date>
  </entry>
  <entry>
    <title>How do I change the default application for opening a file?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/92ef06d3-0ba5-4459-bc63-951af80973e9" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/92ef06d3-0ba5-4459-bc63-951af80973e9</id>
    <updated>2006-11-09T16:44:02Z</updated>
    <published>2005-11-30T16:42:35Z</published>
    <summary type="html">&lt;div&gt;There are a number of ways to do this, but I find the most effective to be a third-party PreferencePane for OS X, RCDefaultApp.  You can find it here:
&lt;br/&gt;
&lt;br/&gt;http://macupdate.com/info.php/id/14618
&lt;br/&gt;
&lt;br/&gt;RCDefaultApp, once installed, will show up in the System Preferences and allow you to set all kinds of default settings, such as preferred email or FTP clients, MIME defaults, type/creator defaults, and more!
&lt;br/&gt;
&lt;br/&gt;I recommend all Mac users have it installed.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-30T16:42:35Z</dc:date>
  </entry>
  <entry>
    <title>Keyboard shortcuts in OS X</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/9e6c220b-7dfe-499a-9320-cb3370dea19c" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/9e6c220b-7dfe-499a-9320-cb3370dea19c</id>
    <updated>2006-09-28T17:23:24Z</updated>
    <published>2006-09-28T17:23:24Z</published>
    <summary type="html">&lt;div&gt;Found at this website:  http://rixstep.com/2/20040510,00.shtml
&lt;br/&gt;
&lt;br/&gt;Startup
&lt;br/&gt;
&lt;br/&gt;C	 	start from CD
&lt;br/&gt;D		start from 1st partition
&lt;br/&gt;N		start from network server
&lt;br/&gt;T		put computer in FireWire Target Disk mode
&lt;br/&gt;X		start in OS X
&lt;br/&gt;⌥		show all startup disks
&lt;br/&gt;⌥⇧⌘⌫		start from external drive or CD
&lt;br/&gt;⌥⌘OF		open firmware
&lt;br/&gt;⌥⌘PR		zap PRAM (hold until 2nd chime)
&lt;br/&gt;⌘S		single user mode
&lt;br/&gt;⌘V		verbose
&lt;br/&gt;mouse button		eject CD
&lt;br/&gt;⇧		after power-up: turn off kernel extensions
&lt;br/&gt;after login: prevent startup items from opening
&lt;br/&gt;
&lt;br/&gt;Power
&lt;br/&gt;
&lt;br/&gt;⌃⌘-power	 	restart
&lt;br/&gt;⌃⌥⌘-power		shut down
&lt;br/&gt;⌥⌘-power		sleep
&lt;br/&gt;
&lt;br/&gt;Application Management
&lt;br/&gt;
&lt;br/&gt;⌘-tab	 	cycle forward through applications
&lt;br/&gt;⇧⌘-tab		cycle back through applications
&lt;br/&gt;⌘~		cycle forward through application windows
&lt;br/&gt;⇧⌘~		cycle back through application windows
&lt;br/&gt;⌥⌘-esc		Force Quit dialog
&lt;br/&gt;⌘-toolbar
&lt;br/&gt;lozenge		cycle forward through toolbar displays
&lt;br/&gt;⇧⌘-toolbar
&lt;br/&gt;lozenge		cycle backward through toolbar displays
&lt;br/&gt;⇧⌘3		screen dump (entire screen)
&lt;br/&gt;⇧⌘4		screen dump (drag a rectangle)
&lt;br/&gt;⇧⌘4,space,click		screen dump (highlighted window)
&lt;br/&gt;⌘-space		cycle forward through keyboard layouts
&lt;br/&gt;⇧⌘-space		cycle back through keyboard layouts
&lt;br/&gt;⌘-drag window
&lt;br/&gt;title bar		adjust window in background
&lt;br/&gt;⌥-click Dock icon
&lt;br/&gt;or window		switch to new program, hide previous one
&lt;br/&gt;⌥⌘-click Dock icon		switch to new program, hide all others
&lt;br/&gt;⌘-drag		rearrange or remove menulets or toolbar icons
&lt;br/&gt;⌘-click
&lt;br/&gt;window title		expose path in popup
&lt;br/&gt;⌥-zoom button		maximise window
&lt;br/&gt;⇧-minimise button		minimise window slowly
&lt;br/&gt;⇧-click minimised
&lt;br/&gt;window in Dock		open window slowly
&lt;br/&gt;⇧-close button		close window slowly
&lt;br/&gt;⌥⌘W		close all application windows
&lt;br/&gt;⌥-close button		close all application windows
&lt;br/&gt;⌥⌘M		minimise all application windows
&lt;br/&gt;⌥-double-click
&lt;br/&gt;title bar		minimise all application windows
&lt;br/&gt;⌥-click Dock icon		restore all application windows
&lt;br/&gt;⌥-minimise button		minimise all application windows
&lt;br/&gt;⌥⌘D		toggle appearance of Dock
&lt;br/&gt;⌘-drag onto
&lt;br/&gt;Dock icon		prevent Dock icons from moving
&lt;br/&gt;⌥⌘-drag
&lt;br/&gt;onto Dock		force program to open dragged item
&lt;br/&gt;
&lt;br/&gt;Outline View
&lt;br/&gt;
&lt;br/&gt;⌘←		Collapse
&lt;br/&gt;⌥⌘←		Collapse All
&lt;br/&gt;⌥-click
&lt;br/&gt;disclosure triangle		Collapse All
&lt;br/&gt;⌘→		Expand
&lt;br/&gt;⌥⌘→		Expand All
&lt;br/&gt;⌥-click
&lt;br/&gt;disclosure triangle		Expand All
&lt;br/&gt;
&lt;br/&gt;Safari
&lt;br/&gt;
&lt;br/&gt;⌫		Back
&lt;br/&gt;⇧⌫		Forward
&lt;br/&gt;⌘/		Page Load Test Window
&lt;br/&gt;⌘[		Back
&lt;br/&gt;⌘\		Status Bar
&lt;br/&gt;⌘]		Forward
&lt;br/&gt;⌘|		Address Bar
&lt;br/&gt;⇧⌘A		Autofill Form
&lt;br/&gt;⌥⌘A		Activity
&lt;br/&gt;⌥⌘B		Bookmarks Bar
&lt;br/&gt;⌥⌘E		Empty Cache
&lt;br/&gt;⌥⌘F		Google Search
&lt;br/&gt;⇧⌘G		Find Previous
&lt;br/&gt;⇧⌘H		Home
&lt;br/&gt;⌘K		Block Popups
&lt;br/&gt;⌘L		Open Location
&lt;br/&gt;⌥⌘L		Downloads
&lt;br/&gt;⇧⌘N		Add Bookmark Folder
&lt;br/&gt;⌥⌘P		Snapback
&lt;br/&gt;⌥⌘S		Search Results Snapback
&lt;br/&gt;⌥⌘U		View Source
&lt;br/&gt;⇧⌘→		Next Tab
&lt;br/&gt;⇧⌘←		Previous Tab
&lt;br/&gt;⌘↑		Page Upper Left
&lt;br/&gt;⌘↓		Page Bottom Left
&lt;br/&gt;
&lt;br/&gt;Text
&lt;br/&gt;
&lt;br/&gt;⌃A		move to beginning of paragraph
&lt;br/&gt;⌃B		move one character back
&lt;br/&gt;⌃D		delete character to right
&lt;br/&gt;⌃E		move to end of paragraph
&lt;br/&gt;⌃F		move one character forward
&lt;br/&gt;⌃K		delete text to end of paragraph
&lt;br/&gt;⌃N		move to next line
&lt;br/&gt;⌃O		insert newline
&lt;br/&gt;⌃P		move to previous line
&lt;br/&gt;⌃T		transpose characters
&lt;br/&gt;⌥⌫		delete word to left
&lt;br/&gt;⌥⌦		delete word to right
&lt;br/&gt;
&lt;br/&gt;Text Field
&lt;br/&gt;
&lt;br/&gt;⌥←		move one word left
&lt;br/&gt;⌥→		move one word right
&lt;br/&gt;⌘←		move to beginning of line
&lt;br/&gt;⌘→		move to end of line
&lt;br/&gt;
&lt;br/&gt;Text View
&lt;br/&gt;
&lt;br/&gt;⌥↑		move up one page
&lt;br/&gt;⌥↓		move down one page
&lt;br/&gt;⌘←		move to beginning of line
&lt;br/&gt;⌘→		move to end of line
&lt;br/&gt;⌘↑		move to beginning of view
&lt;br/&gt;⌘↓		move to end of view
&lt;br/&gt;
&lt;br/&gt;Terminal
&lt;br/&gt;
&lt;br/&gt;⌃A		move to beginning of line
&lt;br/&gt;⌃E		move to end of line
&lt;br/&gt;⌃T		transpose characters
&lt;br/&gt;⌃U		erase line
&lt;br/&gt;esc,B		move one word back
&lt;br/&gt;esc,C		capitalise next word
&lt;br/&gt;esc,D		erase next word
&lt;br/&gt;esc,F		move one word forward
&lt;br/&gt;esc,L		make next word lowercase
&lt;br/&gt;esc,U		make next word uppercase
&lt;br/&gt;esc,⌫		erase previous word
&lt;br/&gt;
&lt;br/&gt;Menu
&lt;br/&gt;
&lt;br/&gt;⌘+		Make Bigger
&lt;br/&gt;⌘,		Preferences
&lt;br/&gt;⌘-		Make Smaller
&lt;br/&gt;⌘.		Stop
&lt;br/&gt;⌘:		Spelling
&lt;br/&gt;⌘;		Check Spelling
&lt;br/&gt;⌘?		Application Help
&lt;br/&gt;⌘A		Select All
&lt;br/&gt;⌘B		Bold
&lt;br/&gt;⌘B		Toggle Toolbar
&lt;br/&gt;⌘C		Copy
&lt;br/&gt;⇧⌘C		Show Colors
&lt;br/&gt;⌘D		Add Bookmark
&lt;br/&gt;⌘D		Don't Save
&lt;br/&gt;⌘D		Find Previous
&lt;br/&gt;⌘E		Eject
&lt;br/&gt;⌘E		Use Selection for Find
&lt;br/&gt;⇧⌘E		Export
&lt;br/&gt;⌘F		Find
&lt;br/&gt;⌘G		Find Next
&lt;br/&gt;⇧⌘G		Go to Folder
&lt;br/&gt;⌘H		Hide Application
&lt;br/&gt;⌥⌘H		Hide Others
&lt;br/&gt;⌘I		Get Info
&lt;br/&gt;⌘I		Italic
&lt;br/&gt;⇧⌘I		Import
&lt;br/&gt;⌘J		Scroll to Selection
&lt;br/&gt;⌘K		Connect to Server
&lt;br/&gt;⌘K		Erase Deleted Messages
&lt;br/&gt;⌘L		Link
&lt;br/&gt;⇧⌘L		Lower Case
&lt;br/&gt;⌘M		Minimize
&lt;br/&gt;⌥⌘M		Minimize All
&lt;br/&gt;⌘N		New (Window)
&lt;br/&gt;⌘O		Open
&lt;br/&gt;⌘P		Print
&lt;br/&gt;⇧⌘P		Page Setup
&lt;br/&gt;⌘Q		Quit Application
&lt;br/&gt;⇧⌘Q		Log Out
&lt;br/&gt;⌥⇧⌘Q		Log Out Without Confirmation
&lt;br/&gt;⌃⌥⇧⌘Q		Force Log Out Without Confirmation
&lt;br/&gt;⌘R		Refresh
&lt;br/&gt;⌘S		Save
&lt;br/&gt;⇧⌘S		Save As
&lt;br/&gt;⌘T		New Tab
&lt;br/&gt;⌘T		Show Fonts
&lt;br/&gt;⌘U		Underline
&lt;br/&gt;⇧⌘U		Upper Case
&lt;br/&gt;⌥⌘U		Capitals
&lt;br/&gt;⌘V		Paste
&lt;br/&gt;⌘W		Close Tab
&lt;br/&gt;⌘W		Close Window
&lt;br/&gt;⇧⌘W		Close Window
&lt;br/&gt;⌥⌘W		Close All Windows
&lt;br/&gt;⌘X		Cut
&lt;br/&gt;⌘Z		Undo
&lt;br/&gt;⇧⌘Z		Redo
&lt;br/&gt;
&lt;br/&gt;Numeric Pad
&lt;br/&gt;
&lt;br/&gt;fn0		Button Hold
&lt;br/&gt;fn1		Mouse NW
&lt;br/&gt;fn2		Mouse NN
&lt;br/&gt;fn3		Mouse NE
&lt;br/&gt;fn4		Mouse WW
&lt;br/&gt;fn5		Button Click
&lt;br/&gt;fn6		Mouse EE
&lt;br/&gt;fn7		Mouse SW
&lt;br/&gt;fn8		Mouse WW
&lt;br/&gt;fn9		Mouse SE
&lt;br/&gt;fn.		Button Release
&lt;br/&gt;
&lt;br/&gt;Universal Access
&lt;br/&gt;
&lt;br/&gt;⌥⌘*		Toggle Zoom
&lt;br/&gt;⌥⌘+		Zoom In
&lt;br/&gt;⌥⌘-		Zoom Out
&lt;br/&gt;⌥⌘\		Toggle Zoom Antialiasing
&lt;br/&gt;⌃⌥⌘*		Toggle Monochrome
&lt;br/&gt;⌃F1		Toggle Full Keyboard Access
&lt;br/&gt;⌃F2		Highlight Menu
&lt;br/&gt;⌃F3		Highlight Dock
&lt;br/&gt;⌃F4		Highlight Active Window
&lt;br/&gt;⌃F5		Highlight Toolbar
&lt;br/&gt;⌃F6		Highlight Utility Window
&lt;br/&gt;
&lt;br/&gt;VoiceOver
&lt;br/&gt;
&lt;br/&gt;⌘F5		Toggle VoiceOver
&lt;br/&gt;⌃F7		Toggle '⌃⌥' Lock
&lt;br/&gt;⌃⌥F7		Show VoiceOver Menu
&lt;br/&gt;⌃⌥F8		Open VoiceOver Utility&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-09-28T17:23:24Z</dc:date>
  </entry>
  <entry>
    <title>Some common terminology...</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/1a18bcd0-6469-4b53-bc16-c891ba994b31" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/1a18bcd0-6469-4b53-bc16-c891ba994b31</id>
    <updated>2006-08-23T03:27:21Z</updated>
    <published>2006-08-23T03:27:21Z</published>
    <summary type="html">&lt;div&gt;The following is a listing that covers some of the esoteric and confusing vocabulary computer folks sometimes throw around.
&lt;br/&gt;
&lt;br/&gt;* 1394: The official IEEE number for the peripheral connection also known as "Firewire" or "iLink" 
&lt;br/&gt;* 802.11: The official IEEE designation for "WiFi" wireless IP networking 
&lt;br/&gt;* AC: Alternating current, the kind of electricity that comes out of a wall socket 
&lt;br/&gt;* Airport: Apple's brand name for 802.11 technology: both the protocol and physical devices 
&lt;br/&gt;* Alias: A computer icon or file which points to another alias, folder, file or document 
&lt;br/&gt;* Bluetooth: A short-range wireless technology used in phones, printers, keyboards, mice 
&lt;br/&gt;* Bonjour: An easy-to-use local network protocol built into some devices, OS X and iChat (formerly called "Rendezvous") 
&lt;br/&gt;* Bookmark: An Internet URL or shortcut, usually saved and managed within a web browser 
&lt;br/&gt;* Bridge: Network connector for two disparate network types, such as localtalk/ethernet 
&lt;br/&gt;* Broadband: High-speed Internet connection such as through a DSL or cable modem 
&lt;br/&gt;* Cache: Files stored on your computer temporarily, as from recently visited web sites 
&lt;br/&gt;* Cable Modem: Bridge used to provide Internet connections over coaxial cable TV wiring 
&lt;br/&gt;* CRT: Cathode Ray Tube, the "television-style" computer monitor common since the 1970's 
&lt;br/&gt;* DC:  Direct current, the kind that comes out of a wall wart or line lump (transformer) that many computer devices use.
&lt;br/&gt;* DHCP: Dynamic Hosting Control Protocol, a way to allocate IP addresses "on the fly" as needed 
&lt;br/&gt;* Download: To transfer a file from a network server to your local computer 
&lt;br/&gt;* DSL: Digital Subscriber Line, a protocol to deliver high-speed IP connections over telephone wires 
&lt;br/&gt;* Ethernet: A physical network connection, usually looks like a fat telephone cable 
&lt;br/&gt;* Favorite: AOL and Internet Explorer term for a web bookmark or alias 
&lt;br/&gt;* Freeware: Copyrighted software available for free without source code 
&lt;br/&gt;* Firewall: A network node designed to filter traffic, usually for security reasons 
&lt;br/&gt;* Firewire: Apple's brand-name for 1394, a peripheral connection type often used for video cameras and hard drives 
&lt;br/&gt;* Gateway: A network node through which one connects to another network or Internet 
&lt;br/&gt;* Hub: A box which shares one connection with many ports, similar to a power strip but for USB, firewire or ethernet 
&lt;br/&gt;* Internet: the worldwide collection of network protocols for email, web, Usenet and more 
&lt;br/&gt;* IP: Internet Protocol, the addressing and transfer protocol most common on the Internet 
&lt;br/&gt;* IP Address: A numeric node on an IP network, analagous to a telephone number or extension 
&lt;br/&gt;* ISP: Internet Service Provider, a company which provides an IP address and Internet access 
&lt;br/&gt;* LAN: Local Area Network, usually one's intranet, home or office network 
&lt;br/&gt;* LCD: Liquid Crystal Display, the "flat" kind of computer monitors such as on laptops 
&lt;br/&gt;* Line Lump: An electrical transformer that converts AC power to DC power.  Many devices (like switches, hubs, and routers) come with line lumps.  A line lump is essentially the same as a wall wart, but has the transformer part-way down the cable, so as to not use up a large amount of AC outlet space.
&lt;br/&gt;* Mac: Short for "Macintosh," usually indicating Macintosh OS or components 
&lt;br/&gt;* MAC: Media access control, technical name for an ethernet or 802.11 hardware interface 
&lt;br/&gt;* Malware: Software which uses resources to harm the host computer (viruses, spyware, etc) 
&lt;br/&gt;* Modem: technically a device for connecting computers over analog phone lines but often used for any connector between a computer and a telephone or broadband network 
&lt;br/&gt;* Network: Computers or devices connected for communication: telephones, printers, etc 
&lt;br/&gt;* NIC: Network interface card. Almost always used to refer to a computer's built-in ethernet 
&lt;br/&gt;* Open Source: Copyrighted software distributed with source code: free to use and modify 
&lt;br/&gt;* Port: a physical connector for cables OR a specific protocol number at an IP address OR translation of a program from one OS to another 
&lt;br/&gt;* Power Strip: Short, multi-outlet extension cord, provides no backup power or protection 
&lt;br/&gt;* Rendezvous: Apple's brand name for a local network protocol, also called "Bonjour" 
&lt;br/&gt;* RJ-11: the clip-in connector used for telephone cables, wall, phone and modem jacks 
&lt;br/&gt;* RJ-45: the telephone-style connector at the end of most ethernet cables or within cards 
&lt;br/&gt;* Router: A "smart" network node which can distribute network traffic 
&lt;br/&gt;* Shareware: "Try before you buy" commercial software distributed on the honor system, to be purchased 
&lt;br/&gt;* Sharing hub: A router (usually with DHCP server) which apportions one IP connection among many devices, similar to a telephone switchboard 
&lt;br/&gt;* Shortcut: Windows' term for "alias" but sometimes short for multi-key combinations which execute commands as "keyboard shortcuts" 
&lt;br/&gt;* Subnet: A network setting which much match for computers to see each other on a LAN 
&lt;br/&gt;* Spyware: Software which surreptitiously "reports back" user activity without user knowledge 
&lt;br/&gt;* Surge Suppressor: A power conditioner which sits between electronics and the wall outlet 
&lt;br/&gt;* Switch: Usually a network device with some traffic management: faster than a hub but not as sophistated as a router or bridge 
&lt;br/&gt;* Trojan Horse: a malicious program which relies on tricking the user into launching it, the sort of malware most likely to infect a Macintosh computer 
&lt;br/&gt;* Upload: To transfer a file from your computer to a network such as the Internet 
&lt;br/&gt;* UPS: Uninterruptible Power Supply, a battery which sits between your computer and the wall outlet, to provide temporary power in case of a "brownout" or emergency 
&lt;br/&gt;* URL: Uniform Resource Locator, protocol and address such as "aol.com" or "mailto:president@whitehouse.gov" 
&lt;br/&gt;* USB: Universal Serial Bus, an inexpensive peripheral connector popularized by the iMac: used for keyboards, printers, mice, digital cameras, flash drives, inexpensive hard drives, etc. 
&lt;br/&gt;* Virus: A program which uses its host environment to replicate without user intervention, usually "malware" which damages files on the host computer 
&lt;br/&gt;* WAN: Wide Area Network, usually larger than one workgroup or building 
&lt;br/&gt;* Wall Wart: An electrical transformer that converts AC power to DC power.  Many devices (like switches, hubs, and routers) come with wall warts.  The name is derived from the amount of space the transfer uses around an AC outlet.
&lt;br/&gt;* WiFi: "Wireless Fidelity," marketing term for intermediate-range wireless IP connection 
&lt;br/&gt;* Worm: A kind of malware which propogates itself, usually over a network to consume bandwidth &lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-08-23T03:27:21Z</dc:date>
  </entry>
  <entry>
    <title>My date/time is wrong when I reboot my computer.  Why?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/e5304520-fbb4-4d80-9ae2-e0fe88ed4de9" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/e5304520-fbb4-4d80-9ae2-e0fe88ed4de9</id>
    <updated>2006-08-19T16:15:33Z</updated>
    <published>2006-08-19T16:15:33Z</published>
    <summary type="html">&lt;div&gt;Most likely, your backup battery is no longer holding a charge.  Apple has provided a nice chart of part numbers that will help determine which battery your computer needs for a replacement:
&lt;br/&gt;
&lt;br/&gt;http://docs.info.apple.com/article.html?artnum=11751
&lt;br/&gt;http://docs.info.apple.com/article.html?artnum=86181
&lt;br/&gt;
&lt;br/&gt;Some batteries are easily serviced by pretty much anyone, but some are soldered in.  If you are not sure, visit an Apple Store or other Apple repair tech near you.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-08-19T16:15:33Z</dc:date>
  </entry>
  <entry>
    <title>Leopard?  Tiger?  Panther?  I can't keep all these version straight.  Which one do I have?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/41d7adfb-2947-4307-9955-a98f3b5a960b" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/41d7adfb-2947-4307-9955-a98f3b5a960b</id>
    <updated>2006-05-13T22:41:06Z</updated>
    <published>2006-05-13T22:41:06Z</published>
    <summary type="html">&lt;div&gt;Past OS X Releases
&lt;br/&gt;--------------------------------
&lt;br/&gt;10.0 (Cheetah), last release 10.0.4 (?) 
&lt;br/&gt;10.1 (Puma), last release 10.1.5 
&lt;br/&gt;10.2 (Jaguar), last release 10.2.8 
&lt;br/&gt;10.3 (Panther), last release 10.3.9 
&lt;br/&gt;
&lt;br/&gt;Current OS X Release
&lt;br/&gt;-----------------------------------
&lt;br/&gt;10.4 (Tiger),  (as of May 2006, last release is 10.4.6)
&lt;br/&gt;
&lt;br/&gt;Announced OS X Release
&lt;br/&gt;-----------------------------------------
&lt;br/&gt;10.5 (Leopard)
&lt;br/&gt;
&lt;br/&gt;============================
&lt;br/&gt;
&lt;br/&gt;More details at http://en.wikipedia.org/wiki/Mac_OS_X&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-05-13T22:41:06Z</dc:date>
  </entry>
  <entry>
    <title>A Guide to Mac OS X Media Players</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/88af08e3-528b-4117-8142-01592399ac67" />
    <author>
      <name>Milo</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/88af08e3-528b-4117-8142-01592399ac67</id>
    <updated>2006-04-17T14:15:46Z</updated>
    <published>2006-04-17T14:15:19Z</published>
    <summary type="html">&lt;div&gt;Since the question keeps coming up, here are a number of software players and tools that can be used for the various media formats.  I expect that this list will change, and is probably no way exhaustive.
&lt;br/&gt;
&lt;br/&gt;Apple QuickTime/QT Pro:
&lt;br/&gt;Plays MPEG (mpg) 1, 2, 4 | .mov | .mp3 | .aif | .wav - the "Pro" version will also let you do minor editing of different types of files.
&lt;br/&gt;http://www.apple.com/quicktime/mac.html
&lt;br/&gt;
&lt;br/&gt;Apple DVD Player:
&lt;br/&gt;Plays DVDs, usually
&lt;br/&gt;
&lt;br/&gt;VideoLan Client (often called VLC)
&lt;br/&gt;Very robust media player.  Able to play .AVI files, including ones that have been encoded in 3viX, DivX, etc.  Supports multi-region DVDs, VCDs, subtitle files, VIDEO_TS, etc.  If you want to watch .AVIs, this is the player for you.
&lt;br/&gt;http://www.videolan.org
&lt;br/&gt;
&lt;br/&gt;MPlayerX
&lt;br/&gt;Similar to VLC with support for a variety of formats of files, including WMV9 (windows media).
&lt;br/&gt;http://mplayerosx.sourceforge.net/
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Windows Media Player
&lt;br/&gt;A player for the Windows Media filetypes (WMV).  Now discontinued by M$
&lt;br/&gt;http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=windowsmedia
&lt;br/&gt;
&lt;br/&gt;Flip4Mac
&lt;br/&gt;Reccomended by M$ as a WindowsMediaPlayer for Mac replacement.  Upgradeable to a Pro + Studio versions.
&lt;br/&gt;http://www.flip4mac.com/wmv_download.htm
&lt;br/&gt;
&lt;br/&gt;ok, that should be a start.  I'll continue to update this, and if people want to add or make corrections, let me know.  Next time look for conversion tools.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>Milo</dc:creator>
    <dc:date>2006-04-17T14:15:19Z</dc:date>
  </entry>
  <entry>
    <title>Why don't my AVI movies play?  (This also applies to some WAV files.)</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/b9d066e5-1d08-4048-8568-0d52ce7d5b5b" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/b9d066e5-1d08-4048-8568-0d52ce7d5b5b</id>
    <updated>2006-04-16T16:40:50Z</updated>
    <published>2006-02-13T02:53:24Z</published>
    <summary type="html">&lt;div&gt;Files with the .avi file extension sometimes do not play on the Mac natively because the proper decoder is missing.  This is because AVI files (which originally, and usually, come from Windows) are only a file wrapper around a piece of video.  The .avi extension does not indicate what video codec the clip was encoded using, and sometimes, that codec is not part of QuickTime.
&lt;br/&gt;
&lt;br/&gt;In many cases, VLC will play these files, though!  You can get VLC here:
&lt;br/&gt;
&lt;br/&gt;http://macupdate.com/info.php/id/5758&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-02-13T02:53:24Z</dc:date>
  </entry>
  <entry>
    <title>I've got no drive space left!  What are some ways I can clear up space?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/407a84c7-5661-4272-947e-ddc1a481faeb" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/407a84c7-5661-4272-947e-ddc1a481faeb</id>
    <updated>2006-03-31T18:36:20Z</updated>
    <published>2006-03-31T18:36:20Z</published>
    <summary type="html">&lt;div&gt;Primarily, this depends on what you've got on your machine.  There's another FAQ item here that can help you identify where your space is being absorbed, but here are some ways to actually free up space:
&lt;br/&gt;
&lt;br/&gt;For identifying drive usage, try WhatSize:
&lt;br/&gt;
&lt;br/&gt;http://macupdate.com/info.php/id/13006
&lt;br/&gt;
&lt;br/&gt;WhatSize is basically a GUI front-end for the du UNIX command.
&lt;br/&gt;
&lt;br/&gt;-------------
&lt;br/&gt;
&lt;br/&gt;Another place you can free up space is by removing extra printer drivers that are not used:
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/8070
&lt;br/&gt;
&lt;br/&gt;-------------
&lt;br/&gt;
&lt;br/&gt;Languages absorb a LOT of space and OS X defaults to installing all of them.  Here are some apps that can strip extra languages out:
&lt;br/&gt;
&lt;br/&gt;Monolingual will remove extra languages from your applications:
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/7758
&lt;br/&gt;
&lt;br/&gt;TinkerTool System will remove extra languages from the operating system:
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/13662
&lt;br/&gt;
&lt;br/&gt;---------------
&lt;br/&gt;
&lt;br/&gt;Youpi Optimizer can also remove extra languages:
&lt;br/&gt;
&lt;br/&gt;http://www.macupdate.com/info.php/id/6934&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2006-03-31T18:36:20Z</dc:date>
  </entry>
  <entry>
    <title>DVD Region Codes?  What the heck is THAT all about?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/1a011ee9-cc6c-4330-a2ed-dbb8502f86a3" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/1a011ee9-cc6c-4330-a2ed-dbb8502f86a3</id>
    <updated>2005-12-23T23:58:22Z</updated>
    <published>2005-12-23T23:58:22Z</published>
    <summary type="html">&lt;div&gt;Region Coding is a copy protection/sales protection scheme created by the DVD Forum to prevent DVD-Video discs from being sold in markets other than those they were intended for. The concept is that movies typically are released on DVD in the US around the same the same film hits the big screen for the first time in other countries, such as England, so without Region Codes people could buy the movie on DVD and never pay top dollar to see it in a cinema. This is all well-documented as part of the DVD spec. Incidentally, the DVD Forum is made up of the major manufacturers and all the major film studios. 
&lt;br/&gt;
&lt;br/&gt;VLC is a video playback software. VLC stands for Video Lan Client. It is cross-platform and free and can be found here: 
&lt;br/&gt;
&lt;br/&gt;http://www.videolan.org
&lt;br/&gt;
&lt;br/&gt;MacTheRipper is an application that allows a user to extract the CSS-encrypted contents of a DVD. You can find it here: 
&lt;br/&gt;
&lt;br/&gt;http://macupdate.com/info.php/id/14414
&lt;br/&gt;
&lt;br/&gt;RPC stands for Region Protection Code. When DVD-ROM drives first started shipping about 6 years ago, manufacturers (and the DVD Forum) recognized that it would be silly to make drives for each region, so RPC was created to give manufacturers rules by which they could program the Region Codes for a drive using the firmware. RPC-1, which was the initial version, would allow 5 region code changes, that way consumers could set their Region Code the first time they tried to play a DVD in their new DVD-ROM. After 5 changes, the Region Code was supposed to be locked in, however a backdoor was left in place so manufacturers could allow a consumer another 5 changes, since they might have made a mistake. 
&lt;br/&gt;
&lt;br/&gt;Of course, hackers quickly discovered the backdoor and realized there was no limitation on exploiting it. When the DVD Forum found out that people were exploiting the unlimited manufacturer resets, they required manufacturers to limit the number of resets to 4 MAX. So, for the past 5 years (or so), manufacturers have been shipping drives that can only allow 4 maximum manufacturer resets, which is referred to as RPC-2. That means a total of 20 changes total. There is no circumventing this limitation. 
&lt;br/&gt;
&lt;br/&gt;Naturally, though, it doesn't end there. There are several really talented hackers who have discovered that the difference between RPC-1 and RPC-2 drives is usually a simply modification to the firmware, which is the onboard software that runs the drive itself. So, many drives have been hacked to reprogram them to be RPC-1, even though they originally shipped as RPC-2. 
&lt;br/&gt;
&lt;br/&gt;Hacking drives to RPC-1 went on unabated for quite some time, but many manufacturers have taken steps to make reprogramming the drives incredibly difficult. For example, the Matshita UJ-815 drive was one of the first to store its firmware onboard in an encrypted manor. Before that, a simple software tool could extract the existing firmware so a hacker could modify it. With encrypted drives, obtaining the firmware to hack is much trickier. Typically it means waiting for the company that OEM'd the drive (like Apple) to ship a firmware updater. Then, the firmware is available to inspect and can sometimes be hacked. 
&lt;br/&gt;
&lt;br/&gt;If your DVD unit doesn't have any RPC-1 hacks, you don't have a whole lot of options. VLC tends to play DVDs regardless of the Region Code, however some newer drives will refuse to even read the disc if the Region Code doesn't match. If VLC works for you, then you can play the movies. If not, you can try MacTheRipper to copy the DVD to your hard drive. If neither of those work, you are essentially out of options. 
&lt;br/&gt;
&lt;br/&gt;Some good resources: 
&lt;br/&gt;
&lt;br/&gt;http://forum.rpc1.org/dl_all.php
&lt;br/&gt;http://www.powerbook-fr.com/dossiers/dvd_region_free_en_article30.html&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-12-23T23:58:22Z</dc:date>
  </entry>
  <entry>
    <title>What are some useful Startup keys?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/7defcf0b-484e-48f3-a280-a664d20adc6e" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/7defcf0b-484e-48f3-a280-a664d20adc6e</id>
    <updated>2005-12-01T02:00:47Z</updated>
    <published>2005-11-28T19:34:28Z</published>
    <summary type="html">&lt;div&gt;When booting, hold these to change how the machine starts up:
&lt;br/&gt;
&lt;br/&gt;Cmd-V ---- Verbose mode -- displays what's actually occurring while OS X boots up
&lt;br/&gt;
&lt;br/&gt;Cmd-S ---- Boots into single-user mode (which provides a Unix shell as the root user).
&lt;br/&gt;
&lt;br/&gt;Shift ---- When held at boot, will disable any kernel extensions.  When held when logging-in, will disable any user-specific start-up items.C ---- Boot from a CD
&lt;br/&gt;
&lt;br/&gt;D ---- Boot using the first partition
&lt;br/&gt;
&lt;br/&gt;N ---- Boot from a network server
&lt;br/&gt;
&lt;br/&gt;R ---- Reset the screen on a PowerBook
&lt;br/&gt;
&lt;br/&gt;T ---- Start in Target mode (to use a machine as if it was a FireWire hard drive)
&lt;br/&gt;
&lt;br/&gt;X ---- Boot in OS X (if OS 9 was the previous OS)
&lt;br/&gt;
&lt;br/&gt;Option ---- Show a list of possible startup disk options
&lt;br/&gt;
&lt;br/&gt;Cmd-Opt-Shift-Delete ---- Boot from an external drive or CD/DVD-ROM
&lt;br/&gt;
&lt;br/&gt;Cmd-Opt-P-R ---- Zap the PRAM  (Will restart and chime again.  Do at least 4 times!)
&lt;br/&gt;
&lt;br/&gt;Cmd-Opt-O-F ---- Boots into Open Firmware&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-28T19:34:28Z</dc:date>
  </entry>
  <entry>
    <title>Um, what the heck is the Terminal?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/6b16238e-2c2b-4d78-b00c-e4601b7e9bbb" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/6b16238e-2c2b-4d78-b00c-e4601b7e9bbb</id>
    <updated>2005-11-28T19:49:25Z</updated>
    <published>2005-11-28T19:49:25Z</published>
    <summary type="html">&lt;div&gt;Terminal (also known as the shell) is a place you can run Unix commands under OS X.  The shell is very powerful and extremely useful, although it may seem rather daunting to many.
&lt;br/&gt;
&lt;br/&gt;A lot of the little utilities that have been released as Shareware or Freeware are really just running Unix commands that you could actually just run yourself (which might be safer) by typing.
&lt;br/&gt;
&lt;br/&gt;I highly recommend that every Mac user learns the very basics of using the Terminal, even if they can only list a directory, navigate the directory structure, create and delete directories, move or remove files &amp;amp; directories, and modify file permissions.
&lt;br/&gt;
&lt;br/&gt;O'Reilly has an OUTSTANDING beginner book available for $20.  http://www.oreilly.com/catalog/ltigerunix/  The earlier versions for Jaguar and Panther are fine, too.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-28T19:49:25Z</dc:date>
  </entry>
  <entry>
    <title>I'm out of disk space!  But I can't figure out where all that stuff is!</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/b4afdf4d-10b3-4664-8a5e-8392924b9638" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/b4afdf4d-10b3-4664-8a5e-8392924b9638</id>
    <updated>2005-11-28T19:43:33Z</updated>
    <published>2005-11-28T19:43:33Z</published>
    <summary type="html">&lt;div&gt;To find out where the bulk of your space is being used, do the following: 
&lt;br/&gt;
&lt;br/&gt;(Note that [ENTER] means hitting the enter key) 
&lt;br/&gt;
&lt;br/&gt;* Launch Terminal 
&lt;br/&gt;
&lt;br/&gt;* type this: 
&lt;br/&gt;
&lt;br/&gt;cd / [ENTER] 
&lt;br/&gt;
&lt;br/&gt;* type this: 
&lt;br/&gt;
&lt;br/&gt;sudo du -h -d 1 [ENTER]
&lt;br/&gt;
&lt;br/&gt;*  You will now see a listing of how your drive space is being used.  Using the "cd" command, you can change directories and find out what exactly is absorbing space.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-28T19:43:33Z</dc:date>
  </entry>
  <entry>
    <title>I'm buying a new computer.  Should I get the AppleCare (APP)?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/cf44b40b-cd1e-4a6d-8e8d-85eab1b0a9f5" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/cf44b40b-cd1e-4a6d-8e8d-85eab1b0a9f5</id>
    <updated>2005-11-28T19:26:44Z</updated>
    <published>2005-11-28T19:26:44Z</published>
    <summary type="html">&lt;div&gt;This is hotly debated.  Here is my approach to the question:
&lt;br/&gt;
&lt;br/&gt;PowerBooks and iBooks (and other portables)
&lt;br/&gt;
&lt;br/&gt;*  Absolutely!  Portable computers, no matter how careful you are, receive a lot of abuse.  I am extremely careful with my PowerBooks, but they always end up going to Apple under APP at least twice.
&lt;br/&gt;
&lt;br/&gt;Desktop machines
&lt;br/&gt;
&lt;br/&gt;*  Could be helpful.  Most real issues will sort themselves out in the early days, but if you are likely to need to call Apple after the first 90 days, APP could be useful.  If you buy an Apple Cinema Display, I recommend AppleCare, but you must purchase the display and the computer at the same time, as well as the AppleCare.
&lt;br/&gt;
&lt;br/&gt;iMacs and other lower-end machines
&lt;br/&gt;
&lt;br/&gt;*  Again, could be helpful.  Given the lower cost on APP for these machines, it really isn't a bad call, especially since iMacs have built-in LCDs.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-28T19:26:44Z</dc:date>
  </entry>
  <entry>
    <title>Is there an application that can XXXXX?</title>
    <link rel="alternate" href="http://tribes.tribe.net/osxfaq/thread/d5f2c30e-3e99-4d30-9d24-37aab563f891" />
    <author>
      <name>jory</name>
    </author>
    <id>http://tribes.tribe.net/osxfaq/thread/d5f2c30e-3e99-4d30-9d24-37aab563f891</id>
    <updated>2005-11-28T19:21:22Z</updated>
    <published>2005-11-28T19:21:22Z</published>
    <summary type="html">&lt;div&gt;A very frequent question indeed!
&lt;br/&gt;
&lt;br/&gt;Before asking you can search http://MacUpdate.com and http://VersionTracker.com, as well as http://Google.com
&lt;br/&gt;
&lt;br/&gt;If you don't find an answer in any of those three places, then submit a question to the OS X tribe ( http://osx.tribe.net )&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://tribes.tribe.net/osxfaq"&gt;OS X FAQ&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>jory</dc:creator>
    <dc:date>2005-11-28T19:21:22Z</dc:date>
  </entry>
</feed>



