
To switch between dialog options in OS X from the keyboard, use the TAB key.
::
No bueno.
Dead simple:
hdiutil mount yourfile.iso
Simply a better server.
Lion Server is now part of Mac OS X Lion. It’s easy to set up your Mac as a server and take advantage of the many services Lion Server has to offer. Here are just a few of the new features that make server deployment faster, easier, and more powerful than ever.
Wow, there were a few cool features up to this point, but having server become part of the core OS is phenomenal. It’s like Linux, but the printer will work. Actually, that’s a low blow–printers don’t work in Windows either.
I’m a big fan of the keyboard. Minimizing time between thought and action helps me flow. Vim helps me do this, as do keyboard driven utility apps like LaunchBar. For everything else I rely on keyboard shortcuts. Unfortunately, it’s easy to forget a shortcut, and mousing through the menu is slow and clunky. So, here’s my all time favorite OSX keyboard shortcut: Shift + CMD + /. This is the universal shortcut to toggle an application’s help menu. Not only can you search for application help topics, but menu items are also returned.
Great tip.

If you follow Information Security at all or have been part of a PC vs. Mac discussion at any level, you’ve probably come across the timeless question of:
What’s more secure, Mac or PC?
Well, there’s an analogy from renowned security researcher Charlie Miller that elegantly captures the answer in a single sentence:
Mac OS X is like living in a farmhouse in the country with no locks, and Windows is living in a house with bars on the windows in the bad part of town.
In other words, less security with less exposure (OS X) vs. more security with more exposure (Windows).
In short, having a secure operating system and being safe are two different things. Exposure matters. So even though Windows is technically more resistant to attack, people using it are still less safe than if they were to use OS X. ::

diskutil is a very powerful utility within OS X that lets you do all sorts of things to the various storage media on your system. I use it to clear USB drives, since it’s really annoying to have to go into the .Trashes directory and kill the 501 contents (not to mention all the other artifacts, e.g. spotlight, cache, etc.)
So here’s a quick way to get everything off of a USB drive (or whatever kind of drive) using the OS X command line.
[bash]diskutil eraseVolume MS-DOS NEWNAME /Volumes/OLDNAME/[/bash]
To add more security, consider adding in one of the following options:

So I somehow just found out that you can manipulate OS X’s clipboard via command line. The utility that does it is called pbcopy (and pbpaste).
[bash]echo “Lorem ipsum dolor sit amet” | pbcopy[/bash]
Now, go into any OS X application and perform the paste (⌘-v) command and you’ll have the content you placed there via command line. Or you can use the related pbpaste to output your content.
[bash]pbpaste (to wherever)[/bash]

The standard set up for a Plan 9 aficionado here seems to
be a Mac or Linux machine running Plan 9 from User Space
to get at sam, acme, and the other tools. Rob, Ken, Dave, and I
use Macs as our desktop machines, but we’re a bit of an exception.
Most Google engineers use Linux machines, and I know of
quite a few ex-Bell Labs people who are happy to be using
sam or acme on those machines. My own setup is two
screens. The first is a standard Mac desktop with non-Plan 9
apps and a handful of 9terms, and the second is a full-screen
acme for getting work done. On Linux I do the same but the
first screen is a Linux desktop running rio (formerly dhog’s 8½).
tcpdump Tutoriallsof Introductiongit Primerfind Command lsof Commandtar Referencelsof TutorialDaniel Miessler | 1999-2012 | Share Alike
Powered by Linode