Mac: Measuring Wireless Signal Strengths

Filed in mac | software | wireless Leave a comment

Very interesting article i found here, about Optimising wireless reception from a distance, using the following command in Terminal:

while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep CtlRSSI; sleep 0.5; done

it returns a value in dBm, the wireless radio signal strength.

Quick Look: Mac OS X Mail

Filed in mac | software Leave a comment

It is pretty tiring to have to wait for Microsoft Office to open just to have a quicklook at attachments in Mail. Equally tiring to have to drag the cursor to the attachment, highlight the icon and hit spacebar to quicklook the attachment.

Here’s the shortcut key: Cmd+Y

Shall have knew about this sooner!

TOP