--- /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
+
--- 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.
--- 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
--- 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?
--- 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
--- 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
--- 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
--- 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
--- /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
+
--- /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"
--- 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