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

Содержание

Журнал

Вторник (05/26/09)

/dev/ttyp3
14:32:51
#ps waux | grep xinetd
root      1724  0.0  0.1   2276   804 ?        Ss   13:33   0:00 /usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive
root      2703  0.0  0.1   4620   740 ttyp4    R+   14:33   0:00 grep xinetd
14:33:45
#tail /var/log/daemon.log
May 26 13:33:42 debian4 xinetd[1724]: removing echo
May 26 13:33:42 debian4 xinetd[1724]: removing echo
May 26 13:33:42 debian4 xinetd[1724]: removing time
May 26 13:33:42 debian4 xinetd[1724]: removing time
May 26 13:33:42 debian4 xinetd[1724]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
May 26 13:33:42 debian4 xinetd[1724]: Started working: 0 available services
May 26 14:32:41 debian4 xinetd[2686]: Bad operator for attribute: includedir [file=/etc/xinetd.conf] [line=36]
May 26 14:32:41 debian4 xinetd[2686]: missing service keyword [file=/etc/xinetd.conf] [line=37]
May 26 14:32:41 debian4 xinetd[2686]: missing } in last service entry [file=/etc/xinetd.conf] [line=38]
May 26 14:32:41 debian4 xinetd[2686]: 2686 {init_services} no services. Exiting...
14:34:18
#xinetd re
Usage: xinetd [-d] [-f config_file] [-filelog filename] [-syslog facility] [-reuse] [-limit proc_limit] [-pidfile filename] [-logprocs limit] [-shutdownprocs limit] [-cc interval]
/dev/ttyp8
14:35:46
#vim /etc/xinetd.conf
--- /tmp/l3-saved-2760.16992.14157	2009-05-26 14:36:26.000000000 +0300
+++ /etc/xinetd.conf	2009-05-26 14:40:45.000000000 +0300
@@ -9,6 +9,7 @@
 
 
 # The defaults section sets some information for all services
+includedir /usr/local/etc/xinet.d
 defaults
 {
 	#The maximum number of requests a particular service may handle
@@ -33,6 +34,6 @@
 	# The maximum number of connections a specific IP address can
 	# have to a specific service.  
 	per_source  = 5
-	includedir /usr/local/etc/xinet.d
+
 }
 
14:40:45
#vim /usr/local/etc/xinet.d/calc
--- /tmp/l3-saved-2760.21714.31465	2009-05-26 14:44:48.000000000 +0300
+++ /usr/local/etc/xinet.d/calc	2009-05-26 14:45:21.000000000 +0300
@@ -4,7 +4,7 @@
 # to the originating source the time in seconds since midnight on January first
 # 1900.
 # This is the tcp version.
-sevice calc
+ser:vice calc
 {
 	disable		=no
 	type		= INTERNAL
/dev/ttyp3
14:40:53
#/etc/
bash: /etc/xinetd: No such file or directory
14:41:51
#whereis
whereis [ -sbmu ] [ -SBM dir ... -f ] name...
14:41:56
#whereis xinetd
xinetd: /usr/sbin/xinetd /etc/xinetd.d /etc/xinetd.conf /usr/share/man/man8/xinetd.8.gz
14:42:05
#/etc/xinetd
bash: /etc/xinetd: No such file or directory
14:42:38
#xin
[root@debian4:~]# /etc/xinetd.d
bash: /etc/xinetd.d: is a directory
xinetd  xinit
14:42:38
#xin
xinetd  xinit
14:42:38
#xin
xinetd  xinit
14:42:38
#xinetd

14:42:57
#tail /var/log/daemon.log
May 26 13:33:42 debian4 xinetd[1724]: Started working: 0 available services
May 26 14:32:41 debian4 xinetd[2686]: Bad operator for attribute: includedir [file=/etc/xinetd.conf] [line=36]
May 26 14:32:41 debian4 xinetd[2686]: missing service keyword [file=/etc/xinetd.conf] [line=37]
May 26 14:32:41 debian4 xinetd[2686]: missing } in last service entry [file=/etc/xinetd.conf] [line=38]
May 26 14:32:41 debian4 xinetd[2686]: 2686 {init_services} no services. Exiting...
May 26 14:42:57 debian4 xinetd[2850]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: Reading included configuration file: /usr/local/etc/xinet.d/time [file=/usr/local/etc/xinet.d/time] [line=27]
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/time] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: 2850 {init_services} no services. Exiting...
14:43:05
#xinetd

14:44:00
#tail /var/log/daemon.log
May 26 14:32:41 debian4 xinetd[2686]: missing } in last service entry [file=/etc/xinetd.conf] [line=38]
May 26 14:32:41 debian4 xinetd[2686]: 2686 {init_services} no services. Exiting...
May 26 14:42:57 debian4 xinetd[2850]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: Reading included configuration file: /usr/local/etc/xinet.d/time [file=/usr/local/etc/xinet.d/time] [line=27]
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/time] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: 2850 {init_services} no services. Exiting...
May 26 14:44:00 debian4 xinetd[2867]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:44:00 debian4 xinetd[2867]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:44:00 debian4 xinetd[2867]: 2867 {init_services} no services. Exiting...
14:44:02
#xinetd

/dev/ttyp8
14:45:21
#vim /usr/local/etc/xinet.d/calc
--- /tmp/l3-saved-2760.21014.334	2009-05-26 14:45:43.000000000 +0300
+++ /usr/local/etc/xinet.d/calc	2009-05-26 14:47:05.000000000 +0300
@@ -9,7 +9,7 @@
 	disable		=no
 	type		= INTERNAL
 	socket_type	= stream
-	protocol	= tcp
+protocol = tcp
 	user		= root
 	wait		= no
 }                                                                               
/dev/ttyp3
14:45:25
#tail /var/log/daemon.log
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: Reading included configuration file: /usr/local/etc/xinet.d/time [file=/usr/local/etc/xinet.d/time] [line=27]
May 26 14:42:57 debian4 xinetd[2850]: missing service keyword [file=/usr/local/etc/xinet.d/time] [line=7]
May 26 14:42:57 debian4 xinetd[2850]: 2850 {init_services} no services. Exiting...
May 26 14:44:00 debian4 xinetd[2867]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:44:00 debian4 xinetd[2867]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:44:00 debian4 xinetd[2867]: 2867 {init_services} no services. Exiting...
May 26 14:45:25 debian4 xinetd[2902]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:45:25 debian4 xinetd[2902]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:45:25 debian4 xinetd[2902]: 2902 {init_services} no services. Exiting...
14:45:26
#xinetd start
Usage: xinetd [-d] [-f config_file] [-filelog filename] [-syslog facility] [-reuse] [-limit proc_limit] [-pidfile filename] [-logprocs limit] [-shutdownprocs limit] [-cc interval]
/dev/ttyp8
14:47:05
#ssh root@192.168.16.5
The authenticity of host '192.168.16.5 (192.168.16.5)' can't be established.
RSA key fingerprint is 51:5b:32:d8:70:19:6d:04:c7:b4:11:49:13:74:dc:bc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.16.5' (RSA) to the list of known hosts.
root@192.168.16.5's password:
Last login: Tue May 26 15:12:53 2009 from debian10.net.nt
Linux debiant 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1293; pidfile=/root/.lilalo/l3-agent.pid
/dev/ttyp3
14:47:21
#xinetd

14:47:28
#xinetd start
Usage: xinetd [-d] [-f config_file] [-filelog filename] [-syslog facility] [-reuse] [-limit proc_limit] [-pidfile filename] [-logprocs limit] [-shutdownprocs limit] [-cc interval]
14:47:30
#tail /var/log/daemon.log
May 26 14:42:57 debian4 xinetd[2850]: 2850 {init_services} no services. Exiting...
May 26 14:44:00 debian4 xinetd[2867]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:44:00 debian4 xinetd[2867]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:44:00 debian4 xinetd[2867]: 2867 {init_services} no services. Exiting...
May 26 14:45:25 debian4 xinetd[2902]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:45:25 debian4 xinetd[2902]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:45:25 debian4 xinetd[2902]: 2902 {init_services} no services. Exiting...
May 26 14:47:28 debian4 xinetd[2945]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:47:28 debian4 xinetd[2945]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:47:28 debian4 xinetd[2945]: 2945 {init_services} no services. Exiting...
14:47:33
#vim /etc/services
--- /tmp/l3-saved-1629.10099.6487	2009-05-26 14:48:38.000000000 +0300
+++ /etc/services	2009-05-26 14:55:45.000000000 +0300
@@ -554,4 +554,11 @@
 tfido		60177/tcp			# fidonet EMSI over telnet
 fido		60179/tcp			# fidonet EMSI over TCP
 vnc1		65534/tcp                       #VNC_inetd
+calc 8899/tcp #calculator
+x
+x
+calc 
+y
+y
+calc 
 # Local services
14:55:45
#whereis xinet
xinet: /usr/local/etc/xinet.d
14:56:13
#/usr/local/etc/xinet.d
bash: /usr/local/etc/xinet.d: is a directory
14:56:30
#ls -lh /etc/in
inetd.conf  init.d/     inittab     inputrc
14:56:30
#ls -lh /etc/in
inetd.conf  init.d/     inittab     inputrc
14:56:30
#ls -lh /etc/init.d/
итого 240K
-rwxr-xr-x 1 root root 5,0K 2006-09-20 14:33 bootclean
-rwxr-xr-x 1 root root 2,1K 2006-09-13 00:30 bootlogd
-rwxr-xr-x 1 root root 1,9K 2006-09-20 14:27 bootmisc.sh
-rwxr-xr-x 1 root root 2,9K 2006-09-14 11:20 checkfs.sh
-rwxr-xr-x 1 root root 9,4K 2006-09-23 10:34 checkroot.sh
-rwxr-xr-x 1 root root  468 2006-09-24 17:15 console-cyrillic
-rwxr-xr-x 1 root root 6,5K 2006-09-05 23:32 console-screen.kbd.sh
-rwxr-xr-x 1 root root 1,8K 2006-10-12 21:55 cron
-rwxr-xr-x 1 root root 1,8K 2006-12-15 04:52 gdm
...
-rwxr-xr-x 1 root root  520 2006-09-13 00:26 stop-bootlogd
-rwxr-xr-x 1 root root  730 2006-10-02 20:14 stop-bootlogd-single
-rwxr-xr-x 1 root root  541 2006-04-06 22:58 sudo
-rwxr-xr-x 1 root root 2,0K 2006-05-25 12:38 sysklogd
-rwxr-xr-x 1 root root 3,2K 2006-11-25 11:22 umountfs
-rwxr-xr-x 1 root root 2,1K 2006-11-26 20:23 umountnfs.sh
-rwxr-xr-x 1 root root 1,1K 2006-09-30 17:37 umountroot
-rwxr-xr-x 1 root root 1,8K 2006-09-13 00:30 urandom
-rwxr-xr-x 1 root root 1,8K 2007-02-13 12:02 x11-common
-rwxr-xr-x 1 root root 1,5K 2006-05-08 19:09 xinetd
14:57:05
#/etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
14:57:23
#tail /var/log/daemon.log
May 26 14:44:00 debian4 xinetd[2867]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:44:00 debian4 xinetd[2867]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:44:00 debian4 xinetd[2867]: 2867 {init_services} no services. Exiting...
May 26 14:45:25 debian4 xinetd[2902]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:45:25 debian4 xinetd[2902]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:45:25 debian4 xinetd[2902]: 2902 {init_services} no services. Exiting...
May 26 14:47:28 debian4 xinetd[2945]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:47:28 debian4 xinetd[2945]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:47:28 debian4 xinetd[2945]: 2945 {init_services} no services. Exiting...
May 26 14:57:23 debian4 xinetd[1724]: Exiting...
14:57:34
#vim /usr/local/etc/xinet.d/calc
--- /tmp/l3-saved-1629.2729.18161	2009-05-26 14:58:17.000000000 +0300
+++ /usr/local/etc/xinet.d/calc	2009-05-26 14:58:53.000000000 +0300
@@ -4,12 +4,11 @@
 # to the originating source the time in seconds since midnight on January first
 # 1900.
 # This is the tcp version.
-ser:vice calc
+service calc
 {
 	disable		=no
 	type		= INTERNAL
 	socket_type	= stream
-protocol = tcp
 	user		= root
 	wait		= no
 }                                                                               
14:58:53
#/etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
14:59:00
#vim /etc/xinetd.conf
--- /tmp/l3-saved-1629.25411.26818	2009-05-26 14:59:35.000000000 +0300
+++ /etc/xinetd.conf	2009-05-26 15:00:05.000000000 +0300
@@ -9,8 +9,8 @@
 
 
 # The defaults section sets some information for all services
-includedir /usr/local/etc/xinet.d
-defaults
+ includedir /usr/local/etc/xinet.d
+ defaults
 {
 	#The maximum number of requests a particular service may handle
 	# at once.
15:00:05
#/etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
15:00:10
#tail /var/log/daemon.log
May 26 14:45:25 debian4 xinetd[2902]: 2902 {init_services} no services. Exiting...
May 26 14:47:28 debian4 xinetd[2945]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:47:28 debian4 xinetd[2945]: missing service keyword [file=/usr/local/etc/xinet.d/calc] [line=7]
May 26 14:47:28 debian4 xinetd[2945]: 2945 {init_services} no services. Exiting...
May 26 14:57:23 debian4 xinetd[1724]: Exiting...
May 26 14:58:56 debian4 xinetd[3067]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:58:56 debian4 xinetd[3067]: No such internal service: calc/stream - DISABLING
May 26 14:58:56 debian4 xinetd[3067]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
May 26 14:58:56 debian4 xinetd[3067]: Started working: 0 available services
May 26 15:00:10 debian4 xinetd[3067]: Exiting...
15:00:21
#vim
--- /tmp/l3-saved-1629.15308.3085	2009-05-26 15:01:22.000000000 +0300
+++ /usr/local/etc/xinet.d/calc	2009-05-26 15:07:07.000000000 +0300
@@ -11,6 +11,7 @@
 	socket_type	= stream
 	user		= root
 	wait		= no
+	port = 8899 
 }                                                                               
 
 # This is the udp version.
15:07:07
#/etc/init.d/xinetd restart
Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
15:07:12
#tail /var/log/daemon.log
May 26 14:57:23 debian4 xinetd[1724]: Exiting...
May 26 14:58:56 debian4 xinetd[3067]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 14:58:56 debian4 xinetd[3067]: No such internal service: calc/stream - DISABLING
May 26 14:58:56 debian4 xinetd[3067]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
May 26 14:58:56 debian4 xinetd[3067]: Started working: 0 available services
May 26 15:00:10 debian4 xinetd[3067]: Exiting...
May 26 15:07:12 debian4 xinetd[3149]: Reading included configuration file: /usr/local/etc/xinet.d/calc [file=/etc/xinetd.conf] [line=12]
May 26 15:07:12 debian4 xinetd[3149]: No such internal service: calc/stream - DISABLING
May 26 15:07:12 debian4 xinetd[3149]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
May 26 15:07:12 debian4 xinetd[3149]: Started working: 0 available services
15:07:15
#touch /usr/local/etc/xinet.d/

15:08:31
#touch /usr/local/etc/xinet.d/chargen

15:08:49
#vim
--- /tmp/l3-saved-1629.15970.28972	2009-05-26 15:08:55.000000000 +0300
+++ /usr/local/etc/xinet.d/chargen	2009-05-26 15:12:36.000000000 +0300
@@ -0,0 +1,11 @@
+service chargen
+
+{
+type = INTERNAL
+id = chargen-stream
+socket_type = stream
+protocol = tcp
+user = root
+wait = no
+disable = no
+}
/dev/ttypc
15:10:56
#bash

15:10:59
##111

/dev/ttypd
15:10:59
##111

/dev/ttyp3
15:12:36
#vim /usr/local/etc/xinet.d/calc
--- /tmp/l3-saved-1629.10751.26555	2009-05-26 15:16:17.000000000 +0300
+++ /usr/local/etc/xinet.d/calc	2009-05-26 15:16:38.000000000 +0300
@@ -11,7 +11,6 @@
 	socket_type	= stream
 	user		= root
 	wait		= no
-	port = 8899 
 }                                                                               
 
 # This is the udp version.
15:16:38
#vim /etc/xinetd.conf
15:18:00
#man eval
прошло 59 минут
16:17:10
#man ssh
16:17:27
#man ssh-agent
16:26:29
#vim /etc/inetd.conf
16:27:25
#vim /usr/local/etc
16:27:57
#vim /usr/local/etc/inetd.conf/telnet
16:28:33
#vim /etc/rc.conf
16:29:25
#vim /etc/ssh/sshd_config
16:30:37
#ssh user@localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA key fingerprint is 51:5b:32:d8:70:19:6d:04:c7:b4:11:49:13:74:dc:bc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (RSA) to the list of known hosts.
user@localhost's password:
Linux debian4 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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.
Last login: Tue May 26 15:24:19 2009 from host202.net.nt
l3-agent is already running: pid=1335; pidfile=/home/user/.lilalo/l3-agent.pid
16:31:14
$scp -r root@192.168.16.5: /etc ~/etc_that

/dev/ttyp8
16:32:14
#ssh root@192.168.16.4
The authenticity of host '192.168.16.4 (192.168.16.4)' can't be established.
RSA key fingerprint is 51:5b:32:d8:70:19:6d:04:c7:b4:11:49:13:74:dc:bc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.16.4' (RSA) to the list of known hosts.
root@192.168.16.4's password:
Last login: Tue May 26 11:28:06 2009 from debian10.net.nt
Linux debian4 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1595; pidfile=/root/.lilalo/l3-agent.pid
openpty failed
Connection to 192.168.16.4 closed.
16:32:39
#exit
exit
Connection to 192.168.16.5 closed.
/dev/ttyp3
16:37:01
$ls -lah ~
итого 3,0M
drwxr-xr-x  14 user user  728 2009-05-26 15:24 .
drwxr-xr-x 205 root root 4,9K 2008-03-14 11:04 ..
-rw-------   1 user user 1,6K 2009-05-26 16:35 .bash_history
-rw-r--r--   1 user user  220 2007-12-23 16:52 .bash_logout
-rw-r--r--   1 user root  424 2009-04-30 15:11 .bash_profile
-rw-r--r--   1 user user 2,3K 2009-04-30 15:11 .bashrc
-rw-------   1 user user   26 2007-12-23 16:52 .dmrc
drwxr-xr-x   5 user user  248 2007-12-23 17:01 .fluxbox
drwxr-xr-x   2 user user  240 2009-05-25 10:38 .fontconfig
...
-rw-------   1 user user   35 2009-05-25 12:00 .lesshst
drwxr-xr-x   2 user root 3,5K 2009-05-26 16:37 .lilalo
drwxr-xr-x   2 user user  120 2009-05-26 14:19 .mc
drwx------   3 user user   72 2007-12-23 17:01 .mozilla
-rw-------   1 user user  264 2009-05-26 12:49 .recently-used
drwxr-xr-x   2 root root   80 2009-04-30 15:12 .ssh
-rwxr-xr-x   1 user user 3,0M 2009-05-25 10:36 ug-bsdnet.pdf
-rw-------   1 user user 3,8K 2009-05-26 14:17 .viminfo
-rw-------   1 user user  171 2009-05-26 15:24 .Xauthority
-rw-r--r--   1 user user 1,1K 2009-05-26 12:49 .xsession-errors
16:38:28
$sudo
Password:
16:39:05
$ls -lah ~
итого 3,0M
drwxr-xr-x  14 user user  728 2009-05-26 15:24 .
drwxr-xr-x 205 root root 4,9K 2008-03-14 11:04 ..
-rw-------   1 user user 1,6K 2009-05-26 16:35 .bash_history
-rw-r--r--   1 user user  220 2007-12-23 16:52 .bash_logout
-rw-r--r--   1 user root  424 2009-04-30 15:11 .bash_profile
-rw-r--r--   1 user user 2,3K 2009-04-30 15:11 .bashrc
-rw-------   1 user user   26 2007-12-23 16:52 .dmrc
drwxr-xr-x   5 user user  248 2007-12-23 17:01 .fluxbox
drwxr-xr-x   2 user user  240 2009-05-25 10:38 .fontconfig
...
-rw-------   1 user user   35 2009-05-25 12:00 .lesshst
drwxr-xr-x   2 user root 3,5K 2009-05-26 16:39 .lilalo
drwxr-xr-x   2 user user  120 2009-05-26 14:19 .mc
drwx------   3 user user   72 2007-12-23 17:01 .mozilla
-rw-------   1 user user  264 2009-05-26 12:49 .recently-used
drwxr-xr-x   2 root root   80 2009-04-30 15:12 .ssh
-rwxr-xr-x   1 user user 3,0M 2009-05-25 10:36 ug-bsdnet.pdf
-rw-------   1 user user 3,8K 2009-05-26 14:17 .viminfo
-rw-------   1 user user  171 2009-05-26 15:24 .Xauthority
-rw-r--r--   1 user user 1,1K 2009-05-26 12:49 .xsession-errors
16:40:12
$su -
Password:
l3-agent is already running: pid=1595; pidfile=/root/.lilalo/l3-agent.pid
16:41:05
#sudo scp -r root@192.168.16.5: /etc ~/etc_that

/dev/ttype
16:41:05
#sudo scp -r root@192.168.16.5: /etc ~/etc_that

/dev/ttyp3
16:41:22
#ls -l /home/user/
итого 2983
-rwxr-xr-x 1 root root      13 2008-03-11 12:42 hello
-rwxr-xr-x 1 user user 3046166 2009-05-25 10:36 ug-bsdnet.pdf
/dev/ttype
16:41:22
#ls -l /home/user/
итого 2983
-rwxr-xr-x 1 root root      13 2008-03-11 12:42 hello
-rwxr-xr-x 1 user user 3046166 2009-05-25 10:36 ug-bsdnet.pdf
/dev/ttyp3
16:43:59
#ls -l /root/
итого 4
-rw-r--r-- 1 root root   0 2008-03-12 12:05 1234
-rw-r--r-- 1 root root 715 2009-05-26 14:31 calc
/dev/ttype
16:43:59
#ls -l /root/
итого 4
-rw-r--r-- 1 root root   0 2008-03-12 12:05 1234
-rw-r--r-- 1 root root 715 2009-05-26 14:31 calc
/dev/ttyp3
16:45:19
#ls -la
итого 51
drwxr-xr-x  9 root root  472 2009-05-26 16:30 .
drwxr-xr-x 23 root root  544 2008-07-04 20:13 ..
-rw-r--r--  1 root root    0 2008-03-12 12:05 1234
-rw-------  1 root root 5839 2009-05-26 16:35 .bash_history
-rw-r--r--  1 root root   19 2008-03-10 15:10 .bash_profile
-rw-r--r--  1 root root  444 2008-03-12 10:43 .bashrc
-rw-r--r--  1 root root  715 2009-05-26 14:31 calc
drwx------  2 root root   48 2008-03-13 13:12 .gconf
drwx------  2 root root   80 2008-03-13 13:17 .gconfd
drwx------  2 root root  176 2009-05-25 10:31 .gnupg
-rw-r--r--  1 root root   51 2009-05-24 13:26 .l3rc
-rw-------  1 root root  105 2009-05-26 16:26 .lesshst
drwxr-xr-x  2 root root 5992 2009-05-26 16:44 .lilalo
drwxr-xr-x  2 root root   72 2009-05-26 14:22 .mc
drwx------  3 root root   72 2008-03-13 13:12 .mozilla
-rw-r--r--  1 root root  110 2004-11-10 18:10 .profile
drwx------  2 root root  112 2009-04-30 15:12 .ssh
-rw-------  1 root root 6919 2009-05-26 16:30 .viminfo
-rw-r--r--  1 root root   51 2008-03-11 17:53 .vimrc
/dev/ttype
16:45:19
#ls -la
итого 51
drwxr-xr-x  9 root root  472 2009-05-26 16:30 .
drwxr-xr-x 23 root root  544 2008-07-04 20:13 ..
-rw-r--r--  1 root root    0 2008-03-12 12:05 1234
-rw-------  1 root root 5839 2009-05-26 16:35 .bash_history
-rw-r--r--  1 root root   19 2008-03-10 15:10 .bash_profile
-rw-r--r--  1 root root  444 2008-03-12 10:43 .bashrc
-rw-r--r--  1 root root  715 2009-05-26 14:31 calc
drwx------  2 root root   48 2008-03-13 13:12 .gconf
drwx------  2 root root   80 2008-03-13 13:17 .gconfd
drwx------  2 root root  176 2009-05-25 10:31 .gnupg
-rw-r--r--  1 root root   51 2009-05-24 13:26 .l3rc
-rw-------  1 root root  105 2009-05-26 16:26 .lesshst
drwxr-xr-x  2 root root 5992 2009-05-26 16:44 .lilalo
drwxr-xr-x  2 root root   72 2009-05-26 14:22 .mc
drwx------  3 root root   72 2008-03-13 13:12 .mozilla
-rw-r--r--  1 root root  110 2004-11-10 18:10 .profile
drwx------  2 root root  112 2009-04-30 15:12 .ssh
-rw-------  1 root root 6919 2009-05-26 16:30 .viminfo
-rw-r--r--  1 root root   51 2008-03-11 17:53 .vimrc
/dev/ttyp3
16:45:26
#ssh root@192.168.16.5
root@192.168.16.5's password:
Last login: Tue May 26 16:37:22 2009 from host202.net.nt
Linux debiant 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1293; pidfile=/root/.lilalo/l3-agent.pid
/dev/ttype
16:45:26
#ssh root@192.168.16.5
root@192.168.16.5's password:
Last login: Tue May 26 16:37:22 2009 from host202.net.nt
Linux debiant 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1293; pidfile=/root/.lilalo/l3-agent.pid
/dev/ttyp3
16:46:26
#exit
exit
Connection to 192.168.16.5 closed.
/dev/ttype
16:46:26
#exit
exit
Connection to 192.168.16.5 closed.
/dev/ttyp3
16:46:57
#ssh root@192.168.16.5 pw useradd newuser
root@192.168.16.5's password:
bash: pw: command not found
/dev/ttype
16:46:57
#ssh root@192.168.16.5 pw useradd newuser
root@192.168.16.5's password:
bash: pw: command not found
/dev/ttyp3
16:47:48
#ssh root@192.168.16.5
root@192.168.16.5's password:
passwd: неизвестный пользователь newuser
/dev/ttype
16:47:48
#ssh root@192.168.16.5
root@192.168.16.5's password:
passwd: неизвестный пользователь newuser
/dev/ttyp3
16:48:07
#ssh root@192.168.16.5 passwd newuser
root@192.168.16.5's password:
passwd: неизвестный пользователь newuser
/dev/ttype
16:48:07
#ssh root@192.168.16.5 passwd newuser
root@192.168.16.5's password:
passwd: неизвестный пользователь newuser
/dev/ttyp3
16:49:17
#ssh root@192.168.16.5
root@192.168.16.5's password:
/dev/ttype
16:49:17
#ssh root@192.168.16.5
root@192.168.16.5's password:
/dev/ttyp3
16:50:17
#ssh-keygen -t rsa1
[root@debian4:~]# ssh root@192.168.16.5 passwd newuser
root@192.168.16.5's password:
Enter new UNIX password: password
Retype new UNIX password: password
passwd: пароль успешно обновлён
Generating public/private rsa1 key pair.
Enter file in which to save the key (/root/.ssh/identity):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/identity.
Your public key has been saved in /root/.ssh/identity.pub.
The key fingerprint is:
1f:78:d8:dd:d5:d0:51:ae:16:dd:51:03:6e:31:bd:b1 root@debian4
/dev/ttype
16:50:17
#ssh-keygen -t rsa1
[root@debian4:~]# ssh root@192.168.16.5 passwd newuser
root@192.168.16.5's password:
Enter new UNIX password: password
Retype new UNIX password: password
passwd: пароль успешно обновлён
Generating public/private rsa1 key pair.
Enter file in which to save the key (/root/.ssh/identity):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/identity.
Your public key has been saved in /root/.ssh/identity.pub.
The key fingerprint is:
1f:78:d8:dd:d5:d0:51:ae:16:dd:51:03:6e:31:bd:b1 root@debian4
/dev/ttyp3
16:52:11
#ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
a4:5d:ab:1e:7a:60:05:65:25:3d:6b:cf:1c:e8:30:65 root@debian4
/dev/ttype
16:52:11
#ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
a4:5d:ab:1e:7a:60:05:65:25:3d:6b:cf:1c:e8:30:65 root@debian4
/dev/ttyp3
16:52:50
#ssh-keygen -t d
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_dsa.
Your public key has been saved in /root/.ssh/id_dsa.pub.
The key fingerprint is:
8c:77:38:56:a2:94:fa:d9:0e:2f:ad:16:cd:41:f4:39 root@debian4
/dev/ttype
16:52:50
#ssh-keygen -t d
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_dsa.
Your public key has been saved in /root/.ssh/id_dsa.pub.
The key fingerprint is:
8c:77:38:56:a2:94:fa:d9:0e:2f:ad:16:cd:41:f4:39 root@debian4
/dev/ttyp3
16:52:55
#ssh root@192.168.16.5
root@192.168.16.5's password:
Last login: Tue May 26 16:46:26 2009 from linux4.net.nt
Linux debiant 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1293; pidfile=/root/.lilalo/l3-agent.pid
/dev/ttype
16:52:55
#ssh root@192.168.16.5
root@192.168.16.5's password:
Last login: Tue May 26 16:46:26 2009 from linux4.net.nt
Linux debiant 2.6.18-5-xen-686 #1 SMP Fri Jun 1 05:05:24 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=1293; pidfile=/root/.lilalo/l3-agent.pid
/dev/ttyp3
16:53:53
#mkdir ~/.ssh
mkdir: невозможно создать каталог `/root/.ssh': File exists
/dev/ttype
16:53:53
#mkdir ~/.ssh
mkdir: невозможно создать каталог `/root/.ssh': File exists
/dev/ttyp3
16:54:10
#touch ~/.ssh/authorized_keys

/dev/ttype
16:54:10
#touch ~/.ssh/authorized_keys

/dev/ttyp3
16:54:44
#chmod 700 ~/.

/dev/ttype
16:54:44
#chmod 700 ~/.

/dev/ttyp3
16:55:03
#chmod 600 ~/.ssh/authorized_keys

/dev/ttype
16:55:03
#chmod 600 ~/.ssh/authorized_keys

/dev/ttyp3
16:55:20
#exit
exit
Connection to 192.168.16.5 closed.

Статистика

Время первой команды журнала14:32:51 2009- 5-26
Время последней команды журнала16:55:20 2009- 5-26
Количество командных строк в журнале101
Процент команд с ненулевым кодом завершения, %24.75
Процент синтаксически неверно набранных команд, % 3.96
Суммарное время работы с терминалом *, час 1.39
Количество командных строк в единицу времени, команда/мин 1.21
Частота использования команд
vim15|==============| 14.42%
ssh15|==============| 14.42%
ls11|==========| 10.58%
tail8|=======| 7.69%
xinetd7|======| 6.73%
ssh-keygen6|=====| 5.77%
/etc/init.d/xinetd4|===| 3.85%
touch4|===| 3.85%
chmod4|===| 3.85%
exit4|===| 3.85%
sudo3|==| 2.88%
man3|==| 2.88%
whereis3|==| 2.88%
scp3|==| 2.88%
xin3|==| 2.88%
mkdir2|=| 1.92%
#1112|=| 1.92%
ps1|| 0.96%
/etc/1|| 0.96%
/etc/xinetd1|| 0.96%
/usr/local/etc/xinet.d1|| 0.96%
bash1|| 0.96%
grep1|| 0.96%
su1|| 0.96%
____
*) Интервалы неактивности длительностью 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$