A convenient way to re-run the previous command with sudo

sudo !!

December 14, 2011bashoneliners

Explanation

!! (bang bang!) is replaced with the previous command.

You can read more about it and other history expansion commands in man bash in the Event Designators section.