init
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Dec 2008 22:44:15 +0200
changeset 0 0e4335f01909
child 1 743f7a15697a
child 2 0a157fa75c8a
init
debian-apt.rst
debian-isntall.rst
debian-ppp.rst
font.rst
freedom.rst
host-name.rst
irc.rst
licence.rst
lvm.rst
ppp.rst
printer.rst
rc.d.rst
system-load.rst
xorg.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian-apt.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,28 @@
+-*- outline -*-
+
+* Conf files.
+
+See man sources.list(5), apt.conf(5).
+
+ /etc/apt/sources.list
+ /etc/apt/apt.conf
+
+* Setup backport.
+
+Main backports archive you can find on www.backports.org.
+
+To get packeges gpg sign key:
+
+  $ su
+  ...
+  $ wget -O - http://backports.org/debian/archive.key | apt-key add -
+  $ ^D
+
+Write where packeges places:
+
+  $ cat /etc/apt/sources.list
+  deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-2 20070407-12:15]/ etch contrib main
+  deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-1 20070407-12:15]/ etch contrib main
+
+  deb http://www.backports.org/debian/ etch-backports main contrib non-free
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian-isntall.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,74 @@
+-*- outline -*-
+
+* Installing Debian.
+
+ * Download Debian iso CD/DVD image no. 1.
+ * Burn it to CD/DVD.
+ * Boot from this media.
+ * Follow instructions.
+
+* Configuring new system.
+
+** Installing additional packages.
+
+They need to install drivers, browsing file system, editing file etc.
+
+ * menu
+ * emacs
+ * mc
+ * sudo
+ * gcc
+ * make
+ * linux-headers
+ * xserver
+ * xterm
+ * fvwm
+
+** Become sudouser.
+
+  $ su
+  ...
+  $ emacs /etc/sudoers
+  ...
+  $ grep -v "^#" /etc/sudoers
+  Defaults  env_reset
+
+  root      ALL=(ALL) ALL
+  sasha     ALL=(ALL) ALL
+  $ ^D
+
+** Mount additional partitions.
+
+*** See existed partitions.
+
+  $ sudo /sbin/sfdisk -l
+  ...
+
+*** Mounting needed partitions by hands.
+
+  $ sudo mkdir /mnt/wininst
+  $ sudo mount -t ntfs -o ro /dev/sdb2 /mnt/wininst
+
+*** Automatic mounting partitions.
+
+  $ sudo addgroup win
+  $ sudo addgroup user win
+  $ sudo emacs /etc/fstab
+  ...
+  $ cat /etc/fstab
+  # /etc/fstab: static file system information.
+  #
+  # <file system> <mount point>   <type>  <options>       <dump>  <pass>
+  proc            /proc           proc    defaults        0       0
+  /dev/sdc1       /               ext3    defaults,errors=remount-ro 0       1
+  /dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
+
+  /dev/sdb1       /mnt/winsys     ntfs    ro,nls=utf8,gid=win,dmask=222,fmask=337  0       0
+  /dev/sdb2       /mnt/wininst    ntfs    ro,nls=utf8,gid=win,dmask=222,fmask=337  0       0
+  # /dev/sdb3 	/mnt/winbin       ntfs-3g rw,utf8,force,gid=win,dmask=002,fmask=113
+  /dev/sdb3       /mnt/winbin     ntfs    rw,utf8,nls=utf8,gid=win,umask=000  0       0
+  /dev/sdc2       /mnt/fat        vfat    rw,utf8,gid=win,dmask=222,fmask=337      0       0
+  /dev/sda5       /mnt/music      ntfs    ro,nls=utf8,gid=win,dmask=222,fmask=337  0       0
+  /dev/sdd1       /mnt/usb        vfat    rw,shortname=winnt,utf8,quiet,gid=win,dmask=002,fmask=111      0       0
+
+***
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian-ppp.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,3 @@
+-*- outline -*-
+
+* 
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/font.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,22 @@
+-*- outline -*-
+
+* How see installed font for X window.
+
+  $ fontsel &
+
+* Setup font for emacs.
+
+If X running by xinit, write to ~/.xinitrc
+
+  xrdb -merge ~/.Xdefaults &
+
+and write to ~/.Xdefaults
+
+  emacs.font: 7x13
+
+* Setup font for mc.
+
+Not any font display correctly cyrillic characters - only those which with ISO 10646.
+If you in X run mc as
+
+  $ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/freedom.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,253 @@
+-*- mode: outline; fill-column:78 -*-
+
+* The Open Source Definition (Annotated)
+
+Version 1.9
+
+The indented, italicized sections below appear as annotations to the Open Source
+Definition (OSD) and are not a part of the OSD. A plain version of the OSD without
+annotations can be found here. Introduction
+
+Open source doesn't just mean access to the source code. The distribution terms of
+open-source software must comply with the following criteria:
+
+1. Free Redistribution
+
+The license shall not restrict any party from selling or giving away the software as a
+component of an aggregate software distribution containing programs from several different
+sources. The license shall not require a royalty or other fee for such sale.
+
+Rationale: By constraining the license to require free redistribution, we eliminate the
+temptation to throw away many long-term gains in order to make a few short-term sales
+dollars. If we didn't do this, there would be lots of pressure for cooperators to defect.
+
+2. Source Code
+
+The program must include source code, and must allow distribution in source code as well
+as compiled form. Where some form of a product is not distributed with source code, there
+must be a well-publicized means of obtaining the source code for no more than a reasonable
+reproduction cost preferably, downloading via the Internet without charge. The source code
+must be the preferred form in which a programmer would modify the program. Deliberately
+obfuscated source code is not allowed. Intermediate forms such as the output of a
+preprocessor or translator are not allowed.
+
+Rationale: We require access to un-obfuscated source code because you can't evolve
+programs without modifying them. Since our purpose is to make evolution easy, we require
+that modification be made easy.
+
+3. Derived Works
+
+The license must allow modifications and derived works, and must allow them to be
+distributed under the same terms as the license of the original software.
+
+Rationale: The mere ability to read source isn't enough to support independent peer review
+and rapid evolutionary selection. For rapid evolution to happen, people need to be able to
+experiment with and redistribute modifications.
+
+4. Integrity of The Author's Source Code
+
+The license may restrict source-code from being distributed in modified form only if the
+license allows the distribution of "patch files" with the source code for the purpose of
+modifying the program at build time. The license must explicitly permit distribution of
+software built from modified source code. The license may require derived works to carry a
+different name or version number from the original software.
+
+Rationale: Encouraging lots of improvement is a good thing, but users have a right to know
+who is responsible for the software they are using. Authors and maintainers have
+reciprocal right to know what they're being asked to support and protect their
+reputations.
+
+Accordingly, an open-source license must guarantee that source be readily available, but
+may require that it be distributed as pristine base sources plus patches. In this way,
+"unofficial" changes can be made available but readily distinguished from the base source.
+
+5. No Discrimination Against Persons or Groups
+
+The license must not discriminate against any person or group of persons.
+
+Rationale: In order to get the maximum benefit from the process, the maximum diversity of
+persons and groups should be equally eligible to contribute to open sources. Therefore we
+forbid any open-source license from locking anybody out of the process.
+
+Some countries, including the United States, have export restrictions for certain types of
+software. An OSD-conformant license may warn licensees of applicable restrictions and
+remind them that they are obliged to obey the law; however, it may not incorporate such
+restrictions itself.
+
+6. No Discrimination Against Fields of Endeavor
+
+The license must not restrict anyone from making use of the program in a specific field of
+endeavor. For example, it may not restrict the program from being used in a business, or
+from being used for genetic research.
+
+Rationale: The major intention of this clause is to prohibit license traps that prevent
+open source from being used commercially. We want commercial users to join our community,
+not feel excluded from it.
+
+7. Distribution of License
+
+The rights attached to the program must apply to all to whom the program is redistributed
+without the need for execution of an additional license by those parties.
+
+Rationale: This clause is intended to forbid closing up software by indirect means such as
+requiring a non-disclosure agreement.
+
+8. License Must Not Be Specific to a Product
+
+The rights attached to the program must not depend on the program's being part of a
+particular software distribution. If the program is extracted from that distribution and
+used or distributed within the terms of the program's license, all parties to whom the
+program is redistributed should have the same rights as those that are granted in
+conjunction with the original software distribution.
+
+Rationale: This clause forecloses yet another class of license traps.
+
+9. License Must Not Restrict Other Software
+
+The license must not place restrictions on other software that is distributed along with
+the licensed software. For example, the license must not insist that all other programs
+distributed on the same medium must be open-source software.
+
+Rationale: Distributors of open-source software have the right to make their own choices
+about their own software.
+
+Yes, the GPL is conformant with this requirement. Software linked with GPLed libraries
+only inherits the GPL if it forms a single work, not any software with which they are
+merely distributed.
+
+10. License Must Be Technology-Neutral
+
+No provision of the license may be predicated on any individual technology or style of
+interface.
+
+Rationale: This provision is aimed specifically at licenses which require an explicit
+gesture of assent in order to establish a contract between licensor and licensee.
+Provisions mandating so-called "click-wrap" may conflict with important methods of
+software distribution such as FTP download, CD-ROM anthologies, and web mirroring; such
+provisions may also hinder code re-use. Conformant licenses must allow for the possibility
+that (a) redistribution of the software will take place over non-Web channels that do not
+support click-wrapping of the download, and that (b) the covered code (or re-used portions
+of covered code) may run in a non-GUI environment that cannot support popup dialogues.
+
+* Social Contract with the Free Software Community
+
+Version 1.1
+
+1. Debian will remain 100% free
+
+We provide the guidelines that we use to determine if a work is free in the document
+entitled The Debian Free Software Guidelines. We promise that the Debian system and all
+its components will be free according to these guidelines. We will support people who
+create or use both free and non-free works on Debian. We will never make the system
+require the use of a non-free component.
+
+2. We will give back to the free software community
+
+When we write new components of the Debian system, we will license them in a manner
+consistent with the Debian Free Software Guidelines. We will make the best system we can,
+so that free works will be widely distributed and used. We will communicate things such as
+bug fixes, improvements and user requests to the upstream authors of works included in our
+system.
+
+3. We will not hide problems
+
+We will keep our entire bug report database open for public view at all times. Reports
+that people file online will promptly become visible to others.
+
+4. Our priorities are our users and free software
+
+We will be guided by the needs of our users and the free software community. We will place
+their interests first in our priorities. We will support the needs of our users for
+operation in many different kinds of computing environments. We will not object to
+non-free works that are intended to be used on Debian systems, or attempt to charge a fee
+to people who create or use such works. We will allow others to create distributions
+containing both the Debian system and other works, without any fee from us. In furtherance
+of these goals, we will provide an integrated system of high-quality materials with no
+legal restrictions that would prevent such uses of the system.
+
+5. Works that do not meet our free software standards
+
+We acknowledge that some of our users require the use of works that do not conform to the
+Debian Free Software Guidelines. We have created contrib and non-free areas in our archive
+for these works. The packages in these areas are not part of the Debian system, although
+they have been configured for use with Debian. We encourage CD manufacturers to read the
+licenses of the packages in these areas and determine if they can distribute the packages
+on their CDs. Thus, although non-free works are not a part of Debian, we support their use
+and provide infrastructure for non-free packages (such as our bug tracking system and
+mailing lists).
+
+* The Debian Free Software Guidelines (DFSG)
+
+ 1. Free Redistribution
+
+The license of a Debian component may not restrict any party from selling or giving away
+the software as a component of an aggregate software distribution containing programs from
+several different sources. The license may not require a royalty or other fee for such
+sale.
+ 
+ 2. Source Code
+
+The program must include source code, and must allow distribution in source code as well
+as compiled form.
+
+3. Derived Works
+
+The license must allow modifications and derived works, and must allow them to be
+distributed under the same terms as the license of the original software.
+
+4. Integrity of The Author's Source Code
+
+The license may restrict source-code from being distributed in modified form _only_ if the
+license allows the distribution of patch files with the source code for the purpose of
+modifying the program at build time. The license must explicitly permit distribution of
+software built from modified source code. The license may require derived works to carry a
+different name or version number from the original software. (This is a compromise. The
+Debian group encourages all authors not to restrict any files, source or binary, from
+being modified.)
+
+5. No Discrimination Against Persons or Groups
+
+The license must not discriminate against any person or group of persons.
+
+6. No Discrimination Against Fields of Endeavor
+
+The license must not restrict anyone from making use of the program in a specific field of
+endeavor. For example, it may not restrict the program from being used in a business, or
+from being used for genetic research.
+
+7. Distribution of License
+
+The rights attached to the program must apply to all to whom the program is redistributed
+without the need for execution of an additional license by those parties.
+
+8. License Must Not Be Specific to Debian
+
+The rights attached to the program must not depend on the program's being part of a Debian
+system. If the program is extracted from Debian and used or distributed without Debian but
+otherwise within the terms of the program's license, all parties to whom the program is
+redistributed should have the same rights as those that are granted in conjunction with
+the Debian system.
+
+9. License Must Not Contaminate Other Software
+
+The license must not place restrictions on other software that is distributed along with
+the licensed software. For example, the license must not insist that all other programs
+distributed on the same medium must be free software.
+
+10. Example Licenses
+
+The GPL, BSD, and Artistic licenses are examples of licenses that we consider free.
+
+* The Free Software Definition
+
+Free software is a matter of the users' freedom to run, copy, distribute, study, change
+and improve the software. More precisely, it refers to four kinds of freedom, for the
+users of the software:
+
+ * The freedom to run the program, for any purpose (freedom 0).
+ * The freedom to study how the program works, and adapt it to your needs (freedom 1).
+   Access to the source code is a precondition for this.
+ * The freedom to redistribute copies so you can help your neighbor (freedom 2).
+ * The freedom to improve the program, and release your improvements to the public, so
+   that the whole community benefits (freedom 3).
+ * Access to the source code is a precondition for this.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/host-name.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,25 @@
+-*- outline -*-
+
+* What characters may be used for host name?
+
+As say RFC 952 hostname is a text string up to 24 characters drawn from the alphabet
+(A-Z), digits (0-9), minus sign (-), and period (.).
+
+As say RFC 1035:
+
+  <domain> ::= <subdomain> | " "
+
+  <subdomain> ::= <label> | <subdomain> "." <label>
+
+  <label> ::= <letter> [ [ <ldh-str> ] <let-dig> ]
+
+  <ldh-str> ::= <let-dig-hyp> | <let-dig-hyp> <ldh-str>
+
+  <let-dig-hyp> ::= <let-dig> | "-"
+
+  <let-dig> ::= <letter> | <digit>
+
+  <letter> ::= any one of the 52 alphabetic characters A through Z in
+  upper case and a through z in lower case
+
+  <digit> ::= any one of the ten digits 0 through 9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/irc.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,16 @@
+-*- mode: outline -*-
+
+* What are IRC client for emacs?
+
+See: http://www.emacswiki.org/emacs/InternetRelayChat.
+
+ * erc, see:
+   http://www.emacswiki.org/emacs/ERC
+
+ * ZenIRC, see:
+   http://www.emacswiki.org/emacs/ZenIRC
+
+* How register on freenode?
+
+Go to http://freenode.net/faq.shtml#nicksetup.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/licence.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,111 @@
+-*- mode: outline; fill-column: 78 -*-
+
+* Where find info on licence?
+
+See:
+
+ * http://www.opensource.org/licenses
+
+Also see:
+
+ * http://en.wikipedia.org/wiki/List_of_software_licences
+ * http://www.debian.org/legal/licenses/
+ * http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
+ * http://en.wikipedia.org/wiki/Comparison_of_free_software_licences
+ * http://en.wikipedia.org/wiki/Open_source_license
+
+* How apply license?
+
+** Creative commons license.
+
+Put in file or in text:
+
+  This publication is released under the Creative Commons Attribution 2.0
+  license.
+  For full details of the license, please refer to the following:
+  Creative-commons.org/licenses/by/2.0/legalcode
+
+or like this:
+
+  Copyright © 2005, 2006, 2007 Random Newbie, under a Creative Commons
+  Attribution-ShareAlike (3.0) license.
+
+or like this:
+
+  This book is licensed under the terms of Creative Commons
+  Attribution-NonCommercial-NoDerivs 2.0 license available from
+  http://www.creativecommons.org/. Accordingly, you are free to copy,
+  distribute, display, and perform the work under the following conditions:
+  (1) you must give the original author credit, (2) you may not use this work
+  for commercial purposes, and (3) you may not alter, transform, or build upon
+  this work.
+
+or like this:
+
+  This work is licensed under the Creative Commons Attribution-NoDerivs
+  License. A summary of the license is given below, followed by the full legal
+  text.
+
+  You are free:
+   · to copy, distribute, display, and perform the work
+   · to make commercial use of the work
+  Under the following conditions:
+  Attribution. You must give the original author credit.
+  No Derivative Works. You may not alter, transform, or build upon this work.
+   · For any reuse or distribution, you must make clear to others the license
+   terms of this work.
+   · Any of these conditions can be waived if you get permission from the
+   copyright holder.
+  Your fair use and other rights are in no way affected by the above.
+
+  Creative Commons Legal Code
+
+  Attribution No-Derivs 2.0
+  ...
+
+*** Links to Creative Commons License.
+
+Attribution Non-commercial No Derivatives (by-nc-nd)
+  http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
+Attribution Non-commercial Share Alike (by-nc-sa)
+  http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
+Attribution Non-commercial (by-nc)
+  http://creativecommons.org/licenses/by-nc/3.0/legalcode
+Attribution No Derivatives (by-nd)
+  http://creativecommons.org/licenses/by-nd/3.0/legalcode
+Attribution Share Alike (by-sa)
+  http://creativecommons.org/licenses/by-sa/3.0/legalcode
+Attribution (by)
+  http://creativecommons.org/licenses/by/3.0/legalcode
+
+* What is FLOSS?
+
+Free/Libre/Open Source Software. See
+
+  http://en.wikipedia.org/wiki/Free_and_open_source_software
+
+* What licences are FLOSS compotable?
+
+License name                    Version(s)/Copyright Date
+Academic Free License           2.0
+Apache Software License         1.0/1.1/2.0
+Apple Public Source License     2.0
+Artistic license                From Perl 5.8.0
+BSD license                     "July 22 1999"
+Common Public License           1.0
+GNU Library or "Lesser" General Public License (LGPL)   2.0/2.1
+IBM Public License, Version     1.0
+Jabber Open Source License      1.0
+MIT License (As listed in file MIT-License.txt) -
+Mozilla Public License (MPL)    1.0/1.1
+Open Software License           2.0
+OpenSSL license (with original SSLeay license)  "2003" ("1998")
+PHP License                     3.0
+Python license (CNRI Python License)    -
+Python Software Foundation License      2.1.1
+Sleepycat License               "1999"
+W3C License                     "2001"
+X11 License                     "2001"
+Zlib/libpng License             -
+Zope Public License             2.0/2.1
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lvm.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,107 @@
+-*- outline -*-
+
+* Debian package.
+
+  $ sudo apt-get --install lvm
+
+* See partitions.
+
+  $ sudo sfdisk -l
+
+or use gparted(1).
+
+* Setup physical volume.
+
+  $ sudo pvcreate /dev/sdc3
+  Physical volume "/dev/sdc3" successfully created
+
+* Setup volume group.
+
+  $ sudo vgcreate vg0 /dev/sdc3
+  Volume group "vg0" successfully created
+
+  $ sudo vgdisplay 
+  --- Volume group ---
+  VG Name               vg0
+  System ID             
+  Format                lvm2
+  Metadata Areas        1
+  Metadata Sequence No  1
+  VG Access             read/write
+  VG Status             resizable
+  MAX LV                0
+  Cur LV                0
+  Open LV               0
+  Max PV                0
+  Cur PV                1
+  Act PV                1
+  VG Size               77.22 GB
+  PE Size               4.00 MB
+  Total PE              19769
+  Alloc PE / Size       0 / 0   
+  Free  PE / Size       19769 / 77.22 GB
+  VG UUID               ZOQvrP-PnJ2-kKsH-7aLU-eOa3-K5M2-sRstJH
+
+
+* Create logical volume.
+
+  $ sudo lvcreate -L 10G -n home vg0
+  Logical volume "home" created
+
+* Create fs on logical volume.
+
+  $  sudo mke2fs -j /dev/vg0/home
+  mke2fs 1.40-WIP (14-Nov-2006)
+  Filesystem label=
+  OS type: Linux
+  Block size=4096 (log=2)
+  Fragment size=4096 (log=2)
+  1310720 inodes, 2621440 blocks
+  131072 blocks (5.00%) reserved for the super user
+  First data block=0
+  Maximum filesystem blocks=2684354560
+  80 block groups
+  32768 blocks per group, 32768 fragments per group
+  16384 inodes per group
+  Superblock backups stored on blocks:
+          32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
+
+  Writing inode tables: done
+  Creating journal (32768 blocks): done
+  Writing superblocks and filesystem accounting information: done
+
+* Remove logical volume.
+
+  $ lvremove  /dev/vg0/home
+
+* Move home dir to lvm.
+
+  $ su
+  ...
+  $ mv /home /home2
+  $ lvcreate -L 10G -n home vg0
+  $ mke2fs -j /dev/vg0/home
+  $ emacs /etc/fstab
+  ...
+  $ cat /etc/fstab
+  ...
+  /dev/vg0/home   /home  ext3  defaults  0  2
+  ...
+  $ mount -a
+  $ (cd /home2; tar -cf - .) | (cd /home; tar -xpf -)
+  $ rm -r /home2
+
+* Creating swap on lvm.
+
+  $ su
+  ...
+  $ lvcreate -L 1G -n swap vg0
+  $ mkswap -v1 /dev/vg0/swap
+  $ emacs /etc/fstab
+  ...
+  $ cat /etc/fstab
+  ...
+  /dev/vg0/swap   swap  swap  defaults  0  0
+  ...
+  $ swapon -a
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ppp.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,3 @@
+-*- outline -*-
+
+* Configuring ppp.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/printer.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,39 @@
+-*- mode: outline -*-
+
+* Where find driver for HP printers?
+
+Go to
+
+  http://hplipopensource.com
+
+and follow instructions.
+
+* How about LJ 1020?
+
+This printer is supported by the foo2zjs free software printer driver.
+
+The printer is faster than the LaserJet 1000 and has a USB connection. It has only 2 MB of
+RAM and 32 kB of ROM.
+
+The firmware of the printer must be uploaded after turning it on. You can use a
+hotplug/udev script which comes with foo2zjs, or do it manually:
+
+  cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0
+
+* What is CUPS?
+
+See
+
+  http://www.cups.org/
+  http://en.wikipedia.org/wiki/Common_Unix_Printing_System
+
+* How access to web interface of CUPS?
+
+Go to
+
+  http://localhost:631
+
+
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rc.d.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,7 @@
+-*- outline -*-
+
+* How manage runlevel for startup script.
+
+For debian preferred package is sysvconfig(8).
+
+See also bum(8) or update-rc.d(8) or sysv-rc-conf(8).
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/system-load.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,21 @@
+-*- outline -*-
+
+* How cpu busy?
+
+  $ top
+
+* How many free memory?
+
+  $ free -t
+               total       used       free     shared    buffers     cached
+  Mem:       1028732      91928     936804          0       5396      34936
+  -/+ buffers/cache:      51596     977136
+  Swap:      1048568          0    1048568
+  Total:     2077300      91928    1985372
+
+or
+
+  $ vmstat
+  procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
+   r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
+   0  0      0 936804   5460  34936    0    0    21     5  363   29  0  0 99  0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xorg.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,24 @@
+-*- mode: outline -*-
+
+* Where find info?
+
+  $ man 5 xorg.cong
+
+* How set standby time?
+
+Put something like this in xorg.cong:
+
+  Section "ServerFlags"
+      # Disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus.
+      Option "DontZoom"       "true"
+      # Blank phase of the screensaver.
+      #Option "BlankTime"      "0"
+      # Standby phase of DPMS mode.
+      Option "StandbyTime"     "10"
+      #
+      #Option "SuspendTime"    "0"
+      #
+      #Option "OffTime"        "0"
+  EndSection
+
+Time measure in minute.