# HG changeset patch # User Oleksandr Gavenko # Date 1250855128 -10800 # Node ID f6dc9574b69df6e26db14dc8123bf24b9e04c758 # Parent 5181378e42af5c9d5251b740ec7e0cad33187580# Parent e225b746945d5640abf980dfd4ab5b7d273342ed Automated merge with file:///d:\srv\hg\admin-doc diff -r 5181378e42af -r f6dc9574b69d emacs.rst --- a/emacs.rst Thu Aug 20 22:45:18 2009 +0300 +++ b/emacs.rst Fri Aug 21 14:45:28 2009 +0300 @@ -1,17 +1,17 @@ --*- mode: outline -*- +-*- mode: outline; coding: utf-8 -*- * Debugging. ** Using edebug. -Execute ‘M-x edebug-defun’ (also on ‘C-u C-M-x’) on defun in source code to +Execute 'M-x edebug-defun' (also on 'C-u C-M-x') on defun in source code to enable debugging for desired function. When next time this function invoked you entered to its debugging (jamped to its source code). To start debug execute code which used debugged function. You can disable edebug on a function by evaluating the function again using -‘C-M-x’. +'C-M-x'. ** How debug func? @@ -24,8 +24,8 @@ When your InitFile has a bug, or when you load external files that cause errors, the bug is often hard to find, because the Emacs Lisp reader does not -know about line numbers and files – it just knows an error happened, and -that’s it. +know about line numbers and files - it just knows an error happened, and +that's it. *** Binary Search. @@ -46,6 +46,6 @@ *** Simplified Binary Search. -Add (error “No error until here”) in the middle of your file. If you get the -error “No error until here” when reloading the file, move the expression +Add (error 'No error until here') in the middle of your file. If you get the +error 'No error until here' when reloading the file, move the expression towards the back of the file, otherwise towards the front of the file. diff -r 5181378e42af -r f6dc9574b69d windows.rst --- a/windows.rst Thu Aug 20 22:45:18 2009 +0300 +++ b/windows.rst Fri Aug 21 14:45:28 2009 +0300 @@ -1,14 +1,30 @@ -*- outline -*- -* Vista and Samba. +* XP. + +** Recovery. + + cmd> sfc /Scannow + +To complite repair you may need original installation CD. Works for +Windows 2000, Windows XP, Windows 2003. + +See + + http://support.microsoft.com/kb/222471/ + http://support.microsoft.com/kb/310747/ru + +* Vista + +** Samba. By default, you cannot authenticate and share files to and from Mac OS X or Linux Samba due to a well known authentication method turned off by default. To enable this, -** Only for Windows Vista Ultimate/Business/Enterprise Editions. +*** Only for Windows Vista Ultimate/Business/Enterprise Editions. -Goto Start—>Run and open gpedit.msc or secpol.msc +Goto Start->Run and open gpedit.msc or secpol.msc Select Continue on the User Account Control prompt. This will launch the Group Policy Object Editor for the Local Computer Policy. @@ -21,22 +37,22 @@ -> Local Policies -> Security Options -Open the ‘Network security: LAN Manager authentication level’ policy and +Open the "Network security: LAN Manager authentication level" policy and change the Security Setting to: Send LM & NTLM - use NTLMv2 session security if negotiated -** Windows Vista Home Edition. +*** Windows Vista Home Edition. Since Windows Vista Home Edition does not feature the Group Policy Editor, you may do the following to enable this feature: -Goto Start—>Run—> and type regedit. +Goto Start->Run-> and type regedit. Select Continue on the User Account Control prompt. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa -Create the following DWORD value (if it doesn’t exist): LmCompatibilityLevel +Create the following DWORD value (if it doesn't exist): LmCompatibilityLevel And set its value to: 1