Archive for the ‘Tech’ Category.

OS-X Navigation tips

When in an open/save dialog box, or in the Finder,  pressing Command + Shift + G will allow you to directly type in a directory path.

When in an open/save dialog box, you can drag a folder into the dialog box to change to that directory.

Pair an Apple Bluetooth Headset

I used this to pair my headset with my iMac, and make calls using Skype.

Set the headset to be discoverable

Turn off the headset.
Press and hold the headset button for about eight seconds, until you hear the startup tone and then five quick high beeps.
The headset is now discoverable and will remain so for about five minutes. The status light blinks while the headset is discoverable.

Turn on Bluetooth on the other device and search for devices

On the device, turn Bluetooth on and set the device to search for other Bluetooth devices.
On the device, choose iPhone Bluetooth Headset and enter the PIN code 0000.

Likewise tips

/usr/centeris/bin/domainjoin-cli join DOMAIN USERNAME
service sshd restart
service likewise-open restart

Continue reading ‘Likewise tips’ »

Make directory path visible in the Finder

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder

From TUAW

Eject CD/DVD in OS-X from the Command Line

drutil eject

or

drutil tray open

Windows “net use” commands

net localgroup administrators <- See who is part of the adminstrator group
net use g: \\nas\media <- Mount share as g:
net use g:\\nas\media /USER:cainmanor.local\gregcain <- Mount share as g:, for user gregcain in domain cainmanor.local
net use g: \\nas\media /DELETE <- Delete share
net use /PERSISTENT:yes <- Make current connections persistent across reboots

Short list of important mmc plugins

My most used are…

Disk Management diskmgmt.msc
Local Users & Groups lusrmgr.msc
Event Viewer eventvwr.msc
Active Directory Users & Computers dsa.msc
The full list after the jump

Continue reading ‘Short list of important mmc plugins’ »