--- /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
--- /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
--- /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
--- 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 [<section>] <item>
+
+** Search by specific keywords.
+
+ $ man -k <keywords>
+
+** Throw Emacs.
+
+ M-x man RET [<section>] <item>
+
+ M-x man RET -k SPACE <keywords>
+
* Sections order.
NAME - brief prog description