Mac OSX

TwitterFacebook
Get flash to fully experience Pearltrees
After wasting time with AppleCare support (who appear to have no idea how OSX actually works and how to troubleshoot it), I finally solved my continued OSX churning by disabling Spotlight indexing on all volumes, completing all configuration changes, shutting down all applications, reenabling Spotlight indexing, rebuilding the Spotlight indices and then letting the computer sit overnight to index itself. Until I did this, OSX kept churning and locking up its own indexing system as it fought with Mac Mail and other apps over access to files. To disable Spotlight indexing, open a Terminal window and type (enter your password if/when prompted): sudo mdutil -i off /

Abductive Intelligence — OS X Lion Upgrade Remedy - Disable Spotlight and Clear Spotlight Indices

http://blog.stephenpurpura.com/post/7933453600/os-x-lion-upgrade-remedy-disable-spotlight-and-clear
If you’re overwhelmed by your e-mail, Mail’s rules can help. Use these simple yet powerful tools to sift through your e-mail and apply changes to messages, filter messages into specific folders, forward them automatically, set off alarms, and more.

Five essential Mail rules | Business Center | Working Mac

http://www.macworld.com/article/1159394/mailrules.html

Change language settings for

aye, in order to open a US iTunes store account, you need https://discussions.apple.com/thread/2623924?start=0&tstart=0
http://support.apple.com/kb/HT3131?viewlocale=en_US

Portables: How to use your computer in closed clamshell (display closed) mode with an external display

The following Mac notebooks support the use of an external display or projector while the internal display is closed:
Here's how to configure Snow Leopard (and iPhone) to use an enterprise Cisco VPN concentrator (which is what you connect to from internet when you want to virtually join a company or school's LAN). Open System Preferences --> Network --> click the plus sign (Create a new service). On the iPhone, choose Settings --> General --> Network --> VPN --> Add VPN Configuration. http://www.stanford.edu/group/macosxsig/blog/2009/08/using_cisco_vpn_with_snow_leop.html

Configuring the built-in Cisco IPSec VPN client in Snow Leopard and iPhone (Mac OS X SIG)

http://maisonbisson.com/post/11184/screencasting-on-mac/

Screencasting On Mac

I’m as annoyed as the next guy about how hard it is to find a decent screencast app for Mac. The forthcoming Mac OS 10.5′s new iChat Theater (and the built-in screen sharing/control features ) should create some new opportunities for developers, but right now it’s hard to know what works or is worth trying. Further, I narrowed the field with the following requirement: I need an app that records to QuickTime-compatible files, not Flash.

Mac 101: Change your icons

http://support.apple.com/kb/ht2493 Icons look like the item that they represent.
While changing the keyboard layout for your user account is straightforward enough (System Preferences -> International pane -> Input Menu), changing the default keyboard layout is not so easy. I use Dvorak almost exclusively (with US English enabled for when friends want to use the computer), but foolishly, I did not choose this keyboard layout when I ran through the initial setup. Every time I login, I must type my name and password in US English, before then being able to use Dvorak as I would like. http://hints.macworld.com/article.php?story=20060601175751872

Change the default keyboard layout

Mac OS X System Startup

© Amit Singh.

Mac OS X keyboard shortcuts

To use a keyboard shortcut, or key combination, you press a modifier key with a character key.

Tuning Mac OS X Performance

This FAQ provides recommendations for optimizing Mac® OS X performance.

A brief tutorial on symbolic links

OS X's file structure mounts all partitions under the "/Volumes" directory at the root level of the filesystem. However, when navigating the filesystem with "cd" and other commands, it can be annoying to type "/Volumes/volume_name" each time you want to access a different partition.

Enabling Terminal’s directory and file color highlighting in Mac OS X | Geekology

By default Mac OS X 's Terminal application uses the Bash shell ( Bourne Again SHell ) but doesn't have directory and file color highlighting enabled to indicate resource types and permissions settings. Enabling directory and file color highlighting requires that you open ( or create ) " ~/.bash_profile " in your favourite text editor, add these contents: export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad