tips

Use Ctrl+Shift+Click to Open Programs as Administrator in Windows 7 (and some other shortcuts you might want)

Guiding Tech

1. Ctrl+Shift+N to Create a New Folder
2. Ctrl+Shift+Click to Open a Program As Administrator
3. Shift+Right-Click Enhances Send to Menu
4. Shift+Right-Click on a Folder to Open Command Prompt
5. Win+Space to Quickly Show Desktop
6. Win+Up/Down/Left/Right for Moving the Active Window
7. For Dual Monitors: Win+Shift+Left Arrow Key to Move Active Window to Left Monitor
8. For Dual Monitors: Win+Shift+Right Arrow Key to Move Active Window to Right Monitor
9. Win+T to Get to Taskbar Items

Clone a web site

To make a total clone of a web site, use httrack... a couple of methods I've seen:

httrack "http://www.all.net/" -O "/tmp/www.all.net" "+*.all.net/*" -v

And to clone a drupal site, I found this worked for me:

httrack http://localhost/ -W -O "~/static_cache" -%v --robots=0

You might want to add "-/reply/" on that last one.

Syndicate content