Quantcast

Special Sponsored Section


The video player requires Flash 8 Player or later. Please download the latest Flash Player.


Maclife Hottest Articles
Thumbnail
FEATURE
100 Snow Leopard Tips, Tricks, and Features
Browser
FEATURE
OS X Browser Speed Wars: May the Fastest App Win
iTunes History
FEATURE
The Complete iTunes History -- SoundJam MP to iTunes 9
iTunes Tips
FEATURE
iTunes 9 Tips and Tricks - Solve the Mysteries of the New iTunes

50 Things Every Mac Geek Should Know
Posted 03/04/2009 at 6:01:09am | by Mac|Life Staff



35

Sometimes it takes awhile for new podcasts to show up in the iTunes store. If you come across one you’d like to subscribe to, you can still subscribe even if it’s not yet on offer in the store. Copy the podcast feed to your clipboard (from a blog or whatever site you found it on). In iTunes, choose Advanced > Subscribe To Podcast, then paste in the podcast link.



36

You could use FileVault to store your top-secret data files, but there’s no need to bog down your system--FileVault is notoriously sluggish--when you can accomplish the same ends for specific files, such as tax returns, home-inventory lists, wedding vows, or anything else you want to keep under virtual lock and key. For these types of files, we like to create encrypted disk images (.dmg files), which is easy to do in Disk Utility.

1. Launch Disk Utility (/Applications/Utilities).

2. Choose File > New > Blank Disk Image and enter a name for your disk image in the Save As field. This name is used for the disk image (.dmg) file. Note the location specified in the Where pop-up menu. If you want to save the image file in a different location, change it.

3. Select a size for the image file from the Size pop-up menu. Choose a size appropriate for the disk’s needs. You can always create another one later if you need more space.

4. Choose 128-bit AES encryption from the Encryption drop-down.

5. Choose read/write disk image from the Image Format drop-down.

6. Click Create.

dmg
When you select a password for your disk image, Disk Utility tells you what it thinks of the password’s strength—that is, its crackability.

7. Enter and verify a good password in the dialog window that appears. This password will be saved in your Keychain by default, or you can deselect “Remember password (add to Keychain)” if you don’t want that.

8. Click OK.


37

Ever tried tapping “xoxo” to the end of a text to your BFF on the iPhone? You’ll notice the phone’s auto-correct feature selects “so”  for the first “xo.” To keep the iPhone from trying to auto-correct any word, just add an extra letter or two, so it looks like a word that doesn’t exist—this will, in most cases, confuse it to the point where it won’t try to guess what you’re trying to say. Of course, remember that this workaround does not help the iPhone ”learn” words you use most, which is supposed to help you type faster.



38

Are you bugged by those bouncing Dock icons when an app wants to get your attention? You can Turn off that behavior for good with two simple Terminal commands:

defaults write com.apple.dock no-bouncing -bool TRUE

Press Return.

Type: killall Dock

If you don’t have an Intel Mac, you could also try Unsanity’s Dock Detox (free,).

And if you decide you want the bouncing back after you’ve run the above Terminal command, you can reverse it by executing: defaults write com.apple.dock no-bouncing -bool FALSE. Press Return. Type: killall Dock.



39

 

smart
Filter any non-music items in your iTunes library by setting up a new music-only Smart Playlist.

If you’ve never played with Smart Playlists in iTunes, you’ll be delighted to discover that “smart” is no misnomer. Our two favorite ways to use Smart Playlists are for creating them on the fly just by clicking a few parameters. They save time by not forcing you to manually create playlists--and they let you filter out a variety of media that iTunes can track and keep updated, no matter how large your iTunes library gets.

The smartest Smart Playlists of all is one that contains only music. We’re sure that there’s way more than music in your iTunes library, and if you listen to music wearing headphones throughout the workday, creating a music-only Smart Playlist saves you fiddling with iTunes when you should be, well, working.

smart
Your ears will thank you for keeping the tunes fresh.

To create a music-only Smart Playlist, press Option-Command-N or go to File > New Smart Playlist. Check the box next to “Match the following rules.” Now set up the “rules” governing your Smart Playlist by selecting a variety of characteristics that will filter just music into the playlist. For example, you want to eliminate podcasts, audiobooks, and movies, and you might even need to weed out a few specialized playlists or genres. After adding each new rule, click the plus symbol to add a new blank one. When you’re satisfied, check Live Updating, click OK, and name your new Smart Playlist in the sidebar.

Another cool Smart Playlist helps you keep your music selection fresh. All you do is create a new Smart Playlist and next to Last Played, set it to “is not in the last 1 weeks.”



40

iTunes is a smarter multitasker and media organizer than you might realize. It can help you manage all the PDFs on your Mac, with a few minutes of prep work on your part.

First, create a new iTunes library (launch iTunes while holding the Option key, then click Create Library) and get rid of all the music-related things. That includes deleting the default playlists iTunes creates and customizing the library display by removing the columns that are no longer pertinent. Just right-click in the column header and uncheck the label. Go to iTunes > Preferences and uncheck “Copy files to iTunes Music folder when adding to library” under the Advanced tab. That will leave the files where they are now rather than creating another copy of them in the ~/Music/iTunes/iTunes Music folder. While you’re at it, uncheck the display options under the General tab and check the Disable options under the Parental Control tab. That will eliminate the unnecessary options on the screen.

Now you’re ready to add PDF files to the library. Choose File > Add To Library, then Option-select your PDF files. Just like music tracks, they’ll show up in the iTunes library sorted alphabetically by name. It’s best to tag each file right when you add it to your Mac. One obvious way to tag a file is using the Genre column. Press Command-I (or right-click a file and select Get Info) and add your own description in the Genre field. We used the Genre field as a metatag (“Checks” or “Statements,” for example) and put additional description in the Comment field. There are no limits on how to reassign the fields in the Get Info window.

Now you have to choose between Smart Playlists and user-defined playlists. If you add good metadata to each file, the Smart Playlist is the logical choice. If you don’t feel like adding a lot of tags to your files, then create your own playlists and manually add files.



41

 

If you’re in the habit of using acronyms and abbreviations in emails and text messages on the iPhone, you might have noticed that it’s a bit of a pain on the iPhone’s keyboard since Shift only activates caps on one letter, then switches off. The solution is to enable Caps Lock in your iPhone’s Settings (Settings > General > Keyboard > Enable Caps Lock). Now, when you’re in the keyboard, you can double-tap the Shift key, it will turn blue, and caps lock stays on until you tap the Shift key again to turn it off...you know, just FYI.

42

 

You can use the Terminal command SSH to open a secure connection to another Mac pretty easily. Best of all, via SSH, it’s free, whereas Apple charges $499 for Apple Remote Desktop, its desktop management app.

First make sure that SSH log-ins are enabled on the remote Mac by opening System Preferences > Sharing. Check the box next to Remote Login, and the SSH service will activate.

To connect to that remote computer via SSH, open the Terminal on the local machine and execute this command: ssh -l username remote-address. Replace username with your username on the remote Mac and remote-address with the remote Mac’s IP address. (The remote IP address is listed in the remote machine’s Sharing pane when you click on Remote Login.) Press Return, and enter the remote username’s password at the prompt. SSH will connect you to the remote machine. (If you’re asked to add the remote machine to a list of known hosts, type Y for yes.)

Once you’re connected, you can execute any Terminal command remotely. Try this one, just for fun: say “Ouch. Don’t press the keys so hard.” This is especially amusing if you’re executing the remote command on a Mac in a nearby room, so you can witness the user’s reaction to the Mac “talking.”

COMMENTS
avatariChat can have Growl notifications!

It's true!

Through the use of Chax (Latest Version 2.2)

http://www.ksuther.com/chax/

Login or register to post comments
avatarWe danced in the streets

We danced in the streets when we heard the news. We figured a few
hundred apps would be released. We'd play a few games, send a few
tweets from the road, and make a few Facebook friends while waiting in
line at our favorite taqueria.

english degree AND online doctorate degree

Login or register to post comments
avatarAlways wanted to change

Always wanted to change Safari so that new 'windows" open in a new tab
instead. Unfortunately "defaults write com.apple.Safari
TargetedClicksCreateTabs –bool TRUE" doesn't work. Returns "Unexpected
argument TRUE" Medifast and lipotrim diet plans

Login or register to post comments
avatarNeato

My only beef with macs is that they don't work on a lot of mmorpg games =[. I'm a big gamer so I need to have a windows pc nearby to play my MMOs. Free MMORPG

Login or register to post comments
avatarMousing Over Dock Icons

Shift-Command isn't the right shortcut for this function. Shift-Control will enlarge the dock icons.

Login or register to post comments
avatarthanks for the heads up

It's been fixed.

Login or register to post comments
avatarEnlarge icons in Dock

Must not have the right touch.  Couldn't get to work.  Dock preferences is only thing I've found to change magnification. ????Ed         The only love you can buy is that of a dog.

Login or register to post comments
avatarCalculator

Actually, Spotlight does your calculations for you right in the Spotlight bar. Pressing return exits Spotlight and launches Calculator, sans the math you were just doing

Login or register to post comments
avatarSaving PDF's

That screenshot for saving PDF's is misleading. It looks like that computer already has Acrobat on it, in which case, yes you could save a PDF like that.

If you don't have Acrobat, go to File > Print, select the PDF button (near the bottom left of the dialog) and click "Save as PDF."

Login or register to post comments
avatarSafari has a master password, sort of.

In Keychain Access, edit Safari Forms AutoFill's access control to: 'Confirm before allowing access' and check 'Ask for Keychain password'.

Login or register to post comments
avatarSafari has a master password, sort of.

In Keychain Access, edit Safari Forms AutoFill's access control to: 'Confirm before allowing access' and check 'Ask for Keychain password'.

Login or register to post comments
avatarSnake & Tetris in Terminal

I am following the instructions to the letter, yet Snake and Tetris don't seem to be working.(Running OSX v10.4.11)

Login or register to post comments
avatarI was thinking about buying an airport extreme...

...so I could use wifi with my 1st Gen. iPhone at home, but thanks to tip #29 my iMac is now a wifi hub, for FREE!!! WOW!!! I'm a macaddict for life thanks mac life.

Login or register to post comments
avatarI can't find my subscription ID

I would like to know what tip#29 is-I'm just starting. Thanks!

Login or register to post comments
avatarTip no 4: terminal

Always wanted to change Safari so that new 'windows" open in a new tab instead. Unfortunately "defaults write com.apple.Safari TargetedClicksCreateTabs –bool TRUE" doesn't work. Returns "Unexpected argument TRUE"

Login or register to post comments
avatarSafari tabs

Just select Safari Preferences>tabs>check box, cmd click opens a link in a new tab.  Or did you already know that :-? Ed         The only love you can buy is that of a dog.

Login or register to post comments
avatarI don't think you need to

I don't think you need to restart, but I'm using Mac OS X 10.5.6.  Remember: QUIT any application before you mess around with its defaults in the Terminal!!!

Login or register to post comments
avatardefaults write com.apple.screencapture type JPG NOT WORKING

Am I supposed to restart after typing defaults write com.apple.screencapture type JPG into Terminal? This isn't working after several tries.

os x 5.6

RSVP, thanks.

Login or register to post comments
avatarJPG

YOu'll need to log out and back in to see the cahnges take effect. :) 

Login or register to post comments
avatardefaults write com.apple.screencapture type JPG NOT WORKING

Are we supposed to be in Root when we apply those Terminal commands? Just wondered cause I think I saw another one not working for someone. Thanks.

Login or register to post comments
avatarAh Contraré the Apple ][+ VisiCalc Applesoft Tutorial RULED 1980

Then Apple //e rev (a), Applied Engineerings 1MB Ramworks, Beagle Brothers Super Macro Works, and Appleworks ruled in 1982. Then in 1983 came the ||GS.
Don't feel offended the Wikipedia site is damn spitefully misleading.

Login or register to post comments
avatar#28 Privatunes ???

Has anyone actually looked for this tool, Privatunes? The page was last updated in 2007 and the link to the tool takes you to a dead end.

Login or register to post comments
avatarMy home name

I bought my lil powerbook from a place called Second Rotation on eBay.
It has their damn name on my home icon for my docs (the one with the house on it) and I can't figure out for the life of me how to get it to mine. I changed me as the only user on the computer.. I don't understand why it didn't revert to my name dchamberlain61 like my user name?
Help

Login or register to post comments
avatarshort name can't be changed.

short name can't be changed. use the system disks you got with the machine and do a clean re-install of the OS so it's really yours. Also, even if you're the only user, make an admin account used only for admin stuff, and surf/work/live in a standard user acct.

Login or register to post comments
avatar#13:=404

In bash, there is no command dscacheutil.
this would have been great (the kids know about private browsing, but never touch the terminal)
but IT DOES NOT WORK!

Login or register to post comments
avatarDeclutter Desktop

i executed this in the terminal and now i want to turn it off because it is really annoying!!!!!!! if anyone knows how to do so please tell me!!!!

Login or register to post comments
avatarReverse Declutter Desktop

"defaults delete com.apple.dock single-app" then "killall Dock"

Login or register to post comments
avatarSafari Private Browsing

I type this in the terminal:
$ dscacheutil -cachedump -entries Host

My terminal sends me the following:
-bash: dscacheutil: command not found

When I send: man dscacheutil
It sez: No manual entry for dscacheutil

What's up with that? What am I doing wrong on my Powerbook G4 w/
OS X Version 10.4.11?

"There are two things, science and opinion. The former begets knowledge, the latter ignorance."Hippocrates 460-377 BCE

Login or register to post comments
avatarmissing top 10 item-write to ntfs

Read and write to any ntfs drive by installing macFUSE and NTFS-3G. This one is HUGE compared to most of the items that made your list.

Login or register to post comments
avatarFYI: I quickly benchmarked browsers on my 10.4 Mac Mini.

With so many browser choices out there, I did a quick-n-dirty benchmarking exercise using http://www.futuremark.com/peacekeeper.

Firefox didn't come out looking so hot, falling well behind Safari. But the standard version of Safari didn't come out on top either. The browser that performed the best was the development version of Safari, otherwise known as WebKit. Of course, you have to put up with the bugs inherent with using a development version of a piece of software.

iCab, Shiira, and Omniweb all performed moderately better than standard Safari. Opera, Flock and Firefox were virtually identical. Camino and Seamonkey sucked ass.

The results are on my personal blog as a nice, eye-pleasing graph: http://web.ncf.ca/ao668/2009/04/benchmarking-os-x-browsers.html

(My computer's a 1.25mhz Mac Mini with 512MB of RAM running OSX 10.4.11)

Login or register to post comments
avatar*shakes head* I love all my

*shakes head*
I love all my PCs, Mac, Linux, Windows, PSP, but if you going to make a "50 tips" can you leave out the fluff.

I mean to optimize my Pro Tower do i REALLY need to know Steve Jobs Birth Day? And then spreading the lie that its more secure just because no one bothers to hack it is disingenuous at best and a outright lie at worse.

the rest of the tips...pretty nice

Login or register to post comments
avatarFunny how there are more

Funny how there are more people who will never use or buy a Mac commenting here than anyone else. If you guys hate Macs so much, just block the category. Other than that, you're just making lots of noise, and not convincing anyone of anything. rent a car | bijuterii

Login or register to post comments
avatarGreat list...

Though, a top 25 would probably have been just as beneficial.

Adult Toys

Login or register to post comments
avatarthat's what i'm talking

that's what i'm talking about. It like doing a report on "50 tips aboout your isp you should know" then including "land speed of the north african swollow" Just the (useful) facts man

Login or register to post comments
avatarlevel of geekitude

Your level of geekitude depends on how deeply you strive to connect with your Mac and OS X

VirgilM part of Add Links team.

Login or register to post comments
avatarSorry mate but...

Open Spotlight is CTRL + Spacebar.
CMD + Spacebar is nuttin'.
And that's one of the things YOU SHOULD KNOW.

Login or register to post comments
avatarawww

Nice list, but according to the list im no mac geek :( Baby Cots

Login or register to post comments
avatarThanks for sharing this

Thanks for sharing this information. I love the history stuff.
Painted Pine Furniture

Login or register to post comments
avatarGreat list indeed.. thanks

Great list indeed.. thanks for the classic pictures...

Login or register to post comments
avatarThis is an awesome post,

This is an awesome post, completely agree with the points made about the iPod!

Login or register to post comments
avatarthank you ar..is

thank you ar..is nice4657
شات صوتي, دردشه صوتيه, شات مصريه, شات دردشة دردشه دردشة موبايل شات دردشه

Login or register to post comments
avatarthanks you ar..is

thanks you ar..is nicegge4
شات صوتي, دردشه صوتيه, شات مصريه, شات دردشة دردشه دردشة موبايل شات دردشه

Login or register to post comments
avatarthanksss ar..is nice شات

thanksss ar..is nice
شات صوتي, دردشه صوتيه, شات مصريه, شات دردشة دردشه دردشة موبايل شات دردشه

Login or register to post comments
avatarthank you

thank you fffffffffffff
شات صوتي, دردشه صوتيه, شات مصريه, شات دردشة دردشه دردشة موبايل شات دردشه

Login or register to post comments
avatarTHanks

Thanks for sharing the 50 things, I think every one can get benefit by using this service. Thanks web hosting reviews

Login or register to post comments