Apple OS X Tips, Tricks, Shortcuts and Fixes
|
|
Since I am the primary admin for over 25 OS X systems, it's important to me to have plenty of places to get quick answers. Although books are quickly going the way of dinosaurs (at least those in printed form), I frequently get aggrevated at OS X articles on the Internet that don't mention the version being discussed. Since one must seach on the version number which is hit or miss if the content states something like: "this worked in 10.4 and stopped working in 10.5, but is working again in 10.6." Anyway, here's a list of Peachpit Press* books that are really pretty solid.
|
|
The modifier key for Macs when using Terminal (the shell) is set by default to ESC [escape]. It's pretty annoying if you are familiar with using just about any other platform for working in a shell... almost as annoying as learning to use the command key (AKA "Apple Key") as a recovering Windows user.
Below is a screenshot of the Terminal Preference panel and the quickest way to be able to transition from a standard PC keyboard.

|
Just a few time saving keyboard shortcuts. Not every combination is listed - just the ones that I find helpful. Don't type the plus, eh? * Denotes keystroke combinations that only work with Finder (or Finder and a very limited number of applications)
| <command> + A |
select All items |
<command> + C
|
Copy selected |
<command> + D
|
Duplicate selected |
<command> + F
|
Find with spotlight |
<command> + G
|
find next |
<command> + H
|
Hide window* |
<command> + I
|
get Info on selected* |
<command> + K
|
Konnect to server* |
<command> + L
|
make an aLias of selected* |
<command> + N
|
New window or document |
<command> + O
|
Open selected |
<command> + V
|
Paste item |
<command> + W
|
close Window or document |
<command> + Z
|
undo |
| <command> + M |
Minimize window |
<command> + <shift> + A
|
go to Applications folder* |
<command> + <shift> + H
|
go to Home folder* |
<command> + <option> + M
|
Minimize all windows* |
<command> + <option> + O
|
Open selected then close finder* |
<command> + <option> + T
|
hide Toolbar* |
<command> + <option> + W
|
close all Windows or documents* |
|
|
OS X 10.6 Snow Leopard Breaks Juniper Network Connect |
|
|
|
|
Upgrading to OS X 10.6 Snow Leopard makes Juniper Network Connect fail to connect. I looked through the logs found two things it was complaining about in the "reason=" portion of the dump. If this doesn't work for any reason, I suggest taking a look at the logs offered to see if that tag has any useful hints.
*** I don't have the foggiest idea how relaxing the permissions on the product directory impacts security | Use this tip at your own risk ***
Here is what I used:
sudo chmod 755 /usr/local/juniper/nc/6.3.0 (This is where the workspace file is stored)
sudo mkdir /Applications/Network\ Connect.app/Contents/Frameworks
|
|
|
|
|
|