Web

Downloading an Entire Web Site with wget

wget --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --restrict-file-names=windows \ --domains website.org \ --noparent www.website.org Found in Linuxjournal 10/2008

Safari 3 Notes

Enable the Web Inspector tool in Safari 3 beta - type in Mac OS X terminal:
  • defaults write com.apple.Safari WebKitDeveloperExtras -bool true
Enable the Debu menu in Safari 3 beta - type in Mac OS X terminal:
  • defaults write com.apple.Safari IncludeDebugMenu 1
 
Syndicate content