Mac OSX tips


How to use wget on Mac OSX

Add the line below to your mac using terminal and open a new terminal. Thnx to mymacosx.com !
echo 'alias wget="curl -O"' >> ~/.bash_profile

How to create an ISO image using .cdr file

Open your terminal and go to .cdr file location and :
hdiutil makehybrid -iso -joliet -o win2k8r2.iso GRMSXEVAL_EN_DVD.cdr
wait...DONE !

No comments:

Post a Comment