/l3/users/yuriksat/nt-lnet/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 :16 :17 |
|
#apt-get --purge remove bind9
ÐоÑÑÑоение деÑева завиÑимоÑÑей... ÐоÑово ÐакеÑÑ, коÑоÑÑе бÑдÑÑ Ð£ÐÐÐd9* обновлено 0, ÑÑÑановлено 0 новÑÑ Ð¿Ð°ÐºÐµÑов, Ð´Ð»Ñ ÑÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ð¾ÑмеÑено 1 пакеÑов, и 363 пакеÑов не обновлено. ÐÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼Ð¾ ÑкаÑаÑÑ 0РаÑÑ Ð¸Ð²Ð¾Ð². ÐоÑле ÑаÑпаковки обÑем занÑÑого диÑкового пÑоÑÑÑанÑÑва ÑменÑÑиÑÑÑ Ð½Ð° 725kB. ХоÑиÑе пÑодолжиÑÑ [Ð/н]? (ЧÑение Ð±Ð°Ð·Ñ Ð´Ð°Ð½Ð½ÑÑ ... на даннÑй Ð¼Ð¾Ð¼ÐµÐ½Ñ ÑÑÑановлено 86849 Ñайлов и каÑалогов.) УдалÑеÑÑÑ Ð¿Ð°ÐºÐµÑ bind9... Stopping domain name service...:. УдалÑÑÑÑÑ ÑÐ°Ð¹Ð»Ñ ÐºÐ¾Ð½ÑигÑÑаÑии пакеÑа bind9... dpkg: пÑедÑпÑеждение -- пÑи Ñдалении пакеÑа bind9 не пÑÑÑой каÑалог /etc/bind не ÑдалÑн. -------------------------------------------------------------------------------- |
#ls /etc/bind/
db.17.168.192.in-addr.arpa db.vova.linux.nt slave |
#rm /etc/bind/*
rm: невозможно удалить `/etc/bind/slave': Is a directory |
#rm -rf /etc/bind/slave/
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or -------------------------------------------------------------------------------- |
#apt-get install bind9
Настраивается пакет libdns21 (9.3.2-P1-2) ... Настраивается пакет libisccc0 (9.3.2-P1-2) ... Настраивается пакет libisccfg1 (9.3.2-P1-2) ... Настраивается пакет bind9 (9.3.2-P1-2) ... wrote key file "/etc/bind/rndc.key" Starting domain name service...: bind. -------------------------------------------------------------------------------- |
#ls /etc/bind/
db.0 db.255 db.local named.conf named.conf.options zones.rfc1918 db.127 db.empty db.root named.conf.local rndc.key |
#vi /etc/bind/named.conf
|
#vi /etc/bind/named.conf.
|
#vi /etc/bind/named.conf.
|
#vi /etc/bind/named.conf.options
17,19c17,19 < // forwarders { < // 0.0.0.0; < // }; --- > forwarders { > 192.168.15.254; > }; |
#/etc/init.d/bind9 restart
registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or Stopping domain name service...: bind. Starting domain name service...: bind. -------------------------------------------------------------------------------- |
#tail /var/log/daemon.log
Sep 20 16:32:27 linux2 named[10812]: loading configuration from '/etc/bind/named.conf' Sep 20 16:32:28 linux2 named[10812]: no IPv6 interfaces found Sep 20 16:32:28 linux2 named[10812]: listening on IPv4 interface lo, 127.0.0.1#53 Sep 20 16:32:28 linux2 named[10812]: listening on IPv4 interface eth0, 192.168.15.2#53 Sep 20 16:32:28 linux2 named[10812]: command channel listening on 127.0.0.1#953 Sep 20 16:32:28 linux2 named[10812]: zone 0.in-addr.arpa/IN: loaded serial 1 Sep 20 16:32:28 linux2 named[10812]: zone 127.in-addr.arpa/IN: loaded serial 1 Sep 20 16:32:28 linux2 named[10812]: zone 255.in-addr.arpa/IN: loaded serial 1 Sep 20 16:32:28 linux2 named[10812]: zone localhost/IN: loaded serial 1 Sep 20 16:32:28 linux2 named[10812]: running |
#netstat -ln | grep :53
date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or tcp 0 0 192.168.15.2:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN udp 0 0 192.168.15.2:53 0.0.0.0:* udp 0 0 127.0.0.1:53 0.0.0.0:* -------------------------------------------------------------------------------- |
#dig @127.0.0.1 mail.ru ns
mail.ru. 4419 IN NS ns5.mail.ru. ;; ADDITIONAL SECTION: ns.mail.ru. 17705 IN A 194.67.23.130 ns5.mail.ru. 17724 IN A 194.67.23.232 ;; Query time: 148 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Wed Sep 20 16:33:11 2006 ;; MSG SIZE rcvd: 164 -------------------------------------------------------------------------------- |
#less /etc/bind/named.conf
|
#vi /etc/bind/named.conf.options
|
#dig @127.0.0.1 mail.ru n
;; QUESTION SECTION: ;n. IN A ;; AUTHORITY SECTION: . 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2006091901 1800 900 604800 86400 ;; Query time: 220 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Wed Sep 20 16:43:22 2006 ;; MSG SIZE rcvd: 94 -------------------------------------------------------------------------------- |
#rndc
notrace Set debugging level to 0. flush Flushes all of the server's caches. flush [view] Flushes the server's cache for a view. flushname name [view] Flush the given name from the server's cache(s) status Display status of the server. recursing Dump the queries that are currently recursing (named.recursing) *restart Restart the server. * == not yet implemented Version: 9.3.2-P1 -------------------------------------------------------------------------------- |
#rndc dumdb
rndc: 'dumdb' failed: unknown command |
#rndc dumpdb
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or -------------------------------------------------------------------------------- |
#find /var -name named_dump.db
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or /var/cache/bind/named_dump.db -------------------------------------------------------------------------------- |
#less /var/cache/bind/named_dump.db
|
#grep -v '^;' /var/cache/bind/named_dump.db | less
|
#rndc dumpdb
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or -------------------------------------------------------------------------------- |
#rndc
Usage: rndc [-c config] [-s server] [-p port] [-k key-file ] [-y key] [-V] command command is one of the following: reload Reload configuration file and zones. reload zone [class [view]] Reload a single zone. refresh zone [class [view]] Schedule immediate maintenance for a zone. retransfer zone [class [view]] Retransfer a single zone without checking serial number. ... notrace Set debugging level to 0. flush Flushes all of the server's caches. flush [view] Flushes the server's cache for a view. flushname name [view] Flush the given name from the server's cache(s) status Display status of the server. recursing Dump the queries that are currently recursing (named.recursing) *restart Restart the server. * == not yet implemented Version: 9.3.2-P1 |
#rndc stats
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or -------------------------------------------------------------------------------- |
#ls /var/cache/bind/
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or named_dump.db named.stats -------------------------------------------------------------------------------- |
#less /var/cache/bind/named.stats
|
#vi /etc/bind/named.conf.local
|
#vi /etc/bind/named.conf.options
|
#/etc/init.d/bind9 restart
registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or Stopping domain name service...: bind. Starting domain name service...: bind. -------------------------------------------------------------------------------- |
#tail /var/log/daemon.log
Sep 20 16:49:27 linux2 named[11036]: loading configuration from '/etc/bind/named.conf' Sep 20 16:49:27 linux2 named[11036]: no IPv6 interfaces found Sep 20 16:49:27 linux2 named[11036]: listening on IPv4 interface lo, 127.0.0.1#53 Sep 20 16:49:27 linux2 named[11036]: listening on IPv4 interface eth0, 192.168.15.2#53 Sep 20 16:49:27 linux2 named[11036]: command channel listening on 127.0.0.1#953 Sep 20 16:49:27 linux2 named[11036]: zone 0.in-addr.arpa/IN: loaded serial 1 Sep 20 16:49:27 linux2 named[11036]: zone 127.in-addr.arpa/IN: loaded serial 1 Sep 20 16:49:27 linux2 named[11036]: zone 255.in-addr.arpa/IN: loaded serial 1 Sep 20 16:49:27 linux2 named[11036]: zone localhost/IN: loaded serial 1 Sep 20 16:49:27 linux2 named[11036]: running |
#vi /etc/bind/named.conf.options
|
#vi /etc/bind/named.conf.options
|
#cp /etc/bind/named.conf /tmp
NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or -------------------------------------------------------------------------------- |
#vi /tmp/named.conf
39a40,51 > > zone "sco.unix.nt" { > type master; > file "/etc/bind/db.sco.unix.nt"; > allow-query { > 0.0.0.0/0; > }; > allow-transfer { > 127.0.0.1; > }; > }; > |
Время первой команды журнала | 16:25:50 2006- 9-20 | ||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 16:54:30 2006- 9-20 | ||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 37 | ||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 13.51 | ||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 0.00 | ||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 0.48 | ||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.29 | ||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.
Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
$ l s-l bash: l: command not found |
Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
$ test 5 -lt 4 |
Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
$ find / -name abc find: /home/devi-orig/.gnome2: Keine Berechtigung find: /home/devi-orig/.gnome2_private: Keine Berechtigung find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung find: /home/devi-orig/.metacity: Keine Berechtigung find: /home/devi-orig/.inkscape: Keine Berechtigung ^C |
Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
# id uid=0(root) gid=0(root) Gruppen=0(root) |
Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
$ vi ~/.bashrc
|
Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
$ patch ~/.bashrc |
Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.
Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.
Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.
Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора
Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.
Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.
Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:
$ whoami
user
$ #^ Интересно, кто я?в журнале это будет выглядеть так:
$ whoami
user
Интересно, кто я? |
Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:
$ whoami
user
$ cat > /dev/null #^ Интересно, кто я?
Программа whoami выводит имя пользователя, под которым мы зарегистрировались в системе. - Она не может ответить на вопрос о нашем назначении в этом мире.В журнале это будет выглядеть так:
$ whoami user
|
Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=
1 2 3 4Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.
LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008