SharedHealth Laptop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
***ssh, stunnel, corkscrew | ***ssh, stunnel, corkscrew | ||
*** | *** | ||
**/etc | |||
***fstab<br/>Add entries for /home /tmp /cygdrive /usr/local/bin | |||
<pre> | |||
none / cygdrive binary,posix=0,user 0 0 | |||
c:/Users /home ntfs binary,posix=0,user 0 0 | |||
c:/tmp /tmp ntfs binary,posix=0,user 0 0 | |||
c:/Program\040Files\040(static) /usr/local/bin ntfs binary,posix=0,user 0 0 | |||
</pre> | |||
Latest revision as of 03:00, 5 February 2015
- Outlook Configuration
- Preferences:Email Options:Close original message on reply or forward.
- Preferences:Email Options:Advanced
- In Folder other than Inbox save replies with original:on
- Press CTRL+Enter to send:off
- Mai:Editor Options:Proofing:AutoCorrect
- Capitalize first letter of sentence:off
- Capitalize first letter of table cells:off
- Replace Text
- delete all arrows, e.g. <=>
- delete ellipsis (...)
- AutoFormat
- Hyphens with dash:off
- Bold and Italic:off
- Straight quotes with smart quotes:off
- Ordinals and Fractions:off
- AutoFormat As You Type
- Hyphens with dash:off
- Bold and Italic:off
- Straight quotes with smart quotes:off
- Ordinals and Fractions:off
- Other
- empty deleted on exit:on
- Advanced:Warn before delete:off
- Outlook Panes:Reading:Mark as Read:off
http://www.jan-olof-lindqvist.se/windows-7-and-vista-mouse-focus-on-window-without-raising-the-window/ Start regedit and go to: [HKEY_CURRENT_USER\Control Panel\Desktop] For full X-Mouse, add +41h to the first number stored in binary key “UserPreferencesMask”. If you only want “focus follows mouse,” add +1h.
- Disable Adobe Updater
http://garmahis.com/tips/how-to-disable-adobe-updater/
The solution is very simple. Find through search in disc C file “AdobeUpdaterPrefs.dat” (c:\Documents and Settings\UserName\Local Settings\Application Data\Adobe\Updater5), click with right mouse button and change Attributes of this file to "Read only". UPD: Open this file with any text editor (Notepad) and change year value in this line to 2008 or 2009 <LastDateCheck>2008-10-29</LastDateCheck> or just delete this file, though its very radical cure to my mind.
- Cygwin
- Package Additions
- vi
- ssh, stunnel, corkscrew
- /etc
- fstab
Add entries for /home /tmp /cygdrive /usr/local/bin
- fstab
- Package Additions
none / cygdrive binary,posix=0,user 0 0 c:/Users /home ntfs binary,posix=0,user 0 0 c:/tmp /tmp ntfs binary,posix=0,user 0 0 c:/Program\040Files\040(static) /usr/local/bin ntfs binary,posix=0,user 0 0