Move handbook from /usr/share/doc to /usr/calculate/install/doc

master
Трацевский Александр 14 years ago
parent d11cb80b77
commit 0a79d36438

@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>handbook</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
h1, h2, h3, h4 { font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
ul.toc { padding: 4px; margin-left: 0; }
ul.toc li { list-style-type:none; }
ul.toc li.heading2 { margin-left: 1em; }
ul.toc li.heading3 { margin-left: 2em; }
a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
</style>
</head>
<body>
<h1 id="Руководство">Руководство<a href="#Руководство" class="wiki-anchor">&para;</a></h1>
<h2 id="Спасибо-что-вы-используете-Calculate-Linux">Спасибо что вы используете Calculate Linux!<a href="#Спасибо-что-вы-используете-Calculate-Linux" class="wiki-anchor">&para;</a></h2>
<p>Мы постарались собрать для вас максимально удобную для работы систему, используя поистине потрясающие возможности, которые заложены в системе управления пакетов Portage. Система распространяется установочным образом, в котором собрано лучшее программное обеспечение. Большинство программ имеет открытую лицензию, позволяющую устанавливать, распространять и модифицировать исходный код.</p>
<h2 id="Настройка-сети">Настройка сети<a href="#Настройка-сети" class="wiki-anchor">&para;</a></h2>
<p>За настройку сети в Calculate Linux Desktop отвечает <em>Wicd Manager</em>. Программа имеет графический интерфейс при помощи которого можно настроить как проводную, так и беспроводную сеть. При загрузке Wicd попытается поднять сетевой интерфейс и получить IP адрес из DHCP сервера. Вызвать программу можно по иконке в правом верхнем углу экрана. Получить доступ к wicd можно из консоли, выполнив:<br /><pre>
wicd-curses
</pre></p>
<p>Настройка сети в Calculate Directory Server и Calculate Linux Scratch выполняется через конфигурационный файл <em>/etc/conf.d/net</em>, описание настроек которого можно увидеть в примерах <em>/usr/share/doc/openrc/net.example</em>. После изменения настроек перезапустите сетевой интерфейс:<br /><pre>
/etc/init.d/net.eth0 restart
</pre></p>
<h2 id="Разбиение-диска">Разбиение диска<a href="#Разбиение-диска" class="wiki-anchor">&para;</a></h2>
<p>Наиболее простой способ установить систему - воспользоваться функцией авторазбиения диска. Если вы планируете использовать Calculate Linux совместно с другими системами, возможно вам понадобится разбить жесткий диск, выделив на нем место для установки системы.</p>
<p>Calculate Linux устанавливается в один раздел, емкостью не менее 6 Гб для версии с KDE и не менее 3 Гб для XFCE. Рекомендуется использовать раздел в 10 Гб. Как правило, потребуется выделить раздел подкачки (swap) с размером примерно равным объему оперативной памяти. Если swap уже выделен, то создавать новый не нужно. Хорошо иметь отдельный раздел для личных файлов (/home).</p>
<p>В Calculate Linux Desktop для разбиения дисков есть программы <em>Partitionmanager</em> (в версии KDE) и <em>Gparted</em> (в версии XFCE). Для Calculate Linux Scratch и Calculate Directory Server используйте консольные утилиты <em>fdisk</em> или <em>cfdisk</em>.</p>
<p>Для того, чтобы посмотреть список доступных разделов, откройте консоль с правами пользователя root и наберите:<br /><pre>
fdisk -l
</pre><br />Если вы никогда не использовали Linux, вам понадобится немного времени на то, чтобы привыкнуть к наименованию разделов в виде <em>sda1, sda2,...</em> вместо привычных <em>c:, d:</em>.</p>
<p>Вы также можете воспользоваться уже готовым разделом, либо создать его из <em>Windows</em>. Попытайтесь его правильно определить в Linux, основываясь на очередности расположения и размере. Как правило диску <em>C:</em> соответствует <em>sda1</em>, диску <em>D:</em> соответственно <em>sda2</em>.</p>
<h2 id="Установка">Установка<a href="#Установка" class="wiki-anchor">&para;</a></h2>
<p>За установку системы отвечает программа <em>Calculate</em>. Если вы выполните <em>calculate</em> без параметров, программа предложит вам указать раздел, на который следует установить систему. <em>Calculate</em> может выполнить разбиение диска только если вы готовы выделить весь жесткий диск для системы.</p>
<p>Для установки во второй раздел жесткого диска, вам достаточно будет выполнить:<br /><pre>
calculate -d /dev/sda2
</pre><br />Для установки на жесткий диск с удалением прежних данных:<br /><pre>
calculate -d /dev/sda
</pre></p>
<p>Программа разворачивает <em>stage4</em> образ системы и выполняет настройку через файлы шаблонов. По сути это те же файлы настройки, содержащие переменные программы. <em>Calculate</em> определяет тип оборудования машины и заполняет эти переменными значениями. Вы можете посмотреть список переменных, выполнив "calculate -v". Значения переменных, которые можно изменить отмечены в списке флагом [w], переменные только для чтения помечены как [r]. Для изменения значений переменных, используйте опцию --set-имя_переменной.</p>
<p><strong>Список наиболее часто используемых опций установки</strong><br />--disk=/dev/sda2 - <em>раздел для установки (по умолчанию будет предложен раздел sda2);</em><br />--set-format=reiserfs (ext4, ext3, ext2, xfs, jfs) - <em>формат файловой системы;</em><br />--set-composite=on (off) - <em>включение композитного режима;</em><br />--set-type=hdd (flash, usb-hdd) - <em>тип носителя, устанавливается в случае неправильного определения.</em></p>
<p><strong>Дополнительные параметры</strong><br />--set-hostname=linux - <em>сетевое имя компьютера, по умолчанию 'calculate';</em><br />--set-video_resolution=1280x1024 (1024x768, 1152x864, 1280x800 <em>и т.д.</em>) - <em>разрешение экрана, используйте если разрешение экрана определилось неверно;</em><br />--set-mbr=off - <em>не изменять MBR во время установки;</em><br />--set-erase=off - <em>не выполнять форматирование раздела перед установкой;</em><br />--set-march=i686 (x86_64) - <em>установить дистрибутив для 32 или 64-битной архитектуры процессора, не актуально для установки с CD диска.</em></p>
<h3 id="Установка-на-USB-Flash">Установка на USB-Flash<a href="#Установка-на-USB-Flash" class="wiki-anchor">&para;</a></h3>
<p>При инсталляции системы вы можете указать устройство USB-Flash и система будет установлена на вашу флешку. Пример:<br /><pre>
calculate -d /dev/sdb
</pre><br /><em>Обратите внимание, при установке флешка будет отформатирована в файловую систему FAT32. Перед установкой обязательно сохраните все свои данные.</em></p>
<p>В приведенном примере флешка указана как диск <em>sdb</em>. Чтобы узнать тот ли это диск, выполните команду <em>fdisk -l</em> чтобы посмотреть все доступные устройства и разделы.</p>
<p>В случае, если ваша флешка определилась как <em>ssd</em> диск, вы можете добавить параметр "--set-type=flash" - изменить тип носителя на Flash.</p>
<h2 id="Первый-запуск">Первый запуск<a href="#Первый-запуск" class="wiki-anchor">&para;</a></h2>
<p>После установки CLD, CLDX и CLSG в системе будут два пользователя: <em>root</em> и <em>guest</em>. Доступ к графическому сеансу может получить только пользователь <em>guest</em>. Используйте логин <em>guest</em> с паролем <em>guest</em> для входа в систему.</p>
<p>В CLS по умолчанию нет графического приглашения к вводу пароля. После установки вы можете зайти в систему пользователем <em>root</em>, запустить графический сеанс tvm можно используя команду <em>startx</em>.</p>
<p>Для получения прав пользователя <em>root</em> используйте команду "su". Создание пользователей подробно описано на сайте проекта.</p>
<p>По умолчанию вы можете зайти в систему удаленно, используя ssh только пользователем root. Вы можете через пробел добавить других пользователей или заменить пользователя <em>root</em> отредактировав параметр <em>AllowUsers</em> файла <em>/etc/ssh/sshd_config</em>.</p>
<h2 id="Обновление">Обновление<a href="#Обновление" class="wiki-anchor">&para;</a></h2>
<p>Вы можете обновлять систему практически неограниченное количество раз, используя портежи с менеджером установки программ <em>emerge</em>. Для начала обновите портежи и <em>Calculate overlay</em> выполнив:<br /><pre>
eix-sync
</pre></p>
<p>После этого вы можете обновить существующие или установить новые версии программ, используя программу emerge.</p>
<p>Новые версии Calculate Linux выходят с интервалом в 2-3 месяца. Если вы использовали функцию авторазбиения диска при установке, или у вас есть второй свободный раздел не менее 6 Гб, вы можете загрузить ISO файл с системой в директорию <em>/usr/calculate/share/linux</em> и выполнить обновление:<br /><pre>
calculate -d /dev/sdaX
</pre></p>
<p>Где вместо <em>sdaX</em> подставьте свободный для установки раздел.</p>
<p>Большинство настроек текущей системы, такие как учетные записи пользователей, настройки сети, точки монтирования, разрешение экрана и прочие, будут перенесены в новую систему.</p>
<h2 id="Помощь">Помощь<a href="#Помощь" class="wiki-anchor">&para;</a></h2>
<p>Если установка системы вызвала сложности, либо вы хотите поделиться своим впечатлением, заходите в <em>IRC</em> канал <em>#calculate</em> (сервер FreeNode) сообщества пользователей Calculate Linux. Для этого достаточно воспользоваться иконкой <em>Xchat</em> на вашем рабочем столе.</p>
<p>Сайт проекта: <a class="external" href="http://www.calculate-linux.org/ru">http://www.calculate-linux.org/ru</a><br />Рассылка: <a class="external" href="http://groups.google.com/group/calculatelinux">http://groups.google.com/group/calculatelinux</a><br />IRC чат: <a class="external" href="http://www.calculate-linux.org/irc">http://www.calculate-linux.org/irc</a></p>
<p><em>Приятной работы!<br />Команда разработчиков Calculate Linux.</em></p>
</body>
</html>

@ -0,0 +1,173 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>handbook</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
h1, h2, h3, h4 { font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
ul.toc { padding: 4px; margin-left: 0; }
ul.toc li { list-style-type:none; }
ul.toc li.heading2 { margin-left: 1em; }
ul.toc li.heading3 { margin-left: 2em; }
a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
</style>
</head>
<body>
<h1 id="Handbook">Handbook<a href="#Handbook" class="wiki-anchor">&para;</a></h1>
<h2 id="Thank-you-that-you-are-using-Linux-Calculate">Thank you that you are using Linux Calculate!<a href="#Thank-you-that-you-are-using-Linux-Calculate" class="wiki-anchor">&para;</a></h2>
<p>We tried to collect for you the most convenient for the system, using a truly exciting opportunities which are incorporated in the package management system Portage. The system applies an administrative image, which collected the best software. Most programs have an open license, which allows to install, distribute and modify the source code.</p>
<h2 id="Network-configuration">Network configuration<a href="#Network-configuration" class="wiki-anchor">&para;</a></h2>
<p>For the network configuration to Calculate Linux Desktop is responsible Wicd Manager. The program has a graphical interface through which you can configure both wired and wireless network. When downloading Wicd tries to raise the network interface and obtain an IP address from a DHCP server. Call the program using the icon in the upper right corner of the screen. Get access to wicd possible from the console by typing:</p>
<pre>
wicd-curses
</pre>
<p>Network Configuration Calculate Directory Server and Calculate Linux Scratch is performed through a configuration file <em>/etc/conf.d/net</em>, description of settings which can be seen in the examples <em>/usr/share/doc/openrc/net.example</em>. After changing the settings, restart the network interface:</p>
<pre>
/etc/init.d/net.eth0 restart
</pre>
<h2 id="Partitioning">Partitioning<a href="#Partitioning" class="wiki-anchor">&para;</a></h2>
<p>The easiest way to install the system - use the drive nutshell. If you plan to use the Calculate Linux in conjunction with other systems, you may need to split your hard drive by selecting it in place for installation.</p>
<p>Calculate Linux is installed in one section, a minimum capacity of 6 GB for the version with KDE and not less than 3 GB for XFCE. Recommended to use the partition in 10 GB. As a rule, need to allocate a swap partition (swap) with a size roughly equal to the amount of RAM. If the swap is already selected, then create a new one is not necessary. Good to have a separate partition for personal files (/ home).</p>
<p>In Calculate Linux Desktop for partitioning a program <em>Partitionmanager</em> (a version of KDE) or <em>Gparted</em> (a version of XFCE). To Calculate Linux Scratch and Calculate Directory Server, use console utilities <em>fdisk</em> or <em>cfdisk</em>.</p>
<p>In order to view a list of available partitions, open a console as root user and type:</p>
<pre>
fdisk -l
</pre>
<p>If you have never used Linux, you need a little time trying to get used to the name of partition as <em>sda1, sda2,</em> ... instead of the usual <em>c:, d:</em>.</p>
<p>You can also use already prepared to share, or create it from Windows. Try to identify it correctly in Linux, based on the sequence location and size. Typically the <em>C:</em> drive corresponds to <em>sda1</em>, the <em>D:</em> drive, respectively <em>sda2</em>.</p>
<h2 id="Installation">Installation<a href="#Installation" class="wiki-anchor">&para;</a></h2>
<p>During the installation of the system meets the program <em>Calculate</em>. If you do not <em>calculate</em> the parameters, the program will ask you to specify the partition on which to install the system. <em>Calculate</em> can perform a partition of the disk only if you are willing to allocate the entire hard disk for the system.</p>
<p>To install a second hard disk partition, you can simply do:</p>
<pre>
calculate -d /dev/sda2
</pre>
<p>To install the hard drive and removing the old data:</p>
<pre>
calculate -d /dev/sda
</pre>
<p>Program expands stage4 system image and adjusts through the template files. Essentially it is the same configuration files that contain program variables. Calculate determines the type of equipment and machinery fills these variable values. You can view a list of variables following the "calculate -v". The values of variables that can change noted in the list of flag [w], variables are read-only labeled [r]. To change the values of variables, use the option --set-variable-name.</p>
<p><strong>List of most frequently used options installed</strong></p>
<p>--disk=/dev/sda2 - partition to install (default will be offered part sda2);<br />--set-format = reiserfs (ext4, ext3, ext2, xfs, jfs) - format file system;<br />--set-composite = on (off) - the inclusion of a composite mode;<br />--set-type = hdd (flash, usb-hdd) - media type, set in the case of incorrect identification.</p>
<p><strong>Other options</strong></p>
<p>--set-hostname = linux - computer's network name, the default 'calculate';<br />--set-video_resolution = 1280x1024 (1024x768, 1152x864, 1280x800, etc.) - the screen resolution, if you use the screen resolution misidentified;<br />--set-mbr = off - do not modify the MBR during installation;<br />--set-erase = off - do not format the partition before installing;<br />--set-march = i686 (x86_64) - set the distribution for 32 or 64-bit processor architecture, is not true for CD installation disk.</p>
<h2 id="Installing-on-USB-Flash">Installing on USB-Flash<a href="#Installing-on-USB-Flash" class="wiki-anchor">&para;</a></h2>
<p>When installing the system, you can specify the device USB-Flash and the system will be installed on your stick. Example:</p>
<pre>
calculate -d /dev/sdb
</pre><br /><em><br />Note that when you install quests, conundrums will be formatted to the file system FAT32. Before installing the need to save all your data.</em>
<p>In this example, quests, conundrums listed as disk sdb. To know that there is a hard drive, run the command <em>fdisk -l</em> to see all the available devices and partitions.</p>
<p>If your quests, conundrums defined as ssd drive, you can add an option "--set-type=flash" - change the type of media to Flash</p>
<h2 id="The-first-launch">The first launch<a href="#The-first-launch" class="wiki-anchor">&para;</a></h2>
<p>After installing the CLD, CLDX and CLSG in the system are two users: <em>root</em> and <em>guest</em>. Access to the graphical session can get the user guest. Use the username guest with password guest to login.</p>
<p>In CLS default no graphical invitation to enter the password. After installation you can log in as root, run the graphical session tvm can use the command <em>startx</em>.</p>
<p>For <em>root</em> user, use the command "su". Create users described in detail on the project site.</p>
<p>By default, you can log into the system remotely using ssh only by root. You can add a space to other users or to replace the root user edit the options AllowUsers file <em>/etc/ssh/sshd_config</em>.</p>
<h2 id="Update">Update<a href="#Update" class="wiki-anchor">&para;</a></h2>
<p>You can update the system virtually unlimited number of times, using Portage manager install programs <em>emerge</em>. First update Portage and <em>Calculate overlay</em> by running:</p>
<pre>
eix-sync
</pre>
<p>After that, you can upgrade existing or install new versions of programs, using the program emerge.</p>
<p>New versions Calculate Linux come with an interval of 2-3 months. If you used the disk to install a nutshell, or have a second partition free for at least 6 GB, you can download an ISO file system in directory <em>/usr/calculate/share/linux</em> and run update:</p>
<pre>
calculate -d /dev/sdaX
</pre>
<p>Where instead <em>sdaX</em> free substitute for the installation partition.</p>
<p>Most of the configuration of the current system, such as user accounts, network settings, mount point, the screen resolution and others will be transferred to the new system.</p>
<h2 id="Help">Help<a href="#Help" class="wiki-anchor">&para;</a></h2>
<p>If you are installing has caused difficulties, or you want to share their impressions, visit the IRC channel <em>#calculate</em> (server FreeNode) user community Calculate Linux. It's enough to use Xchat icon on your desktop.</p>
<p>Website: <a class="external" href="http://www.calculate-linux.org">http://www.calculate-linux.org</a><br />Newsletter: <a class="external" href="http://groups.google.com/group/calculatelinux">http://groups.google.com/group/calculatelinux</a><br />IRC chat: <a class="external" href="http://www.calculate-linux.org/irc">http://www.calculate-linux.org/irc</a></p>
<p><em>Enjoy!</em><br /><em>Team Calculate Linux.</em></p>
</body>
</html>

@ -1,581 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="MediaWiki 1.15.1" />
<meta name="robots" content="noindex,follow" />
<meta name="keywords" content="Handbook" />
<STYLE>
/*
** MediaWiki Print style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke, http://www.aulinx.de/
**
** Derived from the plone (http://plone.org/) styles
** Copyright Alexander Limi
*/
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */
a.stub,
a.new{ color:#ba0000; text-decoration:none; }
#toc {
/*border:1px solid #2f6fab;*/
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
}
.tocindent {
margin-left: 2em;
}
.tocline {
margin-bottom: 0px;
}
/* images */
div.floatright {
float: right;
clear: right;
margin: 0;
position:relative;
border: 0.5em solid White;
border-width: 0.5em 0 0.8em 1.4em;
}
div.floatright p { font-style: italic;}
div.floatleft {
float: left;
margin: 0.3em 0.5em 0.5em 0;
position:relative;
border: 0.5em solid White;
border-width: 0.5em 1.4em 0.8em 0;
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
margin-bottom: 0.5em;
border-style: solid; border-color: White;
width: auto;
overflow: hidden;
}
div.thumb div {
border:1px solid #cccccc;
padding: 3px !important;
background-color:#f9f9f9;
font-size: 94%;
text-align: center;
}
div.thumb div a img {
border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
border: none;
padding: 0.3em 0 0.1em 0;
}
div.magnify { display: none; }
div.tright {
float: right;
clear: right;
border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
float: left;
margin-right:0.5em;
border-width: 0.5em 1.4em 0.8em 0;
}
img.thumbborder {
border: 1px solid #dddddd;
}
/* table standards */
table.rimage {
float:right;
width:1pt;
position:relative;
margin-left:1em;
margin-bottom:1em;
text-align:center;
}
body {
background: White;
/*font-size: 11pt !important;*/
color: Black;
margin: 0;
padding: 0;
}
.noprint,
div#jump-to-nav,
div.top,
div#column-one,
#colophon,
.editsection,
.toctoggle,
.tochidden,
div#f-poweredbyico,
div#f-copyrightico,
li#viewcount,
li#about,
li#disclaimer,
li#privacy {
/* Hides all the elements irrelevant for printing */
display: none;
}
ul {
list-style-type: square;
}
#content {
background: none;
border: none ! important;
padding: 0 ! important;
margin: 0 ! important;
}
#footer {
background : white;
color : black;
border-top: 1px solid black;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
p, .documentDescription {
margin: 1em 0 ! important;
line-height: 1.2em;
}
.tocindent p {
margin: 0 0 0 0 ! important;
}
pre {
border: 1pt dashed black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
background : white;
color : black;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
background: none !important;
padding: 0 !important;
}
a:link, a:visited {
color: #520;
background: transparent;
text-decoration: underline;
}
#content a.external.text:after, #content a.external.autonumber:after {
/* Expand URLs for printing */
content: " (" attr(href) ") ";
}
#globalWrapper {
width: 100% !important;
min-width: 0 !important;
}
#content {
background : white;
color : black;
}
#column-content {
margin: 0 !important;
}
#column-content #content {
padding: 1em;
margin: 0 !important;
}
/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
color: black ! important;
text-decoration: none ! important;
}
/* Continue ... */
a, a.external, a.new, a.stub {
color: inherit ! important;
text-decoration: inherit ! important;
}
img { border: none; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
#siteNotice { display: none; }
table.gallery {
border: 1px solid #cccccc;
margin: 2px;
padding: 2px;
background-color:#ffffff;
}
table.gallery tr {
vertical-align:top;
}
div.gallerybox {
border: 1px solid #cccccc;
margin: 2px;
background-color:#f9f9f9;
width: 150px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #cccccc;
margin: 2px;
}
div.gallerytext {
font-size: 94%;
padding: 2px 4px;
}
/*
** Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background:#ccffcc;
font-size: smaller;
border: solid 2px black;
}
td.diff-deletedline {
background:#ffffaa;
font-size: smaller;
border: dotted 2px black;
}
td.diff-context {
background:#eeeeee;
font-size: smaller;
}
.diffchange {
color: silver;
font-weight: bold;
text-decoration: underline;
}
</STYLE>
<title>Handbook - Calculate Linux | Gentoo-based distribution and livecd</title>
<!--[if lt IE 7]><script type="text/javascript" src="/skins/common/IEFixes.js?197"></script>
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<script type= "text/javascript">/*<![CDATA[*/
var skin = "monobook";
var stylepath = "/skins";
var wgArticlePath = "/$1";
var wgScriptPath = "";
var wgScript = "/index.php";
var wgVariantArticlePath = false;
var wgActionPaths = {};
var wgServer = "http://www.calculate-linux.org";
var wgCanonicalNamespace = "";
var wgCanonicalSpecialPageName = false;
var wgNamespaceNumber = 0;
var wgPageName = "Handbook";
var wgTitle = "Handbook";
var wgAction = "view";
var wgArticleId = "269";
var wgIsArticle = true;
var wgUserName = null;
var wgUserGroups = null;
var wgUserLanguage = "en";
var wgContentLanguage = "en";
var wgBreakFrames = false;
var wgCurRevisionId = 1527;
var wgVersion = "1.15.1";
var wgEnableAPI = true;
var wgEnableWriteAPI = true;
var wgSeparatorTransformTable = ["", ""];
var wgDigitTransformTable = ["", ""];
var wgRestrictionEdit = [];
var wgRestrictionMove = [];
/*]]>*/</script>
<script type="text/javascript" src="/skins/common/wikibits.js?197"><!-- wikibits js --></script>
<!-- Head Scripts -->
<script type="text/javascript" src="/skins/common/ajax.js?197"></script>
</head>
<body class="mediawiki ltr ns-0 ns-subject page-Handbook skin-monobook">
<div id="globalWrapper">
<div id="column-content">
<div id="content">
<a name="top" id="top"></a>
<h1 id="firstHeading" class="firstHeading">Handbook</h1>
<div id="bodyContent">
<h3 id="siteSub">From Calculate Linux | Gentoo-based distribution and livecd</h3>
<div id="contentSub"></div>
<div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div> <!-- start content -->
<table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1"><a href="#Thanks_for_use_Calculate_Linux.21"><span class="tocnumber">1</span> <span class="toctext">Thanks for use Calculate Linux!</span></a></li>
<li class="toclevel-1"><a href="#Network_Configuration"><span class="tocnumber">2</span> <span class="toctext">Network Configuration</span></a></li>
<li class="toclevel-1"><a href="#Partitioning_a_disk"><span class="tocnumber">3</span> <span class="toctext">Partitioning a disk</span></a></li>
<li class="toclevel-1"><a href="#Installation"><span class="tocnumber">4</span> <span class="toctext">Installation</span></a></li>
<li class="toclevel-1"><a href="#The_installation_on_the_Flash-drive"><span class="tocnumber">5</span> <span class="toctext">The installation on the Flash-drive</span></a></li>
<li class="toclevel-1"><a href="#The_first_run"><span class="tocnumber">6</span> <span class="toctext">The first run</span></a></li>
<li class="toclevel-1"><a href="#Update"><span class="tocnumber">7</span> <span class="toctext">Update</span></a></li>
<li class="toclevel-1"><a href="#Help"><span class="tocnumber">8</span> <span class="toctext">Help</span></a></li>
</ul>
</td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script>
<a name="Thanks_for_use_Calculate_Linux.21" id="Thanks_for_use_Calculate_Linux.21"></a><h2> <span class="mw-headline">Thanks for use Calculate Linux!</span></h2>
<p>Hello user,
We have tried to collect the most convenient system for your work, using the most exciting opportunities which are in the Portage package management system of project Gentoo Linux. The system is distributed by an installation which includes the best software packages. Most programs are free software, allowing to install, distibute and modify an initial code.
</p><p>Aspire to be compatible to the original Gentoo, Calculate Linux offers the series of decisions which help to get a working system, making a minimum efforts from your side:
</p><p>Calculate Linux is based on a system management utility - Calculate. With this program you can install the system, but else modify the liveCD by changing the software composition or build your own Linux from scratch. For system building uses the package manager Portage. Calculate helps you install system and make settings.
</p><p>All support softwares install from <i>Calculate Overlay</i>. Connecting the overlay, you can use all the experience of Calculate Linux.
</p><p>Desktop version of the system has a unique design, the most easy work with system. Server - server management utilities that integrate with LDAP services such as Samba, Mail, FTP, Jabber and Proxy via the UNIX-like commands: cl-useradd, cl-userdel, cl-usermod, cl-passwd etc.
</p><p>By changing your Windows server to Calculate Directory Server, and you can perform a gradual transfer of jobs to Calculate Linux Desktop. Set up an account on the server, a Linux user can get access to shared files Windows users, using a single account, and carry profile settings of Linux desktop.
</p><p>The monthly cycle of new system version release, simplicity of update, easy administration - these are just some advantages of system based on Gentoo.
</p>
<a name="Network_Configuration" id="Network_Configuration"></a><h2> <span class="mw-headline">Network Configuration</span></h2>
<p>For the network configuration in Calculate Linux Desktop we have - Wicd Manager. The program has a graphical interface through which you can set up both wired and wireless network. Wicd tries to raise the network interface and obtain an IP address from a DHCP server during download. You can run the program using the icon in the right top corner of the screen. You can get access to wicd from the console, having typed wicd-curses.
The network configuration in the Calculate Directory Server and Calculate Linux Scratch makes through the configuration file /etc/conf.d/net. You can see the settings description for this file in the following examples - /usr/share/doc/openrc/net.example.
</p>
<a name="Partitioning_a_disk" id="Partitioning_a_disk"></a><h2> <span class="mw-headline">Partitioning a disk</span></h2>
<p>The easiest way to install the system is using the autopartition function. If you plan to use the Calculate Linux together with another systems, may be you will need to divide your hard disk and allocate there the place for installation
</p><p>Calculate Linux can be installed in one section, with capacity more than 6 GB for KDE version and not less than 3 Gb for XFCE. As a rule, you need to make a swap partition with capacity
approximately equal to the amount of RAM will be optimum. If you are already having a swap, you need not create again. Good to have a separate partition for personal files (home).
</p><p>To view a list of available sections, open the console/terminal as root user and type:
</p>
<pre>fdisk -l
</pre>
<p>If you've never used Linux before, you will need some time to get used to the name of sections in the form of sda1, sda2,... instead of the usual C:, D:. but you will learn these things pretty fast.
</p><p>If you have no experience with the program fdisk or cfdisk, try to use already prepared section, which you can create from Windows. Try to identify it correctly, based on its sequence,location and size. Typically drive D: corresponds to sda2, drive C: respectively sda3.
</p>
<a name="Installation" id="Installation"></a><h2> <span class="mw-headline">Installation</span></h2>
<p>The programm <i>Calculate</i> is responsible for system installation. If you try installing "Calculate" without passing parameters, the program will ask you to specify the partition for installation of system. Calculate can make a disk partition, only if you are willing to allocate the entire hard drive for the system. Otherwise, you should either use the fdisk or cfdisk for partitioning a drive at its own discretion. To install the system it is desirable to use 10 GB of disk space, but really the requests can be less.
</p><p>Please note that if you are going to install Calculate Linux in Virtual Box, it would need to point about 1 GB of RAM, otherwise the installation may hang suspending the virtual machine. But this in no way have a relation to the memory requirements to install it on real hardware. For Real installation you wont need that much resource.
</p><p>So, to install in to second section of hard disk, you can simply do:
</p>
<pre>calculate -d /dev/sda2
</pre>
<p>( the number that comes after 'sda' shows the number of the partition. you may change it to sda1 or sda3 according to your convenience. Usually, after executing 'calculate -d /dev/sda2', Calculate is installed and don't need any user interference. but if you wish to set parameters manually, details are given below )
</p><p>by the end of execution of <b>calculate -d /dev/sda2</b>, you will be asked to register a password. that is your root password. dont forget and pick a nice password. you will be needing it to the end.
</p><p>for installation on the hard disk and removing the old data:
</p>
<pre>calculate -d /dev/sda
</pre>
<p>The program develops the <i>stage4</i> system image and implements a system configuration files via the profile settings. In fact they are the same configuration files containing variable programs. Calculate identifies the type of equipment and fills these variables by values. You can view a list of variables make "calculate -v". The values of variables that you can change are marked in the list of flag [w], variables are read-only labeled [r]. To change the values of variables, use the option --set-variable_name.
</p><p><b>List of most frequently used options, the installation</b>
<br />--set-format=reiserfs (ext4, ext3, ext2, jfs, xfs) - format of the file system;
<br />--set-hostname=linux - the network computer name (the default is 'calculate');
<br />--set-mbr=off - do not modify the MBR during the installation (set to 'off', if you want to use your loader);
<br />--set-composite=on|off - the inclusion of a composite mode (the desktop effects).
</p><p><b>More options</b>
<br />--set-video_resolution=1280x1024 (1024x768, 1152x864, 1280x800 и т.д.) - the screen resolution (true if the current screen resolution you are not satisfied);
<br />--set-erase=off - does not comply with the formatting of this section before you install (use if unsure).
<br />--set-march=i686 (x86_64) - set the distribution to 32 or 64-bit processor architecture (true, if you're upgrading a system from the hard disk);
</p>
<a name="The_installation_on_the_Flash-drive" id="The_installation_on_the_Flash-drive"></a><h2> <span class="mw-headline"> The installation on the Flash-drive</span></h2>
<p>At installation of system you can specify device USB-Flash and system will be established on yours Flash-drive. An example:
</p>
<pre>calculate-d/dev/sdb
</pre>
<p>Pay attention, the flash-drive it will be formatted in file system FAT32 during the installation. Before installation necessarily keep all data.
In the next example the flash-drive is specified as a disk sdb. Whether to learn that it is a disk, will execute a command fdisk-l to look all accessible devices and sections.
If your flash-drive was defined as ssd disk, you can add parametre:
</p>
<pre>- set-type=flash - to change carrier type on the Flash
</pre>
<a name="The_first_run" id="The_first_run"></a><h2> <span class="mw-headline">The first run</span></h2>
<p>After installation, you will have two users in the system: root and guest. Access to graphic conversation can get only the user guest. Use the username 'guest' with password 'guest' to login.
</p><p>Username = guest
Password = guest
</p><p>you can change the password after logging-in. use the command 'passwd' in terminal to do that.
</p><p>For user 'root', use the command "su". The users creation describes in detail on projects site.
</p><p>Once you type 'su' in terminal window, you will be asked for password. enter the password that you have registered by the end of installation procedure. that is, by the end of execution of <b>calculate -d /dev/sda2</b>, you will be asked to register a password. that is your root password.
</p><p>To create additional user than 'guest' and 'root',
type the following command in terminal as 'root' (type 'su' and your root password to be root)
</p><p><i><b>/usr/sbin/useradd --groups wheel,audio,cdrom,video,cdrw,usb,plugdev,games login</b></i>
</p><p>('login' at the end of command is for example only. you can enter your name or any word you wish in place of 'login' in that command and that will be the user name)
</p><p>following that type
</p><p><i><b>/bin/passwd login</b></i>
</p><p>(here substitute 'login' with the password you want to set. re-enter to finish)
</p><p>now you can login using the newly created user name and password.
</p><p>In default you can enter to the system distantly, using <i>ssh</i> only by root-user. Also, you can add another users through the gap or change the root-user by correcting the <i>AllowUsers</i> parameter for /etc/ssh/sshd_config file.
</p>
<a name="Update" id="Update"></a><h2> <span class="mw-headline">Update</span></h2>
<p>You can update the system virtually unlimited times, using Portage Manager installation programs emerge. To start the update Portage and Calculate Overlay run:
</p>
<pre>eix-sync
</pre>
<p>If you use the Calculate Linux Desktop XFCE, with the first update Portage, make:
</p>
<pre>emerge-webrsync
</pre>
<p>After that, you can upgrade existing or install new versions of programs, using emerge.
</p><p>Every month Calculate Linux Desktop is updated. If you've used the autopartition drive function during the installation or you have a free second section more than 6 GB, you can download the ISO file system into the directory <font color="green">/usr/calculate/share/linux</font> and upgrade:
</p>
<pre>calculate -d /dev/sdaX
</pre>
<p>here instead sdaX use the free partition for install.
</p><p>Most of the current system settings like users accounts, network settings, mounting points, screen resolution and etc. will be carried over in the new system.
</p>
<a name="Help" id="Help"></a><h2> <span class="mw-headline">Help</span></h2>
<p>If you are installing the system and having doubts or other technical difficulties, or you want to share your experience, come to the IRC channel #calculate @freenode.net Calculate Linux community.
</p><p>Just click on 'Xchat' icon on your desktop from your Live CD/DVD and you will reach on '#calculate' channel and you will definitely get help from us.
</p><p><br />
Feel free to contact us.
</p><p>Project site <a href="http://www.calculate-linux.org" class="external free" title="http://www.calculate-linux.org" rel="nofollow">http://www.calculate-linux.org</a>
<br />Forum: <a href="http://www.linuxquestions.org/questions/calculate-89/" class="external free" title="http://www.linuxquestions.org/questions/calculate-89/" rel="nofollow">http://www.linuxquestions.org/questions/calculate-89/</a>
<br />Dispatch: <a href="http://groups.google.com/group/calculatelinux-en" class="external free" title="http://groups.google.com/group/calculatelinux-en" rel="nofollow">http://groups.google.com/group/calculatelinux-en</a>
<br />IRC chat: <a href="http://irc.calculate-linux.ru" class="external free" title="http://irc.calculate-linux.ru" rel="nofollow">http://irc.calculate-linux.ru</a>
</p><p><br />
</p>
<hr />
<p><i>Good Luck!</i>
<br /><i>Calculate Linux team.</i>
</p>
<!--
NewPP limit report
Preprocessor node count: 14/1000000
Post-expand include size: 53/2097152 bytes
Template argument size: 26/2097152 bytes
Expensive parser function count: 0/100
-->
<!-- Saved in parser cache with key wikidb_eng:pcache:idhash:269-0!1!0!!en!2!edit=0!printable=1 and timestamp 20091130211356 -->
<div class="printfooter">
Retrieved from "<a href="http://www.calculate-linux.org/Handbook">http://www.calculate-linux.org/Handbook</a>"</div>
<!-- end content -->
<div class="visualClear"></div>
</div>
</div>
</div>
<div id="column-one">
<div id="p-cactions" class="portlet">
<h5>Views</h5>
<div class="pBody">
<ul>
<li id="ca-nstab-main" class="selected"><a href="/Handbook" title="View the content page [c]" accesskey="c">Page</a></li>
<li id="ca-talk" class="new"><a href="/index.php?title=Talk:Handbook&amp;action=edit&amp;redlink=1" title="Discussion about the content page [t]" accesskey="t">Discussion</a></li>
<li id="ca-viewsource"><a href="/index.php?title=Handbook&amp;action=edit" title="This page is protected.&#10;You can view its source [e]" accesskey="e">View source</a></li>
<li id="ca-history"><a href="/index.php?title=Handbook&amp;action=history" title="Past revisions of this page [h]" accesskey="h">History</a></li> </ul>
</div>
</div>
<div class="portlet" id="p-personal">
<h5>Personal tools</h5>
<div class="pBody">
<ul>
<li id="pt-login"><a href="/index.php?title=Special:UserLogin&amp;returnto=Handbook" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in / create account</a></li>
<li id="pt-openidlogin"><a href="/index.php?title=Special:OpenIDLogin&amp;returnto=Handbook">Login with OpenID</a></li>
</ul>
</div>
</div>
<div class="portlet" id="p-logo">
<a style="background-image: url(http://www.calculate-linux.org/wikilogo.gif);" href="/Main_Page" title="Visit the main page [z]" accesskey="z"></a>
</div>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
<div class='generated-sidebar portlet' id='p-navigation'>
<h5>Navigation</h5>
<div class='pBody'>
<ul>
<li id="n-mainpage"><a href="/Main_Page" title="Visit the main page">Main Page</a></li>
<li id="n-About-the-project"><a href="/Calculate_Linux">About the project</a></li>
<li id="n-Download"><a href="/Download">download</a></li>
<li id="n-Documentation"><a href="/Documentation">Documentation</a></li>
<li id="n-Community"><a href="/Calculate_Linux_Community">Community</a></li>
<li id="n-Development"><a href="/Development">Development</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-graphics'>
<h5>graphics</h5>
<div class='pBody'>
<ul>
<li id="n-Screenshots"><a href="/Screenshots">Screenshots</a></li>
<li id="n-Logos-and-themes"><a href="/Logos_and_themes">Logos and themes</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-resource'>
<h5>resource</h5>
<div class='pBody'>
<ul>
<li id="n-Forum"><a href="http://www.linuxquestions.org/questions/calculate-89/">Forum</a></li>
<li id="n-Chat"><a href="http://irc.calculate-linux.ru">Chat</a></li>
<li id="n-Maillist"><a href="http://groups.google.com/group/calculatelinux">Maillist</a></li>
<li id="n-Facebook"><a href="http://www.facebook.com/group.php?gid=97309000613">Facebook</a></li>
<li id="n-Git"><a href="http://git.calculate.ru">Git</a></li>
</ul>
</div>
</div>
<div id="p-search" class="portlet">
<h5><label for="searchInput">Search</label></h5>
<div id="searchBody" class="pBody">
<form action="/index.php" id="searchform"><div>
<input type='hidden' name="title" value="Special:Search"/>
<input id="searchInput" name="search" type="text" title="Search Calculate Linux | Gentoo-based distribution and livecd [f]" accesskey="f" value="" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
</div></form>
</div>
</div>
<div class="portlet" id="p-tb">
<h5>Toolbox</h5>
<div class="pBody">
<ul>
<li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/Handbook" title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
<li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/Handbook" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
<li id="t-specialpages"><a href="/Special:SpecialPages" title="List of all special pages [q]" accesskey="q">Special pages</a></li>
<li id="t-print"><a href="/index.php?title=Handbook&amp;printable=yes&amp;printable=yes" rel="alternate" title="Printable version of this page [p]" accesskey="p">Printable version</a></li> <li id="t-permalink"><a href="/index.php?title=Handbook&amp;oldid=1527" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-pdf"><a href="/index.php?title=Special:PdfPrint&amp;page=Handbook">Print as PDF</a></li> </ul>
</div>
</div>
<div id="p-lang" class="portlet">
<h5>In other languages</h5>
<div class="pBody">
<ul>
<li class="interwiki-ru"><a href="http://www.calculate-linux.ru/Handbook">Русский</a></li>
</ul>
</div>
</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
<div id="f-poweredbyico">
<noindex>
<a href="http://www.calculate.ru/"><img src="images/calculatepack-125x31.gif" alt="" /></a>
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;calculate-linux' "+
"target=_blank><img src='http://counter.yadro.ru/hit;calculate-linux?t44.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border=0 width=31 height=31><\/a>")//--></script><!--/LiveInternet-->
</noindex>
</div>
<ul id="f-list">
<li id="lastmod"> This page was last modified on 30 November 2009, at 19:31.</li>
<li id="viewcount">This page has been accessed 1,035 times.</li>
<li id="privacy"><a href="/Calculate_Linux_%7C_Gentoo-based_distribution_and_livecd:Privacy_policy" title="Calculate Linux | Gentoo-based distribution and livecd:Privacy policy">Privacy policy</a></li>
<li id="about"><a href="/Calculate_Linux_%7C_Gentoo-based_distribution_and_livecd:About" title="Calculate Linux | Gentoo-based distribution and livecd:About">About Calculate Linux | Gentoo-based distribution and livecd</a></li>
<li id="disclaimer"><a href="/Calculate_Linux_%7C_Gentoo-based_distribution_and_livecd:General_disclaimer" title="Calculate Linux | Gentoo-based distribution and livecd:General disclaimer">Disclaimers</a></li>
</ul>
</div>
</div>
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served in 0.612 secs. --></body></html>

@ -1,558 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="MediaWiki 1.15.1" />
<meta name="robots" content="noindex,follow" />
<meta name="keywords" content="Handbook,Аппаратные требования,Calculate Overlay,Интерактивная сборка системы" />
<STYLE>
/*
** MediaWiki Print style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke, http://www.aulinx.de/
**
** Derived from the plone (http://plone.org/) styles
** Copyright Alexander Limi
*/
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */
a.stub,
a.new{ color:#ba0000; text-decoration:none; }
#toc {
/*border:1px solid #2f6fab;*/
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
}
.tocindent {
margin-left: 2em;
}
.tocline {
margin-bottom: 0px;
}
/* images */
div.floatright {
float: right;
clear: right;
margin: 0;
position:relative;
border: 0.5em solid White;
border-width: 0.5em 0 0.8em 1.4em;
}
div.floatright p { font-style: italic;}
div.floatleft {
float: left;
margin: 0.3em 0.5em 0.5em 0;
position:relative;
border: 0.5em solid White;
border-width: 0.5em 1.4em 0.8em 0;
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
margin-bottom: 0.5em;
border-style: solid; border-color: White;
width: auto;
overflow: hidden;
}
div.thumb div {
border:1px solid #cccccc;
padding: 3px !important;
background-color:#f9f9f9;
font-size: 94%;
text-align: center;
}
div.thumb div a img {
border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
border: none;
padding: 0.3em 0 0.1em 0;
}
div.magnify { display: none; }
div.tright {
float: right;
clear: right;
border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
float: left;
margin-right:0.5em;
border-width: 0.5em 1.4em 0.8em 0;
}
img.thumbborder {
border: 1px solid #dddddd;
}
/* table standards */
table.rimage {
float:right;
width:1pt;
position:relative;
margin-left:1em;
margin-bottom:1em;
text-align:center;
}
body {
background: White;
/*font-size: 11pt !important;*/
color: Black;
margin: 0;
padding: 0;
}
.noprint,
div#jump-to-nav,
div.top,
div#column-one,
#colophon,
.editsection,
.toctoggle,
.tochidden,
div#f-poweredbyico,
div#f-copyrightico,
li#viewcount,
li#about,
li#disclaimer,
li#privacy {
/* Hides all the elements irrelevant for printing */
display: none;
}
ul {
list-style-type: square;
}
#content {
background: none;
border: none ! important;
padding: 0 ! important;
margin: 0 ! important;
}
#footer {
background : white;
color : black;
border-top: 1px solid black;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
p, .documentDescription {
margin: 1em 0 ! important;
line-height: 1.2em;
}
.tocindent p {
margin: 0 0 0 0 ! important;
}
pre {
border: 1pt dashed black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
background : white;
color : black;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
background: none !important;
padding: 0 !important;
}
a:link, a:visited {
color: #520;
background: transparent;
text-decoration: underline;
}
#content a.external.text:after, #content a.external.autonumber:after {
/* Expand URLs for printing */
content: " (" attr(href) ") ";
}
#globalWrapper {
width: 100% !important;
min-width: 0 !important;
}
#content {
background : white;
color : black;
}
#column-content {
margin: 0 !important;
}
#column-content #content {
padding: 1em;
margin: 0 !important;
}
/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
color: black ! important;
text-decoration: none ! important;
}
/* Continue ... */
a, a.external, a.new, a.stub {
color: inherit ! important;
text-decoration: inherit ! important;
}
img { border: none; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
#siteNotice { display: none; }
table.gallery {
border: 1px solid #cccccc;
margin: 2px;
padding: 2px;
background-color:#ffffff;
}
table.gallery tr {
vertical-align:top;
}
div.gallerybox {
border: 1px solid #cccccc;
margin: 2px;
background-color:#f9f9f9;
width: 150px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #cccccc;
margin: 2px;
}
div.gallerytext {
font-size: 94%;
padding: 2px 4px;
}
/*
** Diff rendering
*/
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background:#ccffcc;
font-size: smaller;
border: solid 2px black;
}
td.diff-deletedline {
background:#ffffaa;
font-size: smaller;
border: dotted 2px black;
}
td.diff-context {
background:#eeeeee;
font-size: smaller;
}
.diffchange {
color: silver;
font-weight: bold;
text-decoration: underline;
}
</STYLE>
<title>Handbook — Calculate Linux | дистрибутив на базе Gentoo и livecd</title>
<!--[if lt IE 7]><script type="text/javascript" src="/skins/common/IEFixes.js?197"></script>
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<script type= "text/javascript">/*<![CDATA[*/
var skin = "monobook";
var stylepath = "/skins";
var wgArticlePath = "/$1";
var wgScriptPath = "";
var wgScript = "/index.php";
var wgVariantArticlePath = false;
var wgActionPaths = {};
var wgServer = "http://www.calculate-linux.ru";
var wgCanonicalNamespace = "";
var wgCanonicalSpecialPageName = false;
var wgNamespaceNumber = 0;
var wgPageName = "Handbook";
var wgTitle = "Handbook";
var wgAction = "view";
var wgArticleId = "443";
var wgIsArticle = true;
var wgUserName = null;
var wgUserGroups = null;
var wgUserLanguage = "ru";
var wgContentLanguage = "ru";
var wgBreakFrames = false;
var wgCurRevisionId = 3758;
var wgVersion = "1.15.1";
var wgEnableAPI = true;
var wgEnableWriteAPI = true;
var wgSeparatorTransformTable = [", .", "  ,"];
var wgDigitTransformTable = ["", ""];
var wgRestrictionEdit = [];
var wgRestrictionMove = [];
/*]]>*/</script>
<script type="text/javascript" src="/skins/common/wikibits.js?197"><!-- wikibits js --></script>
<!-- Head Scripts -->
<script type="text/javascript" src="/skins/common/ajax.js?197"></script>
</head>
<body class="mediawiki ltr ns-0 ns-subject page-Handbook skin-monobook">
<div id="globalWrapper">
<div id="column-content">
<div id="content">
<a name="top" id="top"></a>
<h1 id="firstHeading" class="firstHeading">Handbook</h1>
<div id="bodyContent">
<h3 id="siteSub">Материал из Calculate Linux | дистрибутив на базе Gentoo и livecd</h3>
<div id="contentSub"></div>
<div id="jump-to-nav">Перейти к: <a href="#column-one">навигация</a>, <a href="#searchInput">поиск</a></div> <!-- start content -->
<table id="toc" class="toc" summary="Содержание"><tr><td><div id="toctitle"><h2>Содержание</h2></div>
<ul>
<li class="toclevel-1"><a href="#.D0.A1.D0.BF.D0.B0.D1.81.D0.B8.D0.B1.D0.BE_.D1.87.D1.82.D0.BE_.D0.B2.D1.8B_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D1.82.D0.B5_Calculate_Linux.21"><span class="tocnumber">1</span> <span class="toctext">Спасибо что вы используете Calculate Linux!</span></a></li>
<li class="toclevel-1"><a href="#.D0.9D.D0.B0.D1.81.D1.82.D1.80.D0.BE.D0.B9.D0.BA.D0.B0_.D1.81.D0.B5.D1.82.D0.B8"><span class="tocnumber">2</span> <span class="toctext">Настройка сети</span></a></li>
<li class="toclevel-1"><a href="#.D0.A0.D0.B0.D0.B7.D0.B1.D0.B8.D0.B5.D0.BD.D0.B8.D0.B5_.D0.B4.D0.B8.D1.81.D0.BA.D0.B0"><span class="tocnumber">3</span> <span class="toctext">Разбиение диска</span></a></li>
<li class="toclevel-1"><a href="#.D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0"><span class="tocnumber">4</span> <span class="toctext">Установка</span></a>
<ul>
<li class="toclevel-2"><a href="#.D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0_.D0.BD.D0.B0_USB-Flash"><span class="tocnumber">4.1</span> <span class="toctext">Установка на USB-Flash</span></a></li>
</ul>
</li>
<li class="toclevel-1"><a href="#.D0.9F.D0.B5.D1.80.D0.B2.D1.8B.D0.B9_.D0.B7.D0.B0.D0.BF.D1.83.D1.81.D0.BA"><span class="tocnumber">5</span> <span class="toctext">Первый запуск</span></a></li>
<li class="toclevel-1"><a href="#.D0.9E.D0.B1.D0.BD.D0.BE.D0.B2.D0.BB.D0.B5.D0.BD.D0.B8.D0.B5"><span class="tocnumber">6</span> <span class="toctext">Обновление</span></a></li>
<li class="toclevel-1"><a href="#.D0.9F.D0.BE.D0.BC.D0.BE.D1.89.D1.8C"><span class="tocnumber">7</span> <span class="toctext">Помощь</span></a></li>
</ul>
</td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "показать"; var tocHideText = "убрать"; showTocToggle(); } </script>
<a name=".D0.A1.D0.BF.D0.B0.D1.81.D0.B8.D0.B1.D0.BE_.D1.87.D1.82.D0.BE_.D0.B2.D1.8B_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D1.82.D0.B5_Calculate_Linux.21" id=".D0.A1.D0.BF.D0.B0.D1.81.D0.B8.D0.B1.D0.BE_.D1.87.D1.82.D0.BE_.D0.B2.D1.8B_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D1.83.D0.B5.D1.82.D0.B5_Calculate_Linux.21"></a><h1> <span class="mw-headline">Спасибо что вы используете Calculate Linux!</span></h1>
<p>Мы постарались собрать для вас максимально удобную для работы систему, используя поистине потрясающие возможности, которые заложены в системе управления пакетов Portage проекта <i>Gentoo Linux</i>. Система распространяется установочным образом, в котором собрано лучшее программное обеспечение. Большинство программ имеет открытую лицензию, позволяющую устанавливать, распространять и модифицировать исходный код.
</p>
<a name=".D0.9D.D0.B0.D1.81.D1.82.D1.80.D0.BE.D0.B9.D0.BA.D0.B0_.D1.81.D0.B5.D1.82.D0.B8" id=".D0.9D.D0.B0.D1.81.D1.82.D1.80.D0.BE.D0.B9.D0.BA.D0.B0_.D1.81.D0.B5.D1.82.D0.B8"></a><h1> <span class="mw-headline">Настройка сети</span></h1>
<p>За настройку сети в Calculate Linux Desktop отвечает <i>Wicd Manager</i>. Программа имеет графический интерфейс при помощи которого можно настроить как проводную, так и беспроводную сеть. При загрузке wicd попытается поднять сетевой интерфейс и получить IP адрес с DHCP сервера. Вызвать программу можно по иконке в правом верхнем углу экрана. Получить доступ к wicd можно из консоли, набрав <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">wicd-curses</font>.
</p><p>Настройка сети в Calculate Directory Server и Calculate Linux Scratch выполняется через конфигурационный файл <font color="green">/etc/conf.d/net</font>, описание настроек которого можно увидеть в примерах <font color="green">/usr/share/doc/openrc/net.example</font>.
</p>
<a name=".D0.A0.D0.B0.D0.B7.D0.B1.D0.B8.D0.B5.D0.BD.D0.B8.D0.B5_.D0.B4.D0.B8.D1.81.D0.BA.D0.B0" id=".D0.A0.D0.B0.D0.B7.D0.B1.D0.B8.D0.B5.D0.BD.D0.B8.D0.B5_.D0.B4.D0.B8.D1.81.D0.BA.D0.B0"></a><h1> <span class="mw-headline">Разбиение диска</span></h1>
<p>Наиболее простой способ установить систему - воспользоваться функцией авторазбиения диска. Если вы планируете использовать Calculate Linux совместно с другими системами, возможно вам понадобится разбить жесткий диск, выделив на нем место для установки системы.
</p><p>Calculate Linux устанавливается в один раздел, емкостью не менее 6 Гб для версии с KDE и не менее 3 Гб для XFCE. Как правило, потребуется выделить раздел подкачки (swap), емкостью примерно равной объему оперативной памяти. Если swap уже выделен, то создавать новый не нужно. Хорошо иметь отдельный раздел для личных файлов (home).
</p><p>Для того, чтобы посмотреть список доступных разделов, откройте консоль с правами пользователя root и наберите:
</p>
<pre>fdisk -l
</pre>
<p>Если вы никогда не использовали Linux, вам понадобится немного времени на то, чтобы привыкнуть к наименованию разделов в виде sda1, sda2,... вместо привычных c:, d:.
</p><p>Не имея опыта работы с программой fdisk или cfdisk, попробуйте воспользоваться уже готовым разделом, который можете создать из Windows. Попытайтесь его правильно определить, основываясь на очередности расположения и размере. Как правило диску C: соответствует sda2, диску D: соответственно sda3.
</p>
<a name=".D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0" id=".D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0"></a><h1> <span class="mw-headline">Установка</span></h1>
<p>За установку системы отвечает программа Calculate. Если вы выполните <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">calculate</font> без параметров, программа предложит вам указать раздел, на который следует установить систему. Calculate может выполнить разбиение диска только если вы готовы выделить весь жесткий диск для системы. В противном случае, вам следует воспользоваться программой <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">partitionmanager</font>, входящей в дистрибутив CLD, <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">gparted</font> из состава CLDX, либо при помощи одной из консольных утилит <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">fdisk</font> и <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">cfdisk</font> для разбиения диска по своему усмотрению. Для системы желательно отвести не менее 10 Гб дискового пространства, хотя <a href="/%D0%90%D0%BF%D0%BF%D0%B0%D1%80%D0%B0%D1%82%D0%BD%D1%8B%D0%B5_%D1%82%D1%80%D0%B5%D0%B1%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F" title="Аппаратные требования">реальные требования</a> могут быть ниже.
</p><p>Обратите внимание, если вы будете выполнять установку в виртуальной машине VirtualBox, укажите около 1 Гб используемой оперативной памяти, в противном случае установка может не осуществиться. Это ни в коем случае не касается требований к памяти при установке на реальное железо.
</p><p>Итак, для установки во второй раздел жесткого диска, вам достаточно будет выполнить:
</p>
<pre>calculate -d /dev/sda2
</pre>
<p>для установки на жесткий диск с удалением прежних данных:
</p>
<pre>calculate -d /dev/sda
</pre>
<p>Программа разворачивает stage4 образ системы и выполняет настройку через файлы профиля установки. По сути это те же файлы настройки, содержащие переменные программы. Calculate определяет тип оборудования машины и заполняет эти переменными значениями. Вы можете посмотреть список переменных, выполнив "calculate -v". Значения переменных, которые можно изменить отмечены в списке флагом [w], переменные только для чтения помечены как [r]. Для изменения значений переменных, используйте опцию --set-имя_переменной.
</p><p><b>Список наиболее часто используемых опций установки</b>
<br /><i>--set-format=reiserfs</i> (ext4, ext3, ext2, jfs, xfs) - формат файловой системы;
<br /><i>--set-hostname=linux</i> - сетевое имя компьютера (по умолчанию используется 'calculate');
<br /><i>--set-mbr=off</i> - не изменять MBR во время установки (установите в 'off', если вы хотите использовать свой загрузчик);
<br /><i>--set-composite=on|off</i> - включение композитного режима (эффекты рабочего стола);
<br /><i>--set-sleep=off|10</i> - временная задержка перед началом установки или сборки системы. По умолчанию значение равно 10 секундам.
<br /><i>--b, --build</i> - <a href="/%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D0%B1%D0%BE%D1%80%D0%BA%D0%B0_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D1%8B" title="Интерактивная сборка системы">интерактивная сборка системы</a>. Поддерживается при установке на жесткий диск начиная в Calculate Linux версии 9.8 и выше.
</p><p><b>Дополнительные параметры</b>
<br /><i>--set-video_resolution=1280x1024</i> (1024x768, 1152x864, 1280x800 и т.д.) - разрешение экрана (актуально, если текущее разрешение экрана вас не устраивает);
<br /><i>--set-erase=off</i> - не выполнять форматирование раздела перед установкой (используйте, если уверены).
<br /><i>--set-march=i686</i> (x86_64) - установить дистрибутив для 32 или 64-битной архитектуры процессора (актуально, если вы обновляете систему с жесткого диска);
</p>
<a name=".D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0_.D0.BD.D0.B0_USB-Flash" id=".D0.A3.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B0_.D0.BD.D0.B0_USB-Flash"></a><h2> <span class="mw-headline">Установка на USB-Flash</span></h2>
<p>При инсталляции системы вы можете указать устройство USB-Flash и система будет установлена на вашу флешку. Пример:
</p>
<pre>calculate -d /dev/sdb
</pre>
<p><i>Обратите внимание, при установке флешка будет отформатирована в файловую систему FAT32. Перед установкой обязательно сохраните все свои данные.</i>
</p><p>В приведенном примере флешка указана как диск <i>sdb</i>. Чтобы узнать тот ли это диск, выполните команду <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">fdisk -l</font> чтобы посмотреть все доступные устройства и разделы.
</p><p>В случае, если ваша флешка определилась как ssd диск, вы можете добавить параметр:
<br /><i>--set-type=flash</i> - изменить тип носителя на Flash
</p>
<a name=".D0.9F.D0.B5.D1.80.D0.B2.D1.8B.D0.B9_.D0.B7.D0.B0.D0.BF.D1.83.D1.81.D0.BA" id=".D0.9F.D0.B5.D1.80.D0.B2.D1.8B.D0.B9_.D0.B7.D0.B0.D0.BF.D1.83.D1.81.D0.BA"></a><h1> <span class="mw-headline">Первый запуск</span></h1>
<p>После установки CLD, CLDX и CLSG в системе будут два пользователя: <i>root</i> и <i>guest</i>. Доступ к графическому сеансу может получить только пользователь <i>guest</i>. Используйте логин <i>guest</i> с паролем <i>guest</i> для входа в систему.
</p><p>В CLS по умолчанию нет графического приглашения к вводу пароля. После установки вы можете зайти в систему пользователем <i>root</i>, замустить графический сеанс tvm можно используя команду <font style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: .3em; margin: 5px 0">startx</font>.
</p><p>Для получения прав пользователя <i>root</i> используйте команду "su". Создание пользователей подробно описано на сайте проекта.
</p><p>По умолчанию вы можете зайти в систему удаленно, используя ssh только пользователем root. Вы можете через пробел добавить других пользователей или заменить пользователя <i>root</i> отредактировав параметр <i>AllowUsers</i> файла <font color="green">/etc/ssh/sshd_config</font>.
</p>
<a name=".D0.9E.D0.B1.D0.BD.D0.BE.D0.B2.D0.BB.D0.B5.D0.BD.D0.B8.D0.B5" id=".D0.9E.D0.B1.D0.BD.D0.BE.D0.B2.D0.BB.D0.B5.D0.BD.D0.B8.D0.B5"></a><h1> <span class="mw-headline">Обновление</span></h1>
<p>Вы можете обновлять систему практически неограниченное количество раз, используя портежи с менеджером установки программ <i>emerge</i>. Для начала обновите портежи и <a href="/Calculate_Overlay" title="Calculate Overlay">calculate overlay</a> выполнив:
</p>
<pre>eix-sync
</pre>
<p>После этого вы можете обновить существующие или установить новые версии программ, используя программу emerge.
</p><p>Каждый месяц выходит обновление Calculate Linux Desktop. Если вы использовали функцию авторазбиения диска при установке, или у вас есть второй свободный раздел не менее 6 Гб, вы можете загрузить ISO файл с системой в директорию <font color="green">/usr/calculate/share/linux</font> и выполнить обновление:
</p>
<pre>calculate -d /dev/sdaX
</pre>
<p>Где вместо <i>sdaX</i> подставьте свободный для установки раздел.
</p><p>Большинство настроек текущей системы, такие как учетные записи пользователей, настройки сети, точки монтирования, разрешение экрана и прочие, будут перенесены в новую систему.
</p>
<a name=".D0.9F.D0.BE.D0.BC.D0.BE.D1.89.D1.8C" id=".D0.9F.D0.BE.D0.BC.D0.BE.D1.89.D1.8C"></a><h1> <span class="mw-headline">Помощь</span></h1>
<p>Если установка системы вызвала сложности, либо вы хотите поделиться своим впечатлением, заходите в IRC канал #calculate (сервер FreeNode) сообщества пользователей Calculate Linux. Для этого достаточно воспользоваться иконкой <i>Xchat</i> на вашем рабочем столе.
</p><p>Сайт проекта <a href="http://www.calculate-linux.ru" class="external free" title="http://www.calculate-linux.ru" rel="nofollow">http://www.calculate-linux.ru</a>
<br />Форум: <a href="http://forum.calculate-linux.org" class="external free" title="http://forum.calculate-linux.org" rel="nofollow">http://forum.calculate-linux.org</a>
<br />Рассылка: <a href="http://groups.google.com/group/calculatelinux" class="external free" title="http://groups.google.com/group/calculatelinux" rel="nofollow">http://groups.google.com/group/calculatelinux</a>
<br />IRC чат: <a href="http://irc.calculate-linux.ru" class="external free" title="http://irc.calculate-linux.ru" rel="nofollow">http://irc.calculate-linux.ru</a>
</p><p><br />
</p>
<hr />
<p><i>Приятной работы!</i>
<br /><i>Команда разработчиков Calculate Linux.</i>
</p>
<!--
NewPP limit report
Preprocessor node count: 69/1000000
Post-expand include size: 1110/2097152 bytes
Template argument size: 162/2097152 bytes
Expensive parser function count: 0/100
-->
<!-- Saved in parser cache with key wikidb:pcache:idhash:443-0!1!0!!ru!2!edit=0!printable=1 and timestamp 20091130113032 -->
<div class="printfooter">
Источник — «<a href="http://www.calculate-linux.ru/Handbook">http://www.calculate-linux.ru/Handbook</a>»</div>
<!-- end content -->
<div class="visualClear"></div>
</div>
</div>
</div>
<div id="column-one">
<div id="p-cactions" class="portlet">
<h5>Просмотры</h5>
<div class="pBody">
<ul>
<li id="ca-nstab-main" class="selected"><a href="/Handbook" title="Содержание статьи [c]" accesskey="c">Статья</a></li>
<li id="ca-talk" class="new"><a href="/index.php?title=%D0%9E%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5:Handbook&amp;action=edit&amp;redlink=1" title="Обсуждение содержания страницы [t]" accesskey="t">Обсуждение</a></li>
<li id="ca-viewsource"><a href="/index.php?title=Handbook&amp;action=edit" title="Эта страница защищена от изменений, но вы можете посмотреть и скопировать её исходный текст [e]" accesskey="e">Просмотр</a></li>
<li id="ca-history"><a href="/index.php?title=Handbook&amp;action=history" title="Журнал изменений страницы [h]" accesskey="h">История</a></li> </ul>
</div>
</div>
<div class="portlet" id="p-personal">
<h5>Личные инструменты</h5>
<div class="pBody">
<ul>
<li id="pt-login"><a href="/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:UserLogin&amp;returnto=Handbook" title="Здесь можно зарегистрироваться в системе, но это необязательно. [o]" accesskey="o">Представиться / зарегистрироваться</a></li>
<li id="pt-openidlogin"><a href="/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:OpenIDLogin&amp;returnto=Handbook">Вход с помощью OpenID</a></li>
</ul>
</div>
</div>
<div class="portlet" id="p-logo">
<a style="background-image: url(http://www.calculate-linux.ru/wikilogo.gif);" href="/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0" title="Заглавная страница [z]" accesskey="z"></a>
</div>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
<div class='generated-sidebar portlet' id='p-navigation'>
<h5>Навигация</h5>
<div class='pBody'>
<ul>
<li id="n-mainpage"><a href="/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0" title="Перейти на заглавную страницу">Заглавная страница</a></li>
<li id="n-.D0.9E-.D0.BF.D1.80.D0.BE.D0.B5.D0.BA.D1.82.D0.B5"><a href="/Calculate_Linux">О проекте</a></li>
<li id="n-.D0.97.D0.B0.D0.B3.D1.80.D1.83.D0.B7.D0.B8.D1.82.D1.8C"><a href="/%D0%97%D0%B0%D0%B3%D1%80%D1%83%D0%B7%D0%B8%D1%82%D1%8C">Загрузить</a></li>
<li id="n-.D0.94.D0.BE.D0.BA.D1.83.D0.BC.D0.B5.D0.BD.D1.82.D0.B0.D1.86.D0.B8.D1.8F"><a href="/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%86%D0%B8%D1%8F">Документация</a></li>
<li id="n-.D0.A1.D0.BE.D0.BE.D0.B1.D1.89.D0.B5.D1.81.D1.82.D0.B2.D0.BE"><a href="/%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%BE_Calculate_Linux">Сообщество</a></li>
<li id="n-.D0.A0.D0.B0.D0.B7.D1.80.D0.B0.D0.B1.D0.BE.D1.82.D0.BA.D0.B0"><a href="/%D0%A0%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0">Разработка</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-.D0.B3.D1.80.D0.B0.D1.84.D0.B8.D0.BA.D0.B0'>
<h5>графика</h5>
<div class='pBody'>
<ul>
<li id="n-.D0.A1.D0.BD.D0.B8.D0.BC.D0.BA.D0.B8-.D1.8D.D0.BA.D1.80.D0.B0.D0.BD.D0.B0"><a href="/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BA%D0%B8_%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0">Снимки экрана</a></li>
<li id="n-.D0.9E.D0.B1.D1.83.D1.87.D0.B0.D1.8E.D1.89.D0.B5.D0.B5-.D0.B2.D0.B8.D0.B4.D0.B5.D0.BE"><a href="/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE">Обучающее видео</a></li>
<li id="n-.D0.9B.D0.BE.D0.B3.D0.BE.D1.82.D0.B8.D0.BF.D1.8B-.D0.B8-.D1.82.D0.B5.D0.BC.D1.8B"><a href="/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF%D1%8B_%D0%B8_%D1%82%D0%B5%D0%BC%D1%8B">Логотипы и темы</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-.D1.80.D0.B5.D1.81.D1.83.D1.80.D1.81.D1.8B'>
<h5>ресурсы</h5>
<div class='pBody'>
<ul>
<li id="n-.D0.A4.D0.BE.D1.80.D1.83.D0.BC"><a href="http://forum.calculate-linux.org">Форум</a></li>
<li id="n-.D0.A7.D0.B0.D1.82"><a href="http://irc.calculate-linux.ru">Чат</a></li>
<li id="n-.D0.A0.D0.B0.D1.81.D1.81.D1.8B.D0.BB.D0.BA.D0.B0"><a href="http://groups.google.com/group/calculatelinux">Рассылка</a></li>
<li id="n-.D0.92-.D0.9A.D0.BE.D0.BD.D1.82.D0.B0.D0.BA.D1.82.D0.B5"><a href="http://vkontakte.ru/club10221243">В Контакте</a></li>
<li id="n-Git"><a href="http://git.calculate.ru">Git</a></li>
</ul>
</div>
</div>
<div id="p-search" class="portlet">
<h5><label for="searchInput">Поиск</label></h5>
<div id="searchBody" class="pBody">
<form action="/index.php" id="searchform"><div>
<input type='hidden' name="title" value="Служебная:Search"/>
<input id="searchInput" name="search" type="text" title="Искать это слово [f]" accesskey="f" value="" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Перейти" title="Перейти к странице, имеющей в точности такое название" />&nbsp;
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Найти" title="Найти страницы, содержащие указанный текст" />
</div></form>
</div>
</div>
<div class="portlet" id="p-tb">
<h5>Инструменты</h5>
<div class="pBody">
<ul>
<li id="t-whatlinkshere"><a href="/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:WhatLinksHere/Handbook" title="Список всех страниц, которые ссылаются на эту страницу [j]" accesskey="j">Ссылки сюда</a></li>
<li id="t-recentchangeslinked"><a href="/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:RecentChangesLinked/Handbook" title="Последние изменения в страницах, на которые ссылается эта страница [k]" accesskey="k">Связанные правки</a></li>
<li id="t-specialpages"><a href="/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:SpecialPages" title="Список служебных страниц [q]" accesskey="q">Спецстраницы</a></li>
<li id="t-print"><a href="/index.php?title=Handbook&amp;printable=yes&amp;printable=yes" rel="alternate" title="Версия для печати этой страницы [p]" accesskey="p">Версия для печати</a></li> <li id="t-permalink"><a href="/index.php?title=Handbook&amp;oldid=3758" title="Постоянная ссылка на эту версию страницы">Постоянная ссылка</a></li><li id="t-pdf"><a href="/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:PdfPrint&amp;page=Handbook">Распечатать в PDF</a></li> </ul>
</div>
</div>
<div id="p-lang" class="portlet">
<h5>На других языках</h5>
<div class="pBody">
<ul>
<li class="interwiki-en"><a href="http://www.calculate-linux.org/Handbook">English</a></li>
</ul>
</div>
</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
<div id="f-poweredbyico">
<noindex>
<a href="http://www.calculate.ru/"><img src="images/calculatepack-125x31.gif" alt="" /></a>
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click;calculate-linux' "+
"target=_blank><img src='http://counter.yadro.ru/hit;calculate-linux?t44.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border=0 width=31 height=31><\/a>")//--></script><!--/LiveInternet-->
</noindex>
</div>
<ul id="f-list">
<li id="lastmod"> Последнее изменение этой страницы: 10:24, 26 октября 2009.</li>
<li id="viewcount">К этой странице обращались 4070 раз.</li>
<li id="privacy"><a href="/Calculate_Linux_%7C_%D0%B4%D0%B8%D1%81%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D0%B8%D0%B2_%D0%BD%D0%B0_%D0%B1%D0%B0%D0%B7%D0%B5_Gentoo_%D0%B8_livecd:%D0%9F%D0%BE%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0_%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B4%D0%B5%D0%BD%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8" title="Calculate Linux | дистрибутив на базе Gentoo и livecd:Политика конфиденциальности">Политика конфиденциальности</a></li>
<li id="about"><a href="/Calculate_Linux_%7C_%D0%B4%D0%B8%D1%81%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D0%B8%D0%B2_%D0%BD%D0%B0_%D0%B1%D0%B0%D0%B7%D0%B5_Gentoo_%D0%B8_livecd:%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5" title="Calculate Linux | дистрибутив на базе Gentoo и livecd:Описание">Описание Calculate Linux | дистрибутив на базе Gentoo и livecd</a></li>
<li id="disclaimer"><a href="/Calculate_Linux_%7C_%D0%B4%D0%B8%D1%81%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D0%B8%D0%B2_%D0%BD%D0%B0_%D0%B1%D0%B0%D0%B7%D0%B5_Gentoo_%D0%B8_livecd:%D0%9E%D1%82%D0%BA%D0%B0%D0%B7_%D0%BE%D1%82_%D0%BE%D1%82%D0%B2%D0%B5%D1%82%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8" title="Calculate Linux | дистрибутив на базе Gentoo и livecd:Отказ от ответственности">Отказ от ответственности</a></li>
</ul>
</div>
</div>
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served in 0.709 secs. --></body></html>
Loading…
Cancel
Save