Showing posts with label mac. Show all posts
Showing posts with label mac. Show all posts
Tuesday, March 24, 2015
Monday, November 21, 2011
MAC Screenshot Command
- command+shift+3 // Full Screenshot
- command+shift+4 // Crosshair to allow selection of screenshot area
- command+shif+4(then spacebar) // Camera to capture specific screen object. Similar to Digital Camera
Wednesday, August 10, 2011
wget utlity on MAC
By default wget utility is not included in MAC. So I decided to install it through 'port'
sudo port install wget
---> Computing dependencies for wget
---> Fetching archive for wget
---> Fetching wget
---> Attempting to fetch wget-1.12.tar.gz from ftp://ftp.gnu.org/gnu/wget
---> Verifying checksum(s) for wget
---> Extracting wget
---> Applying patches to wget
---> Configuring wget
---> Building wget
---> Staging wget into destroot
---> Installing wget @1.12_3+ssl
---> Activating wget @1.12_3+ssl
To customize wget, you can copy wgetrc.sample to wgetrc
in /opt/local/etc and then make changes.
---> Cleaning wget
sudo port install wget
---> Computing dependencies for wget
---> Fetching archive for wget
---> Fetching wget
---> Attempting to fetch wget-1.12.tar.gz from ftp://ftp.gnu.org/gnu/wget
---> Verifying checksum(s) for wget
---> Extracting wget
---> Applying patches to wget
---> Configuring wget
---> Building wget
---> Staging wget into destroot
---> Installing wget @1.12_3+ssl
---> Activating wget @1.12_3+ssl
To customize wget, you can copy wgetrc.sample to wgetrc
in /opt/local/etc and then make changes.
---> Cleaning wget
Thursday, June 10, 2010
Set Default web browser for Mac OS X
Steps needed to change default browser:
- Start Safari
- Preferences
- General Tab
- Choose Default Web Browser
- Close the preferences window.
Subscribe to:
Posts (Atom)