Master Keyboard Shortcut List
I always wanted to compiled a list of my most used keyboard shortcuts, so here it is. I’m sure i will be adding more as time goes by so consider this post, a work in progress. Basic Function Key Combination Select All CTRL + A Copy CTRL + C Cut CTRL + X Paste CTRL + [...]
Get Email notifications when Excel workbook has been amended.
Recently I ran across a situation where i had an Excel workbook that was on a shared drive, this file would get updated by different employees on any given time of the day. I need it a way to alert someone in management every time this file was amended. This was my solution: Private Sub [...]
Back Up / Restore Outlook Autocomplete (Recently Typed Emails)
You will need to copy & paste the file; outlook.nk2 from the Application Data folder. Windows XP: C:\Documents and Settings\username\Application Data\Microsoft\Outlook\outlook.NK2 Vista/Win 7: C:\Users\Username\AppData\Roaming\Microsoft\Outlook\outlook.NK2
Netgear WG302 Firmware upgrade via Telnet
http://kb.netgear.com/app/answers/detail/a_id/728 NOTE: Instead of using SolarWinds TFTP server i used TFTPd32(http://tftpd32.jounin.net/) Part 1: Upgrade the Boot Loader Commands: 1. Connect to the WG302 console port via MS Hyper terminal with these settings: Bits per second: 9600 Data bits: 8 Parity: None Stop bits: 1 Flow control: None 2. Copy patch.txt from the zip file into [...]
Wipe dalvik cache in Terminal, Andriod.
*Root Required* Open your Terminal of choice and type the following. $su #cd /system/sd/dalvik-cache #rm * #exit $exit Reboot phone.
