Saltycrane logo

SaltyCrane Blog

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

     Posts tagged "untagged"

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 Slicehost