/l3/users/eb/2009/linux11/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 :16 :17 :18 :19 :20 :21 :22 :23 :24 :25 :26 :27 :28 :29 :30 :31 :32 :33 :34 :35 :36 :37 :38 :39 :40 :41 :42 :43 :44 :45 :46 :47 :48 :49 :50 :51 :52 :53 :54 :55 :56 :57 :58 :59 :60 :61 :62 :63 :64 :65 :66 :67 :68 :69 :70 :71 :72 :73 |
|
#ping 192.168.15.12
PING 192.168.15.12 (192.168.15.12) 56(84) bytes of data. 64 bytes from 192.168.15.12: icmp_seq=1 ttl=64 time=2.03 ms 64 bytes from 192.168.15.12: icmp_seq=2 ttl=64 time=0.225 ms 64 bytes from 192.168.15.12: icmp_seq=3 ttl=64 time=0.234 ms 64 bytes from 192.168.15.12: icmp_seq=4 ttl=64 time=0.232 ms 64 bytes from 192.168.15.12: icmp_seq=5 ttl=64 time=0.231 ms 64 bytes from 192.168.15.12: icmp_seq=6 ttl=64 time=0.232 ms 64 bytes from 192.168.15.12: icmp_seq=7 ttl=64 time=0.230 ms 64 bytes from 192.168.15.12: icmp_seq=8 ttl=64 time=0.231 ms 64 bytes from 192.168.15.12: icmp_seq=9 ttl=64 time=0.229 ms ... 64 bytes from 192.168.15.12: icmp_seq=104 ttl=64 time=0.230 ms 64 bytes from 192.168.15.12: icmp_seq=105 ttl=64 time=0.228 ms 64 bytes from 192.168.15.12: icmp_seq=106 ttl=64 time=0.230 ms 64 bytes from 192.168.15.12: icmp_seq=107 ttl=64 time=0.230 ms 64 bytes from 192.168.15.12: icmp_seq=108 ttl=64 time=0.230 ms 64 bytes from 192.168.15.12: icmp_seq=109 ttl=64 time=0.227 ms ^C --- 192.168.15.12 ping statistics --- 109 packets transmitted, 109 received, 0% packet loss, time 108005ms rtt min/avg/max/mdev = 0.222/0.245/2.035/0.173 ms |
#ethtool -s eth0 speed 100
|
#mii-tool eth0
eth0: negotiated 1000baseT-FD flow-control, link ok |
#mii-tool eth0
eth0: negotiated 1000baseT-FD flow-control, link ok |
#mii-tool eth0
eth0: negotiated 1000baseT-FD flow-control, link ok |
#top
top - 10:00:11 up 25 min, 6 users, load average: 0.22, 0.21, 0.13 Tasks: 121 total, 1 running, 119 sleeping, 0 stopped, 1 zombie Cpu(s): 2.8%us, 0.3%sy, 0.0%ni, 96.7%id, 0.2%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 3107648k total, 518020k used, 2589628k free, 11188k buffers PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND Swap: 0k total, 0k used, 0k free, 188272k cached 3322 user 20 0 294m 110m 15m S 6 3.6 0:50.37 opera 1230 root 15 -5 0 0 0 S 0 0.0 0:00.03 kjournald 2997 root 20 0 356m 41m 12m S 0 1.4 0:24.43 Xorg 3865 user 39 19 88408 16m 10m S 0 0.5 1:45.50 operapluginwrap ... 595 root 15 -5 0 0 0 S 0 0.0 0:00.00 ata_aux 956 root 15 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_0 957 root 15 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_1 966 root 15 -5 0 0 0 S 0 0.0 0:00.00 hid_compat 996 root 15 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_2 997 root 15 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_3 1178 root 15 -5 0 0 0 S 0 0.0 0:00.00 md0_raid1 1183 root 15 -5 0 0 0 S 0 0.0 0:00.05 md1_raid1 1203 root 15 -5 0 0 0 S 0 0.0 0:00.00 ksnapd 1305 root 16 -4 2324 864 528 S 0 0.0 0:00.07 udevd |
#ethtool -eth0 speed 100
ethtool version 6git Usage: ethtool DEVNAME Display standard information about device ethtool -s|--change DEVNAME Change generic options [ speed %%d ] [ duplex half|full ] [ port tp|aui|bnc|mii|fibre ] [ autoneg on|off ] [ advertise %%x ] [ phyad %%d ] ... ethtool -p|--identify DEVNAME Show visible port identification (e.g. blinking) [ TIME-IN-SECONDS ] ethtool -t|--test DEVNAME Execute adapter self test [ online | offline ] ethtool -S|--statistics DEVNAME Show adapter statistics ethtool -n|--show-nfc DEVNAME Show Rx network flow classificationoptions [ rx-flow-hash tcp4|udp4|ah4|sctp4|tcp6|udp6|ah6|sctp6 ] ethtool -N|--config-nfc DEVNAME Configure Rx network flow classification options [ rx-flow-hash tcp4|udp4|ah4|sctp4|tcp6|udp6|ah6|sctp6 p|m|v|t|s|d|f|n|r... ] ethtool -h|--help DEVNAME Show this help |
#ethtool -s| --speed 100
bash: --speed: команда не найдена |
#ethtool -s| -speed 100
bash: -speed: команда не найдена |
#ethtool -s| speed 100
bash: speed: команда не найдена |
#ethtool -s| speed 100 eth0
bash: speed: команда не найдена |
#ethtool -sl eth0 speed 10
ethtool version 6git Usage: ethtool DEVNAME Display standard information about device ethtool -s|--change DEVNAME Change generic options [ speed %%d ] [ duplex half|full ] [ port tp|aui|bnc|mii|fibre ] [ autoneg on|off ] [ advertise %%x ] [ phyad %%d ] ... ethtool -p|--identify DEVNAME Show visible port identification (e.g. blinking) [ TIME-IN-SECONDS ] ethtool -t|--test DEVNAME Execute adapter self test [ online | offline ] ethtool -S|--statistics DEVNAME Show adapter statistics ethtool -n|--show-nfc DEVNAME Show Rx network flow classificationoptions [ rx-flow-hash tcp4|udp4|ah4|sctp4|tcp6|udp6|ah6|sctp6 ] ethtool -N|--config-nfc DEVNAME Configure Rx network flow classification options [ rx-flow-hash tcp4|udp4|ah4|sctp4|tcp6|udp6|ah6|sctp6 p|m|v|t|s|d|f|n|r... ] ethtool -h|--help DEVNAME Show this help |
#ethtool -s eth0 speed 10
|
#ethtool -s eth0 speed 10 autoneg off
|
#mii-tool eth0
eth0: 10 Mbit, full duplex, link ok |
#mii-tool eth0
eth0: 10 Mbit, full duplex, link ok |
#mii-tool eth0
eth0: 10 Mbit, full duplex, link ok |
#cat /etc/bind/
db.0 db.255 db.class12 db.local dp.class12 named.conf.local rndc.key db.127 db.class11 db.empty db.root named.conf named.conf.options zones.rfc1918 |
#cat /etc/bind/named.conf.local
// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "class11.unix.nt" { type master; file "/etc/bind/db.class11"; }; |
#cat /etc/bind/db.class11
; ; BIND reverse data file for broadcast zone ; $TTL 1200 ;Сколько будет жить запись с положительным результатом ответа ;первое тип зоны потом имя сервера, мыло админа параметры @ SOA linux11.class11.unix.nt. root.class11.unix.nt ( 2009060401 ; Серийный номер записи 3h ; Интервал обновления с слейв сервера 12h ; Следующая попытка обновленмя с слейв сервера 72h ; Больше не коннектиться до рестарта через ... linux5 A 192.168.15.5 linux6 A 192.168.15.6 linux7 A 192.168.15.7 linux8 A 192.168.15.8 linux9 A 192.168.15.9 linux11 A 192.168.15.11 linux12 A 192.168.15.12 linux13 A 192.168.15.10 MX 10 linux11 ;@ IN NS localhost. |
#traceroute 10.0.35.100
traceroute to 10.0.35.100 (10.0.35.100), 30 hops max, 60 byte packets 1 192.168.15.254 (192.168.15.254) 2.148 ms 2.528 ms 2.518 ms 2 10.0.35.100 (10.0.35.100) 1.689 ms 1.886 ms 1.877 ms |
#traceroute 10.0.35.100
traceroute to 10.0.35.100 (10.0.35.100), 30 hops max, 60 byte packets 1 192.168.15.254 (192.168.15.254) 1.632 ms 1.803 ms 1.794 ms 2 10.0.35.100 (10.0.35.100) 1.375 ms 1.570 ms * |
#ping 192.168.15.12
PING 192.168.15.12 (192.168.15.12) 56(84) bytes of data. 64 bytes from 192.168.15.12: icmp_seq=1 ttl=64 time=2.74 ms 64 bytes from 192.168.15.12: icmp_seq=2 ttl=64 time=0.323 ms 64 bytes from 192.168.15.12: icmp_seq=3 ttl=64 time=0.315 ms ^C --- 192.168.15.12 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 0.315/1.127/2.745/1.144 ms |
#ping 192.168.15.254
PING 192.168.15.254 (192.168.15.254) 56(84) bytes of data. ^C --- 192.168.15.254 ping statistics --- 7 packets transmitted, 0 received, 100% packet loss, time 6002ms |
#ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1b:fc:7d:bc:f5 inet addr:192.168.15.2 Bcast:192.168.15.255 Mask:255.255.255.0 inet6 addr: fe80::21b:fcff:fe7d:bcf5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2554 errors:32 dropped:0 overruns:0 frame:31 TX packets:3357 errors:0 dropped:0 overruns:0 carrier:8 collisions:0 txqueuelen:1000 RX bytes:851795 (831.8 KiB) TX bytes:529707 (517.2 KiB) 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:1077 errors:0 dropped:0 overruns:0 frame:0 TX packets:1077 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:88939 (86.8 KiB) TX bytes:88939 (86.8 KiB) |
#vi /etc/network/interfaces
--- /tmp/l3-saved-4089.29089.18331 2009-06-05 10:09:32.000000000 +0300 +++ /etc/network/interfaces 2009-06-05 10:09:41.000000000 +0300 @@ -10,7 +10,7 @@ # netmask 255.255.255.0 iface eth0 inet static - address 192.168.15.2 + address 192.168.15.12 netmask 255.255.255.0 gateway 192.168.15.254 # |
#/etc/init.d/networking restart
Reconfiguring network interfaces...done. |
#ping 192.168.15.254
PING 192.168.15.254 (192.168.15.254) 56(84) bytes of data. 64 bytes from 192.168.15.254: icmp_seq=1 ttl=64 time=0.743 ms 64 bytes from 192.168.15.254: icmp_seq=2 ttl=64 time=0.625 ms 64 bytes from 192.168.15.254: icmp_seq=3 ttl=64 time=0.609 ms 64 bytes from 192.168.15.254: icmp_seq=4 ttl=64 time=0.611 ms 64 bytes from 192.168.15.254: icmp_seq=5 ttl=64 time=0.616 ms 64 bytes from 192.168.15.254: icmp_seq=6 ttl=64 time=0.631 ms 64 bytes from 192.168.15.254: icmp_seq=7 ttl=64 time=0.626 ms 64 bytes from 192.168.15.254: icmp_seq=8 ttl=64 time=0.632 ms 64 bytes from 192.168.15.254: icmp_seq=9 ttl=64 time=0.618 ms ... 64 bytes from 192.168.15.254: icmp_seq=17 ttl=64 time=0.624 ms 64 bytes from 192.168.15.254: icmp_seq=18 ttl=64 time=0.626 ms 64 bytes from 192.168.15.254: icmp_seq=19 ttl=64 time=0.815 ms 64 bytes from 192.168.15.254: icmp_seq=20 ttl=64 time=0.637 ms 64 bytes from 192.168.15.254: icmp_seq=21 ttl=64 time=0.605 ms 64 bytes from 192.168.15.254: icmp_seq=22 ttl=64 time=0.642 ms ^C --- 192.168.15.254 ping statistics --- 22 packets transmitted, 22 received, 0% packet loss, time 21002ms rtt min/avg/max/mdev = 0.605/0.660/0.978/0.094 ms |
#ping 10.0.35.100
PING 10.0.35.100 (10.0.35.100) 56(84) bytes of data. 64 bytes from 10.0.35.100: icmp_seq=1 ttl=63 time=0.236 ms ^C --- 10.0.35.100 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.236/0.236/0.236/0.000 ms |
#ping -f 10.0.35.100
PING 10.0.35.100 (10.0.35.100) 56(84) bytes of data. .^C |
#ping -f 10.0.35.100
PING 10.0.35.100 (10.0.35.100) 56(84) bytes of data. ..........................................................................................................................................................................................................................................................................................^C --- 10.0.35.100 ping statistics --- 282 packets transmitted, 0 received, 100% packet loss, time 3371ms |
#ssh root@10.0.35.100
root@10.0.35.100's password: Linux linux0 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 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. You have new mail. Last login: Fri Jun 5 10:26:31 2009 from linux12.class12.unix.nt l3-agent is already running: pid=1896; pidfile=/root/.lilalo/l3-agent.pid |
#ping -f 10.0.35.100
PING 10.0.35.100 (10.0.35.100) 56(84) bytes of data. .^C --- 10.0.35.100 ping statistics --- 3761 packets transmitted, 3760 received, 0% packet loss, time 967ms rtt min/avg/max/mdev = 0.168/0.228/0.399/0.084 ms, ipg/ewma 0.257/0.252 ms |
#dig class11.unix.nt
; <<>> DiG 9.6.0-P1 <<>> class11.unix.nt ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36095 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;class11.unix.nt. IN A ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:14:52 2009 ;; MSG SIZE rcvd: 33 |
#kill %
bash: kill: %: не такой задачи |
#ssh root@10.0.35.100
root@10.0.35.100's password: Linux linux0 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 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. You have new mail. Last login: Fri Jun 5 10:28:05 2009 from linux12.class12.unix.nt l3-agent is already running: pid=1896; pidfile=/root/.lilalo/l3-agent.pid |
#ps aux | grep bind
bind 2706 0.0 0.5 59704 18120 ? Ssl 09:35 0:00 /usr/sbin/named -u bind root 5777 0.0 0.0 4908 760 pts/10 R+ 10:15 0:00 grep bind |
#ps aux | grep bind
bind 2706 0.0 0.5 59704 18120 ? Ssl 09:35 0:00 /usr/sbin/named -u bind root 5786 0.0 0.0 4912 780 pts/10 S+ 10:15 0:00 grep bind |
#/etc/init.d/b
bind9 bootlogd bootmisc.sh |
#/etc/init.d/bind9 restart
Stopping domain name service...: bind9 waiting for pid 2706 to die. Starting domain name service...: bind9. |
#dig class11.unix.nt soa
; <<>> DiG 9.6.0-P1 <<>> class11.unix.nt soa ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 10743 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;class11.unix.nt. IN SOA ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:15:56 2009 ;; MSG SIZE rcvd: 33 |
#зping -a
Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval] [-w deadline] [-p pattern] [-s packetsize] [-t ttl] [-I interface or address] [-M mtu discovery hint] [-S sndbuf] [ -T timestamp option ] [ -Q tos ] [hop1 ...] destination |
#ping -a 93.158.134.8
PING 93.158.134.8 (93.158.134.8) 56(84) bytes of data. 64 bytes from 93.158.134.8: icmp_seq=1 ttl=54 time=49.1 ms 64 bytes from 93.158.134.8: icmp_seq=2 ttl=54 time=31.9 ms ^C --- 93.158.134.8 ping statistics --- 3 packets transmitted, 2 received, 33% packet loss, time 2001ms rtt min/avg/max/mdev = 31.979/40.561/49.144/8.584 ms |
#whois 212.109.52.53
% This is the RIPE Whois query server #3. % The objects are in RPSL format. % % The RIPE Database is subject to Terms and Conditions. % See http://www.ripe.net/db/support/db-terms-conditions.pdf % Note: This output has been filtered. % To receive output for a database update, use the "-B" flag. % Information related to '212.109.52.48 - 212.109.52.55' inetnum: 212.109.52.48 - 212.109.52.55 netname: EXPRESS-BANK-GTUA ... fax-no: +380 44 2764269 e-mail: dato@express.kiev.ua nic-hdl: DG885-RIPE source: RIPE # Filtered % Information related to '212.109.32.0/19AS12530' route: 212.109.32.0/19 descr: SOL Small Delegated Block origin: AS12530 mnt-by: GTUA-RT-MNT source: RIPE # Filtered |
#screen -x
|
#ÑÑÑwhois 212.109.32.2
% This is the RIPE Whois query server #2. % The objects are in RPSL format. % % The RIPE Database is subject to Terms and Conditions. % See http://www.ripe.net/db/support/db-terms-conditions.pdf % Note: This output has been filtered. % To receive output for a database update, use the "-B" flag % Information related to '212.109.32.0 - 212.109.32.127' inetnum: 212.109.32.0 - 212.109.32.127 netname: CORENET-STAFF-GTUA ... tech-c: OR816-RIPE nic-hdl: GTUA-RIPE mnt-by: GTUA-MNT source: RIPE # Filtered % Information related to '212.109.32.0/19AS12530' route: 212.109.32.0/19 descr: SOL Small Delegated Block origin: AS12530 mnt-by: GTUA-RT-MNT source: RIPE # Filtered |
#whois 212.109.52.54
% This is the RIPE Whois query server #1. % The objects are in RPSL format. % % The RIPE Database is subject to Terms and Conditions. % See http://www.ripe.net/db/support/db-terms-conditions.pdf % Note: This output has been filtered. % To receive output for a database update, use the "-B" flag. % Information related to '212.109.52.48 - 212.109.52.55' inetnum: 212.109.52.48 - 212.109.52.55 netname: EXPRESS-BANK-GTUA ... fax-no: +380 44 2764269 e-mail: dato@express.kiev.ua nic-hdl: DG885-RIPE source: RIPE # Filtered % Information related to '212.109.32.0/19AS12530' route: 212.109.32.0/19 descr: SOL Small Delegated Block origin: AS12530 mnt-by: GTUA-RT-MNT source: RIPE # Filtered |
#вшdig -x 212.109.52.54
; <<>> DiG 9.6.0-P1 <<>> -x 212.109.52.54 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 487 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;54.52.109.212.in-addr.arpa. IN PTR ;; ANSWER SECTION: 54.52.109.212.in-addr.arpa. 43200 IN PTR ll-54.52.109.212.sovam.net.ua. ;; AUTHORITY SECTION: 52.109.212.in-addr.arpa. 172317 IN NS ns.sovamua.com. 52.109.212.in-addr.arpa. 172317 IN NS nss2.sovamua.com. 52.109.212.in-addr.arpa. 172317 IN NS nss.sovamua.com. ;; ADDITIONAL SECTION: ns.sovamua.com. 40630 IN A 212.109.32.15 nss.sovamua.com. 106262 IN A 62.64.120.244 nss2.sovamua.com. 106262 IN A 62.208.20.18 ;; Query time: 45 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:35:43 2009 ;; MSG SIZE rcvd: 200 |
#ping yarosi.dyndns.org
ping: unknown host yarosi.dyndns.org |
#ping yarosi.dyndns.com
ping: unknown host yarosi.dyndns.com |
#ping yarosi.dyndns
ping: unknown host yarosi.dyndns |
#ping yarosi.dyndns.org
ping: unknown host yarosi.dyndns.org |
#dig -x ya.ru
; <<>> DiG 9.6.0-P1 <<>> -x ya.ru ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 53679 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;ru.ya.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: in-addr.arpa. 10800 IN SOA A.ROOT-SERVERS.NET. dns-ops.ARIN.NET. 2009060416 1800 900 691200 10800 ;; Query time: 270 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:51:22 2009 ;; MSG SIZE rcvd: 103 |
#dig -x 217.24.167.30
; <<>> DiG 9.6.0-P1 <<>> -x 217.24.167.30 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59701 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;30.167.24.217.in-addr.arpa. IN PTR ;; ANSWER SECTION: 30.167.24.217.in-addr.arpa. 86400 IN PTR 167-30.static.vega-ua.net. ;; AUTHORITY SECTION: 167.24.217.in-addr.arpa. 172800 IN NS ns.vegatele.com. 167.24.217.in-addr.arpa. 172800 IN NS ns2.vega.com.ua. ;; ADDITIONAL SECTION: ns.vegatele.com. 105130 IN A 195.248.191.70 ns2.vega.com.ua. 18730 IN A 213.159.224.162 ;; Query time: 300 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:52:30 2009 ;; MSG SIZE rcvd: 173 |
#dig -x 217.24.167.29
; <<>> DiG 9.6.0-P1 <<>> -x 217.24.167.29 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30411 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;29.167.24.217.in-addr.arpa. IN PTR ;; ANSWER SECTION: 29.167.24.217.in-addr.arpa. 86400 IN PTR 167-29.static.vega-ua.net. ;; AUTHORITY SECTION: 167.24.217.in-addr.arpa. 172789 IN NS ns2.vega.com.ua. 167.24.217.in-addr.arpa. 172789 IN NS ns.vegatele.com. ;; ADDITIONAL SECTION: ns.vegatele.com. 105119 IN A 195.248.191.70 ns2.vega.com.ua. 18719 IN A 213.159.224.162 ;; Query time: 12 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 10:52:41 2009 ;; MSG SIZE rcvd: 173 |
#ping 167-29.static.vega-ua.net
PING 167-29.static.vega-ua.net (195.248.167.29) 56(84) bytes of data. 64 bytes from 167-29.static.vega-ua.net (195.248.167.29): icmp_seq=1 ttl=248 time=26.7 ms 64 bytes from 167-29.static.vega-ua.net (195.248.167.29): icmp_seq=2 ttl=248 time=26.2 ms ^C --- 167-29.static.vega-ua.net ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 26.241/26.503/26.766/0.308 ms |
#ping 167-29.static.vega-ua.net
PING 167-29.static.vega-ua.net (195.248.167.29) 56(84) bytes of data. 64 bytes from 167-29.static.vega-ua.net (195.248.167.29): icmp_seq=1 ttl=248 time=26.2 ms 64 bytes from 167-29.static.vega-ua.net (195.248.167.29): icmp_seq=2 ttl=248 time=25.6 ms 64 bytes from 167-29.static.vega-ua.net (195.248.167.29): icmp_seq=3 ttl=248 time=23.6 ms ^C --- 167-29.static.vega-ua.net ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 23.664/25.184/26.236/1.100 ms |
#ping 167-30.static.vega-ua.net
PING 167-30.static.vega-ua.net (195.248.167.30) 56(84) bytes of data. ^C --- 167-30.static.vega-ua.net ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3023ms |
#ssh 30022 167-29.static.vega-ua.net
ssh: connect to host 30022 port 22: Invalid argument |
#ssh 167-29.static.vega-ua.net 30022
ssh: connect to host 167-29.static.vega-ua.net port 22: Connection refused |
#ssh 167-29.static.vega-ua.net:30022
ssh: Could not resolve hostname 167-29.static.vega-ua.net:30022: Name or service not known |
#ssh 167-29.static.vega-ua.net -p 30022
ssh: connect to host 167-29.static.vega-ua.net port 30022: Connection refused |
#ssh 167-29.static.vega-ua.net -p 22
ssh: connect to host 167-29.static.vega-ua.net port 22: Connection refused |
#ssh 167-29.static.vega-ua.net -p 30022
ssh: connect to host 167-29.static.vega-ua.net port 30022: Connection refused |
#dig chub.in
; <<>> DiG 9.6.0-P1 <<>> chub.in ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6810 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;chub.in. IN A ;; ANSWER SECTION: chub.in. 950 IN A 212.26.146.51 ;; AUTHORITY SECTION: chub.in. 950 IN NS ns1.imena.com.ua. chub.in. 950 IN NS ns2.imena.com.ua. chub.in. 950 IN NS ns3.imena.com.ua. ;; ADDITIONAL SECTION: ns1.imena.com.ua. 3143 IN A 195.39.196.43 ns2.imena.com.ua. 3143 IN A 81.31.42.131 ns3.imena.com.ua. 3143 IN A 88.81.249.200 ;; Query time: 1 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 11:26:26 2009 ;; MSG SIZE rcvd: 155 |
#dig chub.in nx
; <<>> DiG 9.6.0-P1 <<>> chub.in nx ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48039 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;chub.in. IN A ;; ANSWER SECTION: chub.in. 940 IN A 212.26.146.51 ;; AUTHORITY SECTION: ... ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35952 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;nx. IN A ;; AUTHORITY SECTION: . 10800 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009060500 1800 900 604800 86400 ;; Query time: 55 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 11:26:36 2009 ;; MSG SIZE rcvd: 95 |
#dig chub.in mx
; <<>> DiG 9.6.0-P1 <<>> chub.in mx ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6981 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 4 ;; QUESTION SECTION: ;chub.in. IN MX ;; ANSWER SECTION: chub.in. 3600 IN MX 10 mail.imena.com.ua. chub.in. 3600 IN MX 5 chub.in. ... chub.in. 937 IN NS ns1.imena.com.ua. ;; ADDITIONAL SECTION: chub.in. 937 IN A 212.26.146.51 ns1.imena.com.ua. 3130 IN A 195.39.196.43 ns2.imena.com.ua. 3130 IN A 81.31.42.131 ns3.imena.com.ua. 3130 IN A 88.81.249.200 ;; Query time: 34 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Jun 5 11:26:39 2009 ;; MSG SIZE rcvd: 192 |
#cd downl/
|
#wget http://xgu.ru/download/tracemap.pl
--2009-06-05 11:46:56-- http://xgu.ru/download/tracemap.pl Распознаётся xgu.ru... 212.26.146.51 Устанавливается соединение с xgu.ru|212.26.146.51|:80... соединение установлено. Запрос HTTP послан, ожидается ответ... 200 OK Длина: 5108 (5,0K) [text/x-perl] Сохраняется в каталог: `tracemap.pl'. 100%[=================================================================================================================================================>] 5 108 --.-K/s в 0s 2009-06-05 11:46:56 (344 MB/s) - `tracemap.pl' сохранён [5108/5108] |
#echo 217.24.167.29 | perl tracemap.pl
Can't locate Net/IP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at tracemap.pl line 3. BEGIN failed--compilation aborted at tracemap.pl line 3. |
#echo ya.ru | perl tracemap.pl
Can't locate Net/IP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at tracemap.pl line 3. BEGIN failed--compilation aborted at tracemap.pl line 3. |
#apt-get install perl
Чтение списков пакетов... Готово Построение дерева зависимостей Чтение информации о состоянии... Готово Уже установлена самая новая версия perl. perl установлен вручную. Следующие пакеты устанавливались автоматически и больше не требуются: liblash2 libfreebob0 libartsc0 libmtp8 rox-filer libneon27 audacious libdjvulibre21 libwmf0.2-7 libbinio1ldbl libilmbase6 libaudclient1 libbeecrypt6 libresid-builder0c2a unzip libjack0 liblircclient0 gtk2-engines-pixbuf habak libgomp1 libcddb2 audacious-plugins libcurl3-gnutls libcdio7 liblqr-1-0 libxosd2 trayer libcdio-cdda0 librpm4.4 libgif4 libopenexr6 libaudid3tag1 mpc xdg-utils libxnconfig9.0.3 libmagickcore2 libmowgli1 rpm libfluidsynth1 audacious-plugins-extra imagemagick-doc zeroinstall-injector libmagickwand2 libsidplay2 libmad0 libid3tag0 imagemagick libmcs1 xneur libimlib2 libdjvulibre-text portmap libmms0 libneon27-gnutls Для их удаления используйте 'apt-get autoremove'. обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 76 пакетов не обновлено. |
#echo ya.ru | perl tracemap.pl
Can't locate Net/IP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at tracemap.pl line 3. BEGIN failed--compilation aborted at tracemap.pl line 3. bash: echo: ошибка записи: Обрыв канала |
#cat /etc/bind/
db.0 db.255 db.class12 db.local dp.class12 named.conf.local rndc.key db.127 db.class11 db.empty db.root named.conf named.conf.options zones.rfc1918 |
#cat /etc/bind/named.conf.local
// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "class11.unix.nt" { type master; file "/etc/bind/db.class11"; }; |
#cat /etc/bind/named.conf.options
options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you may need to fix the firewall to allow multiple // ports to talk. See http://www.kb.cert.org/vuls/id/800113 // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. forwarders { 10.0.35.1; }; auth-nxdomain no; # conform to RFC1035 # listen-on { 127.0.0.1; }; listen-on-v6 { any; }; # allow-recursion { 192.168.15.0/24;192.168.206.0/24; }; }; |
#cat /etc/bind/db.class11
; ; BIND reverse data file for broadcast zone ; $TTL 1200 ;Сколько будет жить запись с положительным результатом ответа ;первое тип зоны потом имя сервера, мыло админа параметры @ SOA linux11.class11.unix.nt. root.class11.unix.nt ( 2009060401 ; Серийный номер записи 3h ; Интервал обновления с слейв сервера 12h ; Следующая попытка обновленмя с слейв сервера 72h ; Больше не коннектиться до рестарта через ... linux5 A 192.168.15.5 linux6 A 192.168.15.6 linux7 A 192.168.15.7 linux8 A 192.168.15.8 linux9 A 192.168.15.9 linux11 A 192.168.15.11 linux12 A 192.168.15.12 linux13 A 192.168.15.10 MX 10 linux11 ;@ IN NS localhost. |
#dig @ns1.eb.co.ua -x 10.0.1.7
; <<>> DiG 9.6.0-P1 <<>> @ns1.eb.co.ua -x 10.0.1.7 ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55885 ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;7.1.0.10.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: ... . 518400 IN NS C.ROOT-SERVERS.NET. . 518400 IN NS D.ROOT-SERVERS.NET. . 518400 IN NS M.ROOT-SERVERS.NET. . 518400 IN NS G.ROOT-SERVERS.NET. . 518400 IN NS K.ROOT-SERVERS.NET. . 518400 IN NS H.ROOT-SERVERS.NET. ;; Query time: 17 msec ;; SERVER: 62.80.163.45#53(62.80.163.45) ;; WHEN: Fri Jun 5 12:03:35 2009 ;; MSG SIZE rcvd: 250 |
#ps aux | grep screen
root 16275 0.0 0.3 5892 1028 pts/26 S+ 10:07 0:00 screen root 16332 0.0 0.4 5892 1056 pts/8 S+ 10:07 0:00 screen -x root 16394 0.0 0.4 5892 1056 pts/2 S+ 10:07 0:00 screen -x root 16395 0.0 0.4 5892 1056 pts/16 S+ 10:07 0:00 screen -x root 16396 0.0 0.4 5888 1056 pts/10 S+ 10:07 0:00 screen -x root 16412 0.0 0.4 5892 1056 pts/24 S+ 10:07 0:00 screen -x root 16413 0.0 0.4 5888 1052 pts/29 S+ 10:07 0:00 screen -x root 16414 0.0 0.4 5892 1056 pts/32 S+ 10:07 0:00 screen -x root 16415 0.0 0.4 5888 1052 pts/6 S+ 10:07 0:00 screen -x root 16505 0.0 0.4 5888 1052 pts/12 S+ 10:07 0:00 screen -x root 16582 0.0 0.4 5888 1052 pts/36 S+ 10:08 0:00 screen -x root 16583 0.0 0.4 5888 1056 pts/14 S+ 10:08 0:00 screen -x root 17112 0.0 0.4 5892 1056 pts/38 S+ 10:23 0:00 screen -x root 17455 0.0 0.4 5888 1052 pts/40 S+ 10:26 0:00 screen -x root 17679 0.0 0.4 5888 1052 pts/22 S+ 10:28 0:00 screen -x root 18681 0.0 0.4 5892 1056 pts/4 S+ 12:23 0:00 screen -x root 18682 0.0 0.4 5892 1056 pts/18 S+ 12:23 0:00 screen -x root 18691 0.0 0.2 4924 768 pts/44 R+ 12:23 0:00 grep screen |
#screen -list
|
#screen -x
|
#netstat -lnp
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:6982 0.0.0.0:* LISTEN 4976/skype tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 2787/sendmail: MTA: tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2745/inetd tcp 0 0 0.0.0.0:52399 0.0.0.0:* LISTEN 4984/licq tcp 0 0 0.0.0.0:79 0.0.0.0:* LISTEN 2745/inetd tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 2745/inetd tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2407/portmap tcp 0 0 192.168.15.11:53 0.0.0.0:* LISTEN 5822/named ... unix 2 [ ACC ] STREAM LISTENING 10955 3302/dbus-daemon @/tmp/dbus-W9sotRUqBu unix 2 [ ACC ] STREAM LISTENING 7810 2809/hald @/var/run/hald/dbus-U9FmoyWAkY unix 2 [ ACC ] STREAM LISTENING 8663 2997/X @/tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 10980 3171/x-session-mana @/tmp/.ICE-unix/3171 unix 2 [ ACC ] STREAM LISTENING 11077 3316/gam_server @/tmp/fam-user- unix 2 [ ACC ] STREAM LISTENING 7737 2787/sendmail: MTA: /var/run/sendmail/mta/smcontrol unix 2 [ ACC ] STREAM LISTENING 7615 2739/lpd /dev/printer unix 2 [ ACC ] STREAM LISTENING 7476 2691/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 7789 2809/hald @/var/run/hald/dbus-AB4x4CLKIW unix 2 [ ACC ] STREAM LISTENING 8560 2980/gdm /var/run/gdm_socket |
#mtt
bash: mtt: команда не найдена |
#mutt
1 D Jun 04 Mail Delivery S ( 51) Postmaster notify: see transcript for details -*-Mutt: /var/mail/root [Msgs:1 Del:1 2,8K]---(threads/date)-----------------------------------------------------------------------------------------------------------------------(all)--- Оставлено: 0, удалено: 1. |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
#which mutt
/usr/bin/mutt |
#strings 'which mutt' | grep /etc
strings: 'which mutt': No such file |
#strings `which mutt` | grep /etc
/etc/mailname /etc ~/.mailcap:/usr/share/mutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap /etc/resolv.conf /etc/mime.types |
#cd ~
|
#vi .muttrc
--- /dev/null 2009-06-05 09:34:56.502975137 +0300 +++ .muttrc 2009-06-05 12:35:51.000000000 +0300 @@ -0,0 +1,4 @@ + +my_hdr From: YaroSI <yarosi@class11.unix.nt> +my_hdr Reply-To: YaroSI <yarosi@class11.unix.nt> +set realname = 'YaroSI' |
#mutt
y:Отправить q:Прервать t:To c:CC s:Subj a:Вложить файл d:Описание ?:Помощь From: YaroSI <yarosi@class11.unix.nt> To: kokos@class12.unix.nt Cc: Bcc: Subject: test Reply-To: YaroSI <yarosi@class11.unix.nt> Fcc: ~/sent Mix: <no chain defined> Security: Не применять -- Вложения |
#- I 1 /tmp/mutt-linux11-0-9878-1
|
#vi .muttrc
--- /tmp/l3-saved-4089.24981.5451 2009-06-05 12:38:18.000000000 +0300 +++ .muttrc 2009-06-05 12:39:27.000000000 +0300 @@ -2,3 +2,4 @@ my_hdr From: YaroSI <yarosi@class11.unix.nt> my_hdr Reply-To: YaroSI <yarosi@class11.unix.nt> set realname = 'YaroSI' +set editor="vim -c 'set tw=68'" |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
#mutt
---Mutt: /var/mail/root [Msgs:0]---(threads/date)----------------------------------------------------------------------------------------------------------------------------------(all)--- Почтовый ящик не изменился. |
db.0 db.255 db.class12 db.local dp.class12 named.conf.local rndc.key db.127 db.class11 db.empty db.root named.conf named.conf.options zones.rfc1918
; ; BIND reverse data file for broadcast zone ; $TTL 1200 ;Сколько будет жить запись с положительным результатом ответа ;первое тип зоны потом имя сервера, мыло админа параметры @ SOA linux11.class11.unix.nt. root.class11.unix.nt ( 2009060401 ; Серийный номер записи 3h ; Интервал обновления с слейв сервера 12h ; Следующая попытка обновленмя с слейв сервера 72h ; Больше не коннектиться до рестарта через 1h ) ; При негативном ответе от сервера - когда спросить снова? NS linux11.class11.unix.nt. linux1 A 192.168.15.1 linux2 A 192.168.15.2 linux3 A 192.168.15.3 linux4 A 192.168.15.4 linux5 A 192.168.15.5 linux6 A 192.168.15.6 linux7 A 192.168.15.7 linux8 A 192.168.15.8 linux9 A 192.168.15.9 linux11 A 192.168.15.11 linux12 A 192.168.15.12 linux13 A 192.168.15.10 MX 10 linux11 ;@ IN NS localhost.
// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "class11.unix.nt" { type master; file "/etc/bind/db.class11"; };
options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you may need to fix the firewall to allow multiple // ports to talk. See http://www.kb.cert.org/vuls/id/800113 // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. forwarders { 10.0.35.1; }; auth-nxdomain no; # conform to RFC1035 # listen-on { 127.0.0.1; }; listen-on-v6 { any; }; # allow-recursion { 192.168.15.0/24;192.168.206.0/24; }; };
Время первой команды журнала | 09:53:06 2009- 6- 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 12:43:32 2009- 6- 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 24.75 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 4.95 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 2.30 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.73 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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