Apr 02
So when you need to download a large file and don’t want to have to worry about whether or not Safari or Firefox continues to run with out interruption, use Terminal and curl (wget replacement). Note: wget is not exists in Leopard,  you should set up an alias for wget to curl -O which does exactly the same thing: echo 'alias wget="curl -O"' >> ~/.bash_profile Your are done. Now just easy to use in Terminal. Here example to download iTunes. wget http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes9/061-7203.20100330.XswP8/iTunes9.1.dmg Curl is better than wget for the ...(continue read)
tags: ,

Oct 26
In Mac OS X 10.5, the AirPort icon in the menu bar had a trick up its sleeve—hold down Option when clicking the icon, and you’d see more information about the various available AirPort networks - The hardware (MAC) address of the wireless station, which channel is in use, the signal strength (RSSI), and finally an indication of the data transmission rate. In Snow Leopard, this feature has been expanded, you can also see what mode your connected network is using (802.11n, for instance), security (WPA2 Personal), MCS Index, which appears to be related to the 802.11n standard. tags: ,