# HG changeset patch # User Oleksandr Gavenko # Date 1279983772 -10800 # Node ID c04fa8d4799d71ee8bf14be59cc5fa07f391949b # Parent 56dce8c7f29813b62fcc6a10cb67a42ccf641ca9# Parent 37d810075a7bdfe0158c166d250fce872375bfeb merged diff -r 37d810075a7b -r c04fa8d4799d cvs.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cvs.rst Sat Jul 24 18:02:52 2010 +0300 @@ -0,0 +1,6 @@ +-*- mode: outline; coding: utf-8 -*- + +* CVS via proxy server. + + $ cvs -d:pserver;proxy=$proxyhost;proxyport=$proxyport:$cvsuser@$cvsdomain:/$repo + diff -r 37d810075a7b -r c04fa8d4799d cygwin.rst --- a/cygwin.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/cygwin.rst Sat Jul 24 18:02:52 2010 +0300 @@ -31,6 +31,11 @@ Also you need edit /etc/passwd to point to correct home path. +** Cygwin ports. + + http://sourceware.org/cygwinports/ + home page + * Users and groups. ** Recreate /etc/passwd and /etc/groups. diff -r 37d810075a7b -r c04fa8d4799d devel-windows.rst --- a/devel-windows.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/devel-windows.rst Sat Jul 24 18:02:52 2010 +0300 @@ -15,6 +15,11 @@ http://www.dependencywalker.com/ +* Windows 2000 Resource Kit Tools. + + http://support.microsoft.com/kb/927229 + Windows 2000 Resource Kit Tools for administrative tasks + * Sysinternals. TODO @@ -81,3 +86,11 @@ http://msdn.microsoft.com/en-us/library/bb417343.aspx Microsoft Cabinet Format +* Internet Explorer. + +** Debugging. + +Install IE 8.0 and press 'F12' key. + + http://msdn.microsoft.com/library/dd565626.aspx + Developer Tools User Interface Reference diff -r 37d810075a7b -r c04fa8d4799d driver-win.rst --- a/driver-win.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/driver-win.rst Sat Jul 24 18:02:52 2010 +0300 @@ -112,6 +112,8 @@ http://msdn.microsoft.com/en-us/library/ms791134.aspx System-Supplied Device Setup Classes + http://msdn.microsoft.com/en-us/library/ff538820.aspx + Drivers for the Supported USB Device Classes * How list drivers? diff -r 37d810075a7b -r c04fa8d4799d emacs.rst --- a/emacs.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/emacs.rst Sat Jul 24 18:02:52 2010 +0300 @@ -165,3 +165,19 @@ http://cedet.sourceforge.net/checkdoc.shtml home page before including it into GNU Emacs http://www.emacswiki.org/emacs/CheckDoc + +* Installing Emacs. + +** From sources. + + http://ftp.gnu.org/pub/gnu/emacs + +** Windows. + + http://ftp.gnu.org/pub/gnu/emacs/windows + http://alpha.gnu.org/gnu/emacs/windows + beta releases for windows + +** Debian. + + $ apt-get install emacs diff -r 37d810075a7b -r c04fa8d4799d fs.rst --- a/fs.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/fs.rst Sat Jul 24 18:02:52 2010 +0300 @@ -13,3 +13,12 @@ * Convert file name coding. $ convmv --nosmart -f cp-1251 -t utf-8 -r $dir + +* File names. + +** POSIX. + +** Windows. + + http://msdn.microsoft.com/en-us/library/aa365247.aspx + Naming Files, Paths, and Namespaces diff -r 37d810075a7b -r c04fa8d4799d image.rst --- a/image.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/image.rst Sat Jul 24 18:02:52 2010 +0300 @@ -8,3 +8,8 @@ ImageMagick - is a free software suite for the creation, modification and display of bitmap images. + +* Free art. + + http://openclipart.org/ + home page diff -r 37d810075a7b -r c04fa8d4799d make.rst --- a/make.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/make.rst Sat Jul 24 18:02:52 2010 +0300 @@ -1,5 +1,5 @@ --*- outline -*- - -* How view list of default make definitions. - - $ make -p -f /dev/null +-*- outline -*- + +* How view list of default make definitions. + + $ make -p -f /dev/null diff -r 37d810075a7b -r c04fa8d4799d source-navigation.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source-navigation.rst Sat Jul 24 18:02:52 2010 +0300 @@ -0,0 +1,42 @@ +-*- mode: outline -*- + +* etags. + +For Emacs. + +* ctags (Exuberant Ctags). + +For Emacs/Vim. + + http://ctags.sourceforge.net + home page + +* GNU GLOBAL. + + http://www.gnu.org/software/global + home page + +* ID Utils. + + http://www.gnu.org/software/idutils/idutils.html + home page + +* cscope. + +For Vim. + +** cbrowser. + +Cbrowser is a graphical C/C++ source code searching and browsing tool, and a +hierarchical function call viewer. + +Cbrowser is implemented in Tcl/Tk. + + http://www.ziplink.net/~felaco/cbrowser + +* OpenGrok. + +Written on Java. Allow WEB hosting and highlighting. + + http://ru.wikipedia.org/wiki/OpenGrok + diff -r 37d810075a7b -r c04fa8d4799d vm.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm.rst Sat Jul 24 18:02:52 2010 +0300 @@ -0,0 +1,7 @@ +-*- mode: outline; coding: utf-8 -*- + +* VMWare. + +** VMWare remote graphical client. + + $ vmware-vmrc.exe -h 192.168.1.2 -u user -p passwd "dir/file.vmx" diff -r 37d810075a7b -r c04fa8d4799d windows.rst --- a/windows.rst Sat Jul 24 18:01:41 2010 +0300 +++ b/windows.rst Sat Jul 24 18:02:52 2010 +0300 @@ -234,6 +234,15 @@ http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx /noexecute parameter +* Life cycle. + + http://www.microsoft.com/windows/lifecycle/servicepacks.mspx + Windows Service Pack Road Map + http://www.microsoft.com/windows/lifecycle/default.mspx + Windows Life-Cycle Policy + http://support.microsoft.com/gp/lifeselect + Life-Cycle Policy by product + * NTFS junction points. To craete use 'junction.exe' from Mark Russinovich or 'linkd.exe' from