# HG changeset patch # User Oleksandr Gavenko # Date 1244547607 -10800 # Node ID 1d1a9f5d982056fb166a2eb39b54bae6dede95ac # Parent 099903bdc13c3a021e554e4859181dec7a56e831# Parent 703b527d0279263790ab55e7c0e9516ecdaa8156 Automated merge with file:///srv/hg/admin-doc diff -r 703b527d0279 -r 1d1a9f5d9820 devel-productivity.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devel-productivity.rst Tue Jun 09 14:40:07 2009 +0300 @@ -0,0 +1,10 @@ +-*- outline -*- + +* Productivity statistic. + +KLOC (kilo line of code), MM (man month). + +41 KLOC / 119 MM == 11 LOC/day | 5 people | hard task, high/middle skills, new to domain +6 KLOC / 24 MM == 8.3 LOC/day | 6 people | hard task, high skills +26 KLOC / 46 MM == 19 LOC/day | 7 people | easy task, middle skills +155 KLOC / 20 MM == 260 LOC/day | 7 people | middle task, high skills, high level programming diff -r 703b527d0279 -r 1d1a9f5d9820 domen.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/domen.rst Tue Jun 09 14:40:07 2009 +0300 @@ -0,0 +1,5 @@ +-*- mode: outline; coding: utf-8 -*- + +* Famous domen registry company. + + godaddy.com diff -r 703b527d0279 -r 1d1a9f5d9820 hardware-listner.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hardware-listner.rst Tue Jun 09 14:40:07 2009 +0300 @@ -0,0 +1,11 @@ +-*- outline -*- + +* Linux. + + $ dmesg + $ lsusb + $ lspci + +** Debian. + + $ sudo apt-get install lshw diff -r 703b527d0279 -r 1d1a9f5d9820 man.rst --- a/man.rst Wed May 13 16:47:28 2009 +0300 +++ b/man.rst Tue Jun 09 14:40:07 2009 +0300 @@ -1,5 +1,32 @@ -*- outline -*- +* Man sections. + + 1 Executable programs or shell commands. + 2 System calls (functions provided by the kernel). + 3 Library calls (functions within program libraries). + 4 Special files (usually found in /dev). + 5 File formats and conventions eg /etc/passwd. + 6 Games. + 7 Miscellaneous (including macro packages and conventions). + 8 System administration commands (usually only for root). + +* Invoking man. + +** Search for prog, func, conf file. + + $ man [
] + +** Search by specific keywords. + + $ man -k + +** Throw Emacs. + + M-x man RET [
] + + M-x man RET -k SPACE + * Sections order. NAME - brief prog description