Журнал лабораторных работ

Содержание

Журнал

Четверг (05/31/07)

/dev/pts/8
11:06:48
#w
 11:06:53 up  1:40,  6 users,  load average: 0,64, 0,59, 0,43
USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU WHAT
user     :0       -                09:27   ?xdm?   3:34m  1.01s x-session-manager
user     pts/0    :0.0             09:58    1:04m  0.30s  0.26s script -f -q /home/user/.lilalo//1037920422313926437-118059468
user     pts/3    :0.0             09:40    1:25   0.24s  0.24s script -f -q /home/user/.lilalo//1793719166289054487-118059362
root     pts/5    linux2.net.nt    09:48    1:16   0.04s  0.03s script -f -q /root/.lilalo//18827125761041826333-1180594114.sc
user     pts/7    :0.0             10:19    0.00s  0.35s  0.25s script -f -q /home/user/.lilalo//200282635631205974-1180595950
root     pts/12   192.168.16.1     10:37   15:04m  0.02s  0.02s script -f -q /root/.lilalo//23625158732750026259-1180597032.sc
11:06:53
#/etc/init.d/ssh start
Starting OpenBSD Secure Shell server: sshd.
11:07:02
#watch 'iptables -L INPUT --line-numbers -vv'

/dev/pts/1
11:07:24
#iptables -vv
iptables v1.3.6: no command specified
Try `iptables -h' or 'iptables --help' for more information.
11:07:33
#iptables -L -vv
Chain INPUT (policy ACCEPT 1126 packets, 78573 bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:www
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ssh
   11   660 DROP       tcp  --  any    any     anywhere             anywhere
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 1289 packets, 252K bytes)
 pkts bytes target     prot opt in     out     source               destination
11:07:37
#iptables -D INPUT 1

11:08:05
#iptables -D INPUT 2

11:08:06
#iptables -D INPUT 3
iptables: Index of deletion too big
11:08:07
#iptables -L -vv
Chain INPUT (policy ACCEPT 1132 packets, 79053 bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ssh
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 1300 packets, 253K bytes)
 pkts bytes target     prot opt in     out     source               destination
11:08:15
#iptables -L -vv --line-numbers
Chain INPUT (policy ACCEPT 1133 packets, 79133 bytes)
num   pkts bytes target     prot opt in     out     source               destination
1        0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ssh
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
num   pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 1303 packets, 253K bytes)
num   pkts bytes target     prot opt in     out     source               destination
11:08:22
#iptables -D INPUT 1

11:08:25
#iptables -L -vv --line-numbers
Chain INPUT (policy ACCEPT 1134 packets, 79213 bytes)
num   pkts bytes target     prot opt in     out     source               destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
num   pkts bytes target     prot opt in     out     source               destination
Chain OUTPUT (policy ACCEPT 1304 packets, 253K bytes)
num   pkts bytes target     prot opt in     out     source               destination
11:08:27
#ssh root@192.168.16.1
root@192.168.16.1's password:
Permission denied, please try again.
root@192.168.16.1's password:
11:08:40
#iptables -A INPUT -p tcp --dport 80 -j ACCEPT

11:10:16
#iptables -A INPUT -p tcp --dport 23 -j ACCEPT

11:10:30
#iptables -a INPUT -p tcp --syn -j DROP
iptables v1.3.6: Unknown arg `-a'
Try `iptables -h' or 'iptables --help' for more information.
11:10:51
#iptables -A INPUT -p tcp --syn -j DROP

11:11:00
#nmap 192.168.16.2
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2007-05-31 11:11 EEST
Interesting ports on linux2.net.nt (192.168.16.2):
Not shown: 1678 filtered ports
PORT   STATE  SERVICE
23/tcp closed telnet
80/tcp open   http
Nmap finished: 1 IP address (1 host up) scanned in 23.861 seconds
11:11:58
#ssh root@192.168.16.1
2        5   220 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:telnet
3     3356  148K DROP       tcp  --  any    any     anywhere             anywhere            tcp flags:FIN,SYN,RST,ACK/SYN
                                                                                                                              root@192.168.16.1's password:
11:13:00
#iptables -F

11:14:33
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
/dev/pts/8
11:14:39
#watch 'iptables -L INPUT --line-numbers -vv'

11:14:41
#tcpdump -i eth3:1 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3:1, link-type EN10MB (Ethernet), capture size 96 bytes
11:39:44.528319 IP linux1.local > 192.168.16.15: ICMP echo request, id 20262, seq 1, length 64
11:39:44.528544 IP 192.168.16.15 > linux1.local: ICMP echo reply, id 20262, seq 1, length 64
11:44:00.441353 IP linux3.local > linux1.local: ICMP echo request, id 53526, seq 1, length 64
11:44:00.441426 IP linux1.local > linux3.local: ICMP echo reply, id 53526, seq 1, length 64
11:44:01.441165 IP linux3.local > linux1.local: ICMP echo request, id 53526, seq 2, length 64
11:44:01.441248 IP linux1.local > linux3.local: ICMP echo reply, id 53526, seq 2, length 64
6 packets captured
6 packets received by filter
0 packets dropped by kernel
/dev/pts/1
11:19:21
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:22
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:22
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:23
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:23
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:24
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:24
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:24
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:25
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:25
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:26
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:26
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:27
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:28
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:28
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:29
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:19:30
#mii-tool
eth2: no link
eth3: no link
11:19:31
#mii-tool
eth2: no link
eth3: no link
11:19:31
#ifconfig
eth2      Link encap:Ethernet  HWaddr 00:04:76:A1:F0:A5
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:185
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.2  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
...
          inet addr:10.1.2.1  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7776 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7776 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:375217 (366.4 KiB)  TX bytes:375217 (366.4 KiB)
11:24:32
#cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo eth3
iface lo inet loopback
# The primary network interface
#allow-hotplug eth3
iface eth3 inet static
        address 192.168.16.1
        netmask 255.255.255.0
        gateway 192.168.16.15
        broadcast 192.168.16.255
        post-up ifconfig eth3:0 192.168.19.1
11:24:40
#apt-get install vim
Чтение списков пакетов... Готово
Построение дерева зависимостей... Готово
Некоторые пакеты невозможно установить. Возможно, Вы просите невозможного,
или же используете нестабильного дистрибутив, и запрошенные Вами пакеты
ещё не созданы или были удалены из Incoming.
Так как Вы просили выполнить только одну операцию, то вероятнее всего, что
пакет просто не может быть установлен из-за ошибок в самом пакете.
Необходимо послать отчёт об этой ошибке.
Следующая информация возможно поможет Вам:
Пакеты, имеющие неудовлетворённые зависимости:
  vim: Зависит: vim-common (= 1:7.0-122+1etch2) но 1:7.0-219+1 будет установлен
E: Сломанные пакеты
11:24:58
#whereis vim
vim: /usr/bin/vim /usr/bin/vim.tiny /etc/vim /usr/X11R6/bin/vim /usr/X11R6/bin/vim.tiny /usr/bin/X11/vim /usr/bin/X11/vim.tiny /usr/share/vim /usr/share/man/man1/vim.1.gz
11:25:16
#vim /etc/network/interfaces
15c15
< 	post-up ifconfig eth3:0 192.168.19.1
---
> #post-up ifconfig eth3:0 192.168.19.1
11:25:40
#/etc/init.d/networking restart
Reconfiguring network interfaces...SIOCDELRT: No such process
11:25:56
#/etc/init.d/networking restart
Reconfiguring network interfaces...done.
11:26:07
#ifconfig
eth2      Link encap:Ethernet  HWaddr 00:04:76:A1:F0:A5
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:185
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.1  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
...
          inet addr:10.1.2.1  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7848 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7848 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:380921 (371.9 KiB)  TX bytes:380921 (371.9 KiB)
11:26:12
#vim /etc/network/interfaces
9c9
< #allow-hotplug eth3
---
> allow-hotplug eth3
15d14
< #post-up ifconfig eth3:0 192.168.19.1
11:26:51
#ifconfig
eth2      Link encap:Ethernet  HWaddr 00:04:76:A1:F0:A5
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:185
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.1  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
...
          inet addr:10.1.2.1  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7848 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7848 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:380921 (371.9 KiB)  TX bytes:380921 (371.9 KiB)
11:26:54
#ifconfig eth3:0 down

11:27:04
#ifconfig eth3:1 down

11:27:12
#ifconfig
eth2      Link encap:Ethernet  HWaddr 00:04:76:A1:F0:A5
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:185
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.1  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
...
          collisions:0 txqueuelen:1000
          RX bytes:6300663 (6.0 MiB)  TX bytes:2360557 (2.2 MiB)
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7852 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7852 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:381185 (372.2 KiB)  TX bytes:381185 (372.2 KiB)
11:27:14
#ifconfig eth2 down

11:27:22
#cat /proc/
Display all 166 possibilities? (y or n)
11:27:22
#cat /proc/net/
anycast6           igmp6              mcfilter           raw                sockstat           udp6
arp                ip6_flowlabel      mcfilter6          raw6               sockstat6          unix
atm/               ip_mr_cache        netfilter/         route              softnet_stat       wireless
dev                ip_mr_vif          netlink            rt6_stats          stat/
dev_mcast          ip_tables_matches  netstat            rt_acct            tcp
dev_snmp6/         ip_tables_names    packet             rt_cache           tcp6
if_inet6           ip_tables_targets  protocols          snmp               tr_rif
igmp               ipv6_route         psched             snmp6              udp
11:27:22
#cat /proc/sys/net/ipv4/ip_forward
0
11:29:01
#echo '1' > /proc/sys/net/ipv4/ip_forward

11:29:27
#cat /proc/sys/net/ipv4/ip_forward
1
11:29:28
#ifconfig eth3:1 172.21.1.2/24 up
SIOCSIFNETMASK: Cannot assign requested address
11:30:57
#ifconfig eth3 down

11:31:06
#ifconfig eth3:1 172.21.1.2/24 up

11:31:07
#ifconfig eth3 up

11:31:10
#iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
11:31:31
#tcpdump -i eth3:1 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3:1, link-type EN10MB (Ethernet), capture size 96 bytes
0 packets captured
0 packets received by filter
0 packets dropped by kernel
11:32:16
#arp -an
? (192.168.16.15) at 00:60:08:20:7B:0B [ether] on eth3
11:32:20
#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth3
172.21.1.0      0.0.0.0         255.255.255.0   U     0      0        0 eth3
11:32:29
#route -na
route: invalid option -- a
Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.
       route {-h|--help} [<AF>]              Detailed usage syntax for specified AF.
       route {-V|--version}                  Display version/author and exit.
        -v, --verbose            be verbose
        -n, --numeric            don't resolve names
        -e, --extend             display other/more information
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB
  <AF>=Use '-A <af>' or '--<af>'; default: inet
  List of possible address families (which support routing):
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
    x25 (CCITT X.25)
11:33:42
#route -an
route: invalid option -- a
Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.
       route {-h|--help} [<AF>]              Detailed usage syntax for specified AF.
       route {-V|--version}                  Display version/author and exit.
        -v, --verbose            be verbose
        -n, --numeric            don't resolve names
        -e, --extend             display other/more information
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB
  <AF>=Use '-A <af>' or '--<af>'; default: inet
  List of possible address families (which support routing):
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
    x25 (CCITT X.25)
11:33:45
#route add default gw 192.168.16.15

11:34:05
#tcpdump -i eth3:1 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3:1, link-type EN10MB (Ethernet), capture size 96 bytes
11:34:10.773230 IP linux3.local > linux1.local: ICMP echo request, id 50196, seq 2, length 64
11:34:10.878950 IP linux1.local > linux3.local: ICMP echo reply, id 50196, seq 2, length 64
2 packets captured
2 packets received by filter
0 packets dropped by kernel
11:34:14
#iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
11:35:33
#mii-tool
eth2: no link
eth3: negotiated 100baseTx-FD, link ok
11:38:32
#ping 192.168.16.15
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3:1, link-type EN10MB (Ethernet), capture size 96 bytes
11:39:44.528319 IP linux1.local > 192.168.16.15: ICMP echo request, id 20262, seq 1, length 64
11:39:44.528544 IP 192.168.16.15 > linux1.local: ICMP echo reply, id 20262, seq 1, length 64
PING 192.168.16.15 (192.168.16.15) 56(84) bytes of data.
64 bytes from 192.168.16.15: icmp_seq=1 ttl=64 time=0.329 ms
--- 192.168.16.15 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.329/0.329/0.329/0.000 ms
11:39:45
#vi /etc/resolv.conf
2c2
< nameserver 192.168.16.1
---
> nameserver 192.168.16.15
11:39:57
#screen -x
/dev/pts/10
11:43:28
#screen -x
11:43:32
#screen
/dev/pts/14
11:43:38
#ssh root@192.168.16.3
root@192.168.16.3's password:
Last login: Thu May 31 09:52:16 2007
Linux linux3 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
l3-agent is already running: pid=2884; pidfile=/root/.lilalo/l3-agent.pid
[root@linux3:~]# ifconfig
                          root@192.168.16.3's password:
Last login: Thu May 31 09:52:16 2007
Linux linux3 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
l3-agent is already running: pid=2884; pidfile=/root/.lilalo/l3-agent.pid
11:43:49
#ifconfig -a
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:289 errors:0 dropped:0 overruns:0 frame:0
          TX packets:275 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:26693 (26.0 KiB)  TX bytes:51733 (50.5 KiB)
          Interrupt:185
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3506 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3506 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:161584 (157.7 KiB)  TX bytes:161584 (157.7 KiB)
sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
11:43:55
#route -n
          Interrupt:185
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3506 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3506 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:161584 (157.7 KiB)  TX bytes:161584 (157.7 KiB)
sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
                         Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
11:44:39
#. /etc/bash_completion
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3506 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3506 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:161584 (157.7 KiB)  TX bytes:161584 (157.7 KiB)
sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 1
11:44:58
#route add default gw 172.21.1.2
sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
/dev/pts/8
11:45:09
#ifconfig
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.1  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:21483 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17661 errors:1 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000
          RX bytes:6955851 (6.6 MiB)  TX bytes:2636667 (2.5 MiB)
eth3:1    Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:172.21.1.2  Bcast:172.21.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7908 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7908 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:385597 (376.5 KiB)  TX bytes:385597 (376.5 KiB)
/dev/pts/14
11:45:23
#ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
11:45:27
#ping mail.ru
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
PING mail.ru (194.67.57.26) 56(84) bytes of data.
From linux1.local (172.21.1.2): icmp_seq=2 Redirect Host(New nexthop: net.nt (192.168.16.15))
--- mail.ru ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10565ms
11:45:44
#ssh clint@net.nt
Connection to net.nt closed.
11:46:46
#ping mail.ru
PING mail.ru (194.67.57.126) 56(84) bytes of data.
From linux1.local (172.21.1.2): icmp_seq=2 Redirect Host(New nexthop: net.nt (192.168.16.15))
--- mail.ru ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5004ms
11:46:54
#exit
Connection to 192.168.16.3 closed.
11:46:55
#ping 192.168.16.4
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
PING 192.168.16.4 (192.168.16.4) 56(84) bytes of data.
64 bytes from 192.168.16.4: icmp_seq=1 ttl=64 time=3.44 ms
--- 192.168.16.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.443/3.443/3.443/0.000 ms
11:47:13
#ssh root@192.168.16.3
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
root@192.168.16.3's password:
Last login: Thu May 31 11:43:48 2007 from linux1.net.nt
Linux linux3 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
l3-agent is already running: pid=2884; pidfile=/root/.lilalo/l3-agent.pid
/dev/pts/8
11:47:14
#tcpdump -i eth3:1 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3:1, link-type EN10MB (Ethernet), capture size 96 bytes
11:56:36.123173 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 139, length 64
11:56:36.234870 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 139, length 64
11:56:37.126599 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 140, length 64
11:56:37.126684 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 140, length 64
11:56:38.130591 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 141, length 64
11:56:38.130704 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 141, length 64
11:56:39.134476 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 142, length 64
11:56:39.134567 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 142, length 64
...
11:56:41.142511 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 144, length 64
11:56:42.146370 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 145, length 64
11:56:42.146506 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 145, length 64
11:56:43.150301 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 146, length 64
11:56:43.150381 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 146, length 64
11:56:44.154232 IP net.nt > linux1.local: ICMP echo request, id 9233, seq 147, length 64
11:56:44.154312 IP linux1.local > net.nt: ICMP echo reply, id 9233, seq 147, length 64
18 packets captured
18 packets received by filter
0 packets dropped by kernel
/dev/pts/14
11:47:18
#exit
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
exit
Connection to 192.168.16.3 closed.
11:47:42
#route add -host 192.168.16.4 gw eth3:1
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
eth3:1: Unknown host
11:48:41
#route add -host 192.168.16.4 gw 172.16.1.2
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
SIOCADDRT: Network is unreachable
11:49:05
#route -an
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
route: invalid option -- a
Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.
       route {-h|--help} [<AF>]              Detailed usage syntax for specified AF.
       route {-V|--version}                  Display version/author and exit.
        -v, --verbose            be verbose
        -n, --numeric            don't resolve names
        -e, --extend             display other/more information
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB
  <AF>=Use '-A <af>' or '--<af>'; default: inet
  List of possible address families (which support routing):
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
    x25 (CCITT X.25)
11:49:11
#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth3
172.21.1.0      0.0.0.0         255.255.255.0   U     0      0        0 eth3
0.0.0.0         192.168.16.15   0.0.0.0         UG    0      0        0 eth3
11:49:13
#route add -host 192.168.16.4 gw 172.16.21.2
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
[root@linux3:~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
172.21.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth1
[root@linux3:~]# . /etc/bash_completion
[root@linux3:~]# route add default gw 172.21.1.2
[root@linux3:~]# ping 172.21.1.2
PING 172.21.1.2 (172.21.1.2) 56(84) bytes of data.
64 bytes from 172.21.1.2: icmp_seq=1 ttl=64 time=0.246 ms
64 bytes from 172.21.1.2: icmp_seq=2 ttl=64 time=0.201 ms
64 bytes from 172.21.1.2: icmp_seq=3 ttl=64 time=0.237 ms
--- 172.21.1.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
SIOCADDRT: Network is unreachable
11:49:31
#route add -host 192.168.16.4 gw 172.16.21.1
SIOCADDRT: Network is unreachable
11:49:33
#ifconfig
rtt min/avg/max/mdev = 0.201/0.228/0.246/0.019 ms
eth3      Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:192.168.16.1  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::290:27ff:fe35:58f2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23060 errors:0 dropped:0 overruns:0 frame:0
          TX packets:19239 errors:1 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000
          RX bytes:7118045 (6.7 MiB)  TX bytes:2944570 (2.8 MiB)
eth3:1    Link encap:Ethernet  HWaddr 00:90:27:35:58:F2
          inet addr:172.21.1.2  Bcast:172.21.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7908 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7908 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:385597 (376.5 KiB)  TX bytes:385597 (376.5 KiB)

Файлы

  • /etc/network/interfaces
  • /proc/
  • /proc/net/
  • /proc/sys/net/ipv4/ip_forward
  • /etc/network/interfaces
    >
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    # The loopback network interface
    auto lo eth3
    iface lo inet loopback
    # The primary network interface
    #allow-hotplug eth3
    iface eth3 inet static
            address 192.168.16.1
            netmask 255.255.255.0
            gateway 192.168.16.15
            broadcast 192.168.16.255
            post-up ifconfig eth3:0 192.168.19.1
    
    /proc/
    >
    Display all 166 possibilities? (y or n)
    
    /proc/net/
    >
    anycast6           igmp6              mcfilter           raw                sockstat           udp6
    arp                ip6_flowlabel      mcfilter6          raw6               sockstat6          unix
    atm/               ip_mr_cache        netfilter/         route              softnet_stat       wireless
    dev                ip_mr_vif          netlink            rt6_stats          stat/
    dev_mcast          ip_tables_matches  netstat            rt_acct            tcp
    dev_snmp6/         ip_tables_names    packet             rt_cache           tcp6
    if_inet6           ip_tables_targets  protocols          snmp               tr_rif
    igmp               ipv6_route         psched             snmp6              udp
    
    /proc/sys/net/ipv4/ip_forward
    >
    1
    

    Статистика

    Время первой команды журнала11:06:48 2007- 5-31
    Время последней команды журнала11:49:33 2007- 5-31
    Количество командных строк в журнале101
    Процент команд с ненулевым кодом завершения, %17.82
    Процент синтаксически неверно набранных команд, % 0.00
    Суммарное время работы с терминалом *, час 0.71
    Количество командных строк в единицу времени, команда/мин 2.36
    Частота использования команд
    mii-tool20|===================| 19.61%
    iptables16|===============| 15.69%
    ifconfig14|=============| 13.73%
    route12|===========| 11.76%
    ping5|====| 4.90%
    cat5|====| 4.90%
    ssh5|====| 4.90%
    tcpdump4|===| 3.92%
    screen3|==| 2.94%
    vim2|=| 1.96%
    watch2|=| 1.96%
    exit2|=| 1.96%
    /etc/init.d/networking2|=| 1.96%
    ip_forward1|| 0.98%
    whereis1|| 0.98%
    nmap1|| 0.98%
    echo1|| 0.98%
    .1|| 0.98%
    vi1|| 0.98%
    apt-get1|| 0.98%
    /etc/init.d/ssh1|| 0.98%
    arp1|| 0.98%
    w1|| 0.98%
    ____
    *) Интервалы неактивности длительностью 30 минут и более не учитываются

    Справка

    Для того чтобы использовать LiLaLo, не нужно знать ничего особенного: всё происходит само собой. Однако, чтобы ведение и последующее использование журналов было как можно более эффективным, желательно иметь в виду следующее:
    1. В журнал автоматически попадают все команды, данные в любом терминале системы.

    2. Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.

    3. Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
      $ l s-l
      bash: l: command not found
      

    4. Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
      $ test 5 -lt 4
      Обратите внимание на то, что код завершения команды может быть отличен от нуля не только в тех случаях, когда команда была выполнена с ошибкой. Многие команды используют код завершения, например, для того чтобы показать результаты проверки

    5. Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
      $ 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
      

    6. Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
      # id
      uid=0(root) gid=0(root) Gruppen=0(root)
      

    7. Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
      $ vi ~/.bashrc
      2a3,5
      >    if [ -f /usr/local/etc/bash_completion ]; then
      >         . /usr/local/etc/bash_completion
      >        fi
      

    8. Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
      $ patch ~/.bashrc
      В данном случае изменения применяются к файлу ~/.bashrc

    9. Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.

      Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.

    10. Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.

    11. Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора

    12. Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.

    13. Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.

    14. Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:

      $ whoami
      
      user
      
      $ #^ Интересно, кто я?
      
      в журнале это будет выглядеть так:
      $ whoami
      
      user
      
      Интересно, кто я?

    15. Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:

      $ whoami
      
      user
      
      $ cat > /dev/null #^ Интересно, кто я?
      
      Программа whoami выводит имя пользователя, под которым 
      мы зарегистрировались в системе.
      -
      Она не может ответить на вопрос о нашем назначении 
      в этом мире.
      
      В журнале это будет выглядеть так:
      $ whoami
      user
      
      Интересно, кто я?
      Программа whoami выводит имя пользователя, под которым
      мы зарегистрировались в системе.

      Она не может ответить на вопрос о нашем назначении
      в этом мире.
      Для разделения нескольких абзацев между собой используйте символ "-", один в строке.

    16. Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=

    17. Содержимое файла может быть показано в журнале. Для этого его нужно вывести с помощью программы cat. Если вывод команды отметить симоволами #!, содержимое файла будет показано в журнале в специально отведённой для этого секции.
    18. Для того чтобы вставить скриншот интересующего вас окна в журнал, нужно воспользоваться командой l3shot. После того как команда вызвана, нужно с помощью мыши выбрать окно, которое должно быть в журнале.
    19. Команды в журнале расположены в хронологическом порядке. Если две команды давались одна за другой, но на разных терминалах, в журнале они будут рядом, даже если они не имеют друг к другу никакого отношения.
      1
          2
      3   
          4
      
      Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.

    О программе

    LiLaLo (L3) расшифровывается как Live Lab Log.
    Программа разработана для повышения эффективности обучения Unix/Linux-системам.
    (c) Игорь Чубин, 2004-2008

    $Id$