Saltycrane logo

Sofeng's Blog

Notes on Python, Django, and web development on Ubuntu Linux

     Posts tagged "untagged"

Technorati post claim


Here's my post to claim my blog on Technorati. Technorati Profile Read more...

Outlook 2003 keyboard shortcuts


Microsoft Outlook 2003 on Windows XP keyboard shortcuts

 

F6: Switch between folder list, messages, and reading pane

CTRL+1: Switch to Mail

CTRL+2: Switch to Calendar

 

CTRL+SHIFT+G: Flag a message

CTRL+Q: Mark as read

CTRL+U: Mark as unread

 

CTRL+N: New mail message

CTRL+R: Reply

ALT+S: Send

 

Reference: http://office.microsoft.com/en-us/outlook/HP012303961033.aspx

Read more...

Unaswered Questions


If you know the answer, please leave a comment.

 

1. How do I unpack a tarball to a specific directory?

I know I can uncompress a tar file in the current working directory with tar –xvf mytarfile.tar. Can I upack it to another directory instead?

 

 

Read more...

Useful Windows XP keyboard shortcuts


Windows+BREAK: System Properties
Windows+D: Display the desktop
Windows+E: Open Windows Explorer
Windows+L: Lock the keyboard
Windows+R: Open the Run dialog box Read more...

Useful Firefox keyboard shortcuts


Lesser known shortcuts:
CTRL+E or CTRL+K: focus search box
CTRL+L: focus location box
CTRL+J: toggle downloads window
CTRL+U: show page source
CTRL+B: toggle del.icio.us bookmarks in the sidebar
CTRL+H: toggle history in the sidebar
CTRL+D: add a del.icio.us bookmark

Basic shortcuts:
F11: toggle full screen
CTRL+T: open new tab
CTRL+W: close current tab
CTRL+F: find on page
CTRL+PGUP: previous tab
CTRL+PGDOWN: next tab
CTRL+P: open print dialog
ALT+LEFTARROW: back
ALT+RIGHTARROW: forward
ALT+HOME: home

Read more...

The NATO phonetic alphabet


Alpha Bravo Charlie Delta Echo Foxtrot Golf Hotel India
Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo
Sierra Tango Uniform Victor Whiskey Xray Yankee Zulu Read more...

dumpel.exe


dumpel.exe dumps Windows 2000 event log data to a tab-delimited text file download at: http://www.microsoft.com/downloads/details.aspx?FamilyID=c9c31b3d-c3a9-4a73-86a3-630a3c475c1a&displaylang=en run the command: dumpel -f dumpel_results.txt -l security -d 10 Does anyone know how to interpret the hex data output? Read more...
Created with Django | Hosted by Webfaction