/l3/users/devi/xen-seminar-preparation/crimson.unix.nt/root :1 :2 :3 :4 :5 :6 :7 :8 :9 :10 :11 :12 :13 :14 :15 :16 :17 |
|
#hg pull -u
pulling from http://xenbits.xensource.com/xen-unstable.hg searching for changes adding changesets adding manifests adding file changes abort: unknown parent 4ff109957819! transaction abort! rollback completed |
#hg pull -u
pulling from http://xenbits.xensource.com/xen-unstable.hg searching for changes adding changesets adding manifests adding file changes abort: unknown parent 4ff109957819! transaction abort! rollback completed |
#cd ..
|
#ls
xen-unstable.hg xen-unstable.hgold.tar.gz |
#wget
|
#tar xvfz xen-unstable-src.tgz
xen-unstable/tools/ioemu/Makefile.target xen-unstable/tools/ioemu/README xen-unstable/tools/ioemu/README.distrib xen-unstable/tools/ioemu/TODO xen-unstable/tools/ioemu/VERSION xen-unstable/tools/ioemu/a.out.h xen-unstable/tools/ioemu/aes.c xen-unstable/tools/ioemu/aes.h xen-unstable/tools/ioemu/audio/ xen-unstable/tools/ioemu/audio/.CVS/ ... xen-unstable/tools/ioemu/hw/rtl8139.c xen-unstable/tools/ioemu/hw/sb16.c xen-unstable/tools/ioemu/hw/scsi-disk.c xen-unstable/tools/ioemu/hw/serial.c xen-unstable/tools/ioemu/hw/sh7750.c xen-unstable/tools/ioemu/hw/sh7750_regnames.c xen-unstable/tools/ioemu/hw/sh7750_regnames.h xen-unstable/tools/ioemu/hw/sh7750_regs.h xen-unstable/tools/ioemu/hw/shix.c xen-unstable/tools/ioemu/hw/slavio_intctl.c |
#apt-cache search libvncserver
libvncserver-dev - easy API to write one's own VNC server |
#apt-get install libvncserver-dev
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed libvncserver-dev 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 219kB of archives. After unpacking 617kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main libvncserver-dev 0.8.2-1 [219kB] Fetched 219kB in 3s (61.3kB/s) Selecting previously deselected package libvncserver-dev. (Reading database ... 31137 files and directories currently installed.) Unpacking libvncserver-dev (from .../libvncserver-dev_0.8.2-1_i386.deb) ... Setting up libvncserver-dev (0.8.2-1) ... |
#apt-cache search dev86
|
#apt-get install bcc bin86
Reading package lists... Done Building dependency tree... Done bin86 is already the newest version. Recommended packages: elks-libc The following NEW packages will be installed bcc 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 104kB of archives. After unpacking 266kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main bcc 0.16.14-1.4 [104kB] Fetched 104kB in 2s (51.8kB/s) Selecting previously deselected package bcc. (Reading database ... 31157 files and directories currently installed.) Unpacking bcc (from .../bcc_0.16.14-1.4_i386.deb) ... Setting up bcc (0.16.14-1.4) ... |
#apt-get install elks-libc
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed elks-libc 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 222kB of archives. After unpacking 1057kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main elks-libc 0.16.14-1.4 [222kB] Fetched 222kB in 3s (56.9kB/s) Selecting previously deselected package elks-libc. (Reading database ... 31174 files and directories currently installed.) Unpacking elks-libc (from .../elks-libc_0.16.14-1.4_i386.deb) ... Setting up elks-libc (0.16.14-1.4) ... |
#ls
xen-unstable xen-unstable.hg xen-unstable.hgold.tar.gz xen-unstable-src.tgz |
#cd xen-unstable
|
#ls
buildconfigs config COPYING extras linux-2.6-xen-sparse patches tools ChangeLog Config.mk docs install.sh Makefile README xen |
#make world
make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/xenmon' rm -f setmask xenbaked make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/xenmon' make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/guest-headers' make[3]: Nothing to be done for `clean'. make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/guest-headers' make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/xenstat' make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/xenstat/libxenstat' rm -f src/libxenstat.a src/libxenstat.so.0.0 src/libxenstat.so.0 src/libxenstat.so src/xenstat.o \ bindings/swig/python/_xenstat.so bindings/swig/python/xenstat.py bindings/swig/perl/xenstat.so bindings/swig/perl/xenstat.pm bindings/swig/python/_xenstat.c bindings/swig/perl/xenstat.c ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac make[5]: *** Deleting file `sched_sedf.o' make[5]: *** [sched_sedf.o] Interrupt make[4]: *** [/usr/src/xen-unstable/xen-unstable/xen/common/built_in.o] Interrupt make[3]: *** [/usr/src/xen-unstable/xen-unstable/xen/xen] Interrupt make[2]: *** [install] Interrupt make[1]: *** [install-xen] Interrupt make: *** [world] Interrupt |
#make clean
make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/libxc' rm -rf *.rpm libxenctrl.a libxenctrl.so libxenctrl.so.3.0 libxenctrl.so.3.0.0 libxenguest.a libxenguest.so libxenguest.so.3.0 libxenguest.so.3.0.0 *~ .*.d xen \ xc_bvtsched.o xc_core.o xc_domain.o xc_evtchn.o xc_misc.o xc_acm.o xc_physdev.o xc_private.o xc_sedf.o xc_csched.o xc_tbuf.o xc_ptrace.o xc_ptrace_core.o xc_pagetab.o xc_linux.o xc_bvtsched.opic xc_core.opic xc_domain.opic xc_evtchn.opic xc_misc.opic xc_acm.opic xc_physdev.opic xc_private.opic xc_sedf.opic xc_csched.opic xc_tbuf.opic xc_ptrace.opic xc_ptrace_core.opic xc_pagetab.opic x xc_load_bin.o xc_load_elf.o xg_private.o xc_linux_build.o xc_linux_restore.o xc_linux_save.o xc_hvm_build.o xc_load_bin.opic xc_load_elf.opic xg_private.opic xc_linux_build.opic xc_linux_restore.opic xc_linux_save.opic xc_hvm_build.opic make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/libxc' make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/xenstore' rm -rf testsuite/tmp rm -f *.a *.o *.opic *.so* rm -f xenstored xs_random xs_stress xs_crashme rm -f xs_test xenstored_test xs_tdb_dump xenstore-control xenstore-ls ... make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools' make -C docs clean make[1]: Entering directory `/usr/src/xen-unstable/xen-unstable/docs' rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ rm -rf *.ilg *.log *.ind *.toc *.bak core rm -rf ps pdf html rm -rf api rm -rf man5 rm -rf man1 make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/docs' |
#vi Makefile
|
#make
make -C xen install make[1]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen' make -f Rules.mk _install make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen' make -C tools make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/tools' make -C figlet make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/tools/figlet' gcc -o figlet figlet.c make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/tools/figlet' make symbols make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/tools' gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -Wdeclaration-after-statement -o symbols symbols.c make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/tools' make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/tools' make -f /usr/src/xen-unstable/xen-unstable/xen/Rules.mk include/xen/compile.h make[2]: *** [/usr/src/xen-unstable/xen-unstable/xen/xen] Interrupt make[1]: *** [install] Interrupt make: *** [install-xen] Interrupt |
#make world
make[5]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' for d in ; do \ [ -d $d ] && make -C $d clean || exit 0 ; \ done rm -f config-host.mak config-host.h rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} for d in ; do \ rm -rf $d || exit 1 ; \ done make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#make clean
make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/libxc' rm -rf *.rpm libxenctrl.a libxenctrl.so libxenctrl.so.3.0 libxenctrl.so.3.0.0 libxenguest.a libxenguest.so libxenguest.so.3.0 libxenguest.so.3.0.0 *~ .*.d xen \ xc_bvtsched.o xc_core.o xc_domain.o xc_evtchn.o xc_misc.o xc_acm.o xc_physdev.o xc_private.o xc_sedf.o xc_csched.o xc_tbuf.o xc_ptrace.o xc_ptrace_core.o xc_pagetab.o xc_linux.o xc_bvtsched.opic xc_core.opic xc_domain.opic xc_evtchn.opic xc_misc.opic xc_acm.opic xc_physdev.opic xc_private.opic xc_sedf.opic xc_csched.opic xc_tbuf.opic xc_ptrace.opic xc_ptrace_core.opic xc_pagetab.opic x xc_load_bin.o xc_load_elf.o xg_private.o xc_linux_build.o xc_linux_restore.o xc_linux_save.o xc_hvm_build.o xc_load_bin.opic xc_load_elf.opic xg_private.opic xc_linux_build.opic xc_linux_restore.opic xc_linux_save.opic xc_hvm_build.opic make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/libxc' make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/xenstore' rm -rf testsuite/tmp rm -f *.a *.o *.opic *.so* rm -f xenstored xs_random xs_stress xs_crashme rm -f xs_test xenstored_test xs_tdb_dump xenstore-control xenstore-ls ... make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools' make -C docs clean make[1]: Entering directory `/usr/src/xen-unstable/xen-unstable/docs' rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ rm -rf *.ilg *.log *.ind *.toc *.bak core rm -rf ps pdf html rm -rf api rm -rf man5 rm -rf man1 make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/docs' |
#make help
Installation targets: install - build and install everything install-xen - build and install the Xen hypervisor install-tools - build and install the control tools install-kernels - build and install guest kernels install-docs - build and install user documentation Building targets: dist - build and install everything into local dist directory world - clean everything, delete guest kernel build trees then make dist ... mkpatches - make patches against vanilla kernels from sparse trees uninstall - attempt to remove installed Xen tools (use with extreme care!) Environment: XEN_PYTHON_NATIVE_INSTALL=y - native python install or dist install into prefix/lib/python<VERSION> instead of <PREFIX>/lib/python true if set to non-empty value, false otherwise |
#make xen tools
/_/\_\___|_| |_| |____(_)___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen' make -f /usr/src/xen-unstable/xen-unstable/xen/Rules.mk include/xen/acm_policy.h make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen' make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen' [ -e include/asm ] || ln -sf asm-x86 include/asm make -f /usr/src/xen-unstable/xen-unstable/xen/Rules.mk -C arch/x86 asm-offsets.s make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/arch/x86' gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/arch/x86' ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac ld -m elf_i386 -r -o built_in.o bigsmp.o default.o delivery.o es7000.o es7000plat.o probe.o summit.o make[5]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/arch/x86/genapic' make -f /usr/src/xen-unstable/xen-unstable/xen/Rules.mk -C hvm built_in.o |
#apt-cache search zlib dev
kernel-patch-squashfs - Squash filesystem support for Debian Linux kernels lib64z1-dev - compression library - 64 bit development libapache-mod-php4 - server-side, HTML-embedded scripting language (apache 1.3 module) libapache-mod-php5 - server-side, HTML-embedded scripting language (apache 1.3 module) libapache2-mod-php4 - server-side, HTML-embedded scripting language (apache 2.0 module) libapache2-mod-php5 - server-side, HTML-embedded scripting language (apache 2.0 module) libcoin40c2 - high-level 3D graphics kit with Open Inventor and VRML97 support - runtime libcryptokit-ocaml-dev - cryptographic algorithm library for OCaml - development libmng-dev - M-N-G library (Development headers) libzzip-dev - library providing read access on ZIP-archives - development php4-cgi - server-side, HTML-embedded scripting language (CGI binary) php4-cli - command-line interpreter for the php4 scripting language php5-cgi - server-side, HTML-embedded scripting language (CGI binary) php5-cli - command-line interpreter for the php5 scripting language squashfs-tools - Tool to create and append to squashfs filesystems zlib1g-dev - compression library - development |
#apt-get install zlib1g-dev
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed zlib1g-dev 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 406kB of archives. After unpacking 594kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main zlib1g-dev 1:1.2.3-13 [406kB] Fetched 406kB in 7s (57.1kB/s) Selecting previously deselected package zlib1g-dev. (Reading database ... 31317 files and directories currently installed.) Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3-13_i386.deb) ... Setting up zlib1g-dev (1.2.3-13) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-cache search crypto lib dev
libcrypto++-dev - General purpose cryptographic C++ library - development libcryptokit-ocaml-dev - cryptographic algorithm library for OCaml - development libengine-pkcs11-openssl - OpenSSL engine for PKCS#11 modules libgcrypt11-dev - LGPL Crypto library - development files libgcrypt11-doc - LGPL Crypto library - documentation libmatrixssl1.7 - small SSL library optimized for embedded systems libmatrixssl1.7-dev - small SSL library optimized for embedded systems (development files) libmatrixssl1.7-doc - small SSL library optimized for embedded systems (documentation) libnettle-dev - low level cryptographic library (development files) libopencdk8 - Open Crypto Development Kit (OpenCDK) (runtime) libopencdk8-dbg - Open Crypto Development Kit (OpenCDK) (development files) libopencdk8-dev - Open Crypto Development Kit (OpenCDK) (development files) libwvstreams4.2-extras - C++ network libraries for rapid application development qca-dev - Qt Cryptographic Architecture - development files |
#apt-get install libgcrypt11-dev
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: libgpg-error-dev Suggested packages: libgcrypt11-doc The following NEW packages will be installed libgcrypt11-dev libgpg-error-dev 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 281kB of archives. ... Get: 1 http://ftp.debian.org etch/main libgpg-error-dev 1.2-1 [31.4kB] Get: 2 http://ftp.debian.org etch/main libgcrypt11-dev 1.2.2-3 [250kB] Fetched 281kB in 5s (56.2kB/s) Selecting previously deselected package libgpg-error-dev. (Reading database ... 31333 files and directories currently installed.) Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.2-1_i386.deb) ... Selecting previously deselected package libgcrypt11-dev. Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.2.2-3_i386.deb) ... Setting up libgpg-error-dev (1.2-1) ... Setting up libgcrypt11-dev (1.2.2-3) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-cache search lib crypto
beidgui - application to read out information from the Belgian electronic ID card libbcprov-java-doc - Documentation for libbcprov-java libbeecrypt6 - open source C library of cryptographic algorithms libbeecrypt6-dev - header files for beecrypt, a library of cryptographic algorithms libccid - PC/SC driver for USB CCID smart card readers libchipcard2-libgwenhywfar38-plugins - crypttoken plugin to libgwenhywfar libcrypt-ecb-perl - Perl library to encrypt data using ECB mode libcrypt-openssl-dsa-perl - Module which implements the DSA signature verification system libcrypto++-dev - General purpose cryptographic C++ library - development libcrypto++-doc - General purpose cryptographic library - documentation ... libxmlsec1-openssl - Openssl engine for the XML security library m2crypto - a crypto and SSL toolkit for Python nettle-bin - low level cryptographic library (binary tools) numerix-doc - Numerix "big integer" library for C and OCaml - documentation opensc - SmartCard utilities with support for PKCS#15 compatible cards pike-public.parser.xml2 - libxml2-based XML parser module for Pike (default version) pike7.6-meta - Meta package for Pike 7.6 pike7.6-public.parser.xml2 - libxml2-based XML parser module for Pike qca-dev - Qt Cryptographic Architecture - development files qca-tls - TLS plugin for the Qt Cryptographic Architecture (QCA) |
#apt-get install libcrypto++-dev
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: libcrypto++5.2c2a The following NEW packages will be installed libcrypto++-dev libcrypto++5.2c2a 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 4405kB of archives. After unpacking 23.7MB of additional disk space will be used. Do you want to continue [Y/n]? Y Get: 1 http://ftp.debian.org etch/main libcrypto++5.2c2a 5.2.1c2a-3 [1326kB] Get: 2 http://ftp.debian.org etch/main libcrypto++-dev 5.2.1c2a-3 [3079kB] Fetched 4405kB in 1m13s (60.2kB/s) Selecting previously deselected package libcrypto++5.2c2a. (Reading database ... 31365 files and directories currently installed.) Unpacking libcrypto++5.2c2a (from .../libcrypto++5.2c2a_5.2.1c2a-3_i386.deb) ... Selecting previously deselected package libcrypto++-dev. Unpacking libcrypto++-dev (from .../libcrypto++-dev_5.2.1c2a-3_i386.deb) ... Setting up libcrypto++5.2c2a (5.2.1c2a-3) ... Setting up libcrypto++-dev (5.2.1c2a-3) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-cache search lib crypto ssl
libcrypt-openssl-dsa-perl - Module which implements the DSA signature verification system libengine-pkcs11-openssl - OpenSSL engine for PKCS#11 modules libmatrixssl1.7 - small SSL library optimized for embedded systems libmatrixssl1.7-dev - small SSL library optimized for embedded systems (development files) libmatrixssl1.7-doc - small SSL library optimized for embedded systems (documentation) libssl0.9.7 - SSL shared libraries libssl0.9.8 - SSL shared libraries libwvstreams4.2-extras - C++ network libraries for rapid application development libxmlsec1-openssl - Openssl engine for the XML security library m2crypto - a crypto and SSL toolkit for Python qca-tls - TLS plugin for the Qt Cryptographic Architecture (QCA) |
#apt-et install libssl0.9.8
bash: apt-et: command not found |
#apt-get install libssl0.9.8
Reading package lists... Done Building dependency tree... Done libssl0.9.8 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. |
#apt-get install libcurl3-dev
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: ca-certificates comerr-dev libcurl3 libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libkrb53 libssl-dev openssl pkg-config Suggested packages: doc-base libcurl3-dbg krb5-doc krb5-user libgnome-dev The following NEW packages will be installed ca-certificates comerr-dev libcurl3 libcurl3-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev openssl pkg-config ... Updating certificates in /etc/ssl/certs....done. Setting up libcurl3 (7.15.4-1) ... Setting up libssl-dev (0.9.8b-2) ... Setting up pkg-config (0.20-1) ... Setting up libidn11-dev (0.6.5-1) ... Setting up libkadm55 (1.4.3-9) ... Setting up comerr-dev (2.1-1.39-1) ... Setting up libkrb5-dev (1.4.3-9) ... Setting up libcurl3-openssl-dev (7.15.4-1) ... Setting up libcurl3-dev (7.15.4-1) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-get install python-dev
Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: python2.3-dev The following NEW packages will be installed python-dev python2.3-dev 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 1430kB of archives. After unpacking 4518kB of additional disk space will be used. Do you want to continue [Y/n]? |
#apt-get install python2.4-dev
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed python2.4-dev 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 1504kB of archives. After unpacking 4764kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main python2.4-dev 2.4.3-8 [1504kB] Fetched 1504kB in 24s (60.6kB/s) Selecting previously deselected package python2.4-dev. (Reading database ... 33582 files and directories currently installed.) Unpacking python2.4-dev (from .../python2.4-dev_2.4.3-8_i386.deb) ... Setting up python2.4-dev (2.4.3-8) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-get install python2.3-dev
Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed python2.3-dev 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 1422kB of archives. After unpacking 4493kB of additional disk space will be used. Get: 1 http://ftp.debian.org etch/main python2.3-dev 2.3.5-15 [1422kB] Fetched 1422kB in 27s (52.6kB/s) Selecting previously deselected package python2.3-dev. (Reading database ... 33773 files and directories currently installed.) Unpacking python2.3-dev (from .../python2.3-dev_2.3.5-15_i386.deb) ... Setting up python2.3-dev (2.3.5-15) ... |
#make clean xen tools
make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/pygrub' make ioemuclean make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#apt-cache search x11 devel
erlang-nox - Concurrent, real-time, distributed functional language (no X11 deps) erlang-x11 - Concurrent, real-time, distributed functional language (X11 deps) expect-dev - A program that can automate interactive applications (development) imlib11-dev - Imlib is an imaging library for X and X11 kdevelop3 - An IDE for Unix/X11 - development version kdevelop3-data - An IDE for Unix/X11 - data kdevelop3-dev - An IDE for Unix/X11 - development files kdevelop3-doc - An IDE for Unix/X11 - documentation kdevelop3-plugins - An IDE for Unix/X11 - development files kmflcomp - KMFL Compiler ... mono - Mono CLI (.NET) runtime nessus-dev - Nessus development header files scim - smart common input method platform tk8.3-dev - Tk toolkit for Tcl and X11, v8.3 - development files tk8.4-dev - Tk toolkit for Tcl and X11, v8.4 - development files xaw3dg-dev - Xaw3d widget set development package xgraph - Plotting program, reads stdin, allows interactive zooming xrestop - X11 server resource usage monitor xsabre - fighter plane simulator for X11 xsane - GTK+-based X11 frontend for SANE (Scanner Access Now Easy) |
#apt-cache search x11 devel keysymdef
|
#apt-cache search x11 devel keysym
|
#apt-cache search x11 devel key sym
|
#apt-cache search x11 devel key
kmflcomp - KMFL Compiler libkmfl-dev - A Library for providing Keyman(C) services to Linux - development libkmfl0 - A Library for providing Keyman(C) services to Linux - runtime libkmflcomp-dev - Development files for libkmflcomp libkmflcomp0 - KMFL compiler library liblineak-0.9-0 - LinEAK development files liblineak-dev - LinEAK development files libxkbfile-dev - X11 keyboard file manipulation library (development headers) libxkbfile1-dbg - X11 keyboard file manipulation library (debug package) libxkbsel-dev - Tool for defining, selecting, and indicating XKB keyboards. libxkbui-dev - X11 keyboard UI presentation library (development headers) libxkbui1-dbg - X11 keyboard UI presentation library (debug package) libxxf86misc-dev - X11 XFree86 miscellaneous extension library (development headers) libxxf86misc1-dbg - X11 XFree86 miscellaneous extension library (debug package) |
#apt-get install ibxxf86misc-dev libxkbfile-dev
Reading package lists... Done Building dependency tree... Done E: Couldn't find package ibxxf86misc-dev |
#apt-get install libxxf86misc-dev libxkbfile-dev
Setting up libxau-dev (1.0.0-3) ... Setting up libxdmcp-dev (1.0.0-4) ... Setting up libxext6 (1.0.0-4) ... Setting up x11proto-input-dev (1.3.2-4) ... Setting up x11proto-xext-dev (7.0.2-5) ... Setting up x11proto-kb-dev (1.0.2-3) ... Setting up xtrans-dev (1.0.0-6) ... Setting up libxkbfile1 (1.0.2-3) ... Setting up libxxf86misc1 (1.0.0-4) ... Setting up x11proto-xf86misc-dev (0.9.2-4) ... Setting up libxext-dev (1.0.0-4) ... Setting up libx11-dev (1.0.0-7) ... Setting up libxkbfile-dev (1.0.2-3) ... Setting up libxxf86misc-dev (1.0.0-4) ... |
#make clean xen tools
make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools' make -C ioemu distclean make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h rm -f *.o *.a dyngen TAGS *.pod *~ */*~ make -C tests clean make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' rm -f *~ *.o test-i386.out test-i386.ref \ test-x86_64.log test-x86_64.ref qruncom linux-test testthread sha1-i386 test-i386 runcom sha1 make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/tests' ... gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable/xen-unstable/xen/include -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable/xen-unstable/xen/include/asm-x86/mac |
#make help
Installation targets: install - build and install everything install-xen - build and install the Xen hypervisor install-tools - build and install the control tools install-kernels - build and install guest kernels install-docs - build and install user documentation Building targets: dist - build and install everything into local dist directory world - clean everything, delete guest kernel build trees then make dist ... mkpatches - make patches against vanilla kernels from sparse trees uninstall - attempt to remove installed Xen tools (use with extreme care!) Environment: XEN_PYTHON_NATIVE_INSTALL=y - native python install or dist install into prefix/lib/python<VERSION> instead of <PREFIX>/lib/python true if set to non-empty value, false otherwise |
#make install-xen
make -C xen install make[1]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen' make -f Rules.mk _install make[2]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen' make -C tools make[3]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/tools' make -C figlet make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/xen/tools/figlet' make[4]: `figlet' is up to date. make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen/tools/figlet' ... ln -f -s xen-3.0-unstable.gz //boot/xen-3.gz ln -f -s xen-3.0-unstable.gz //boot/xen.gz install -m0644 /usr/src/xen-unstable/xen-unstable/xen/xen-syms //boot/xen-syms-3.0-unstable [ -d //usr/include/xen/io ] || \ install -d -m0755 //usr/include/xen/io install -m0644 include/public/*.h //usr/include/xen install -m0644 include/public/io/*.h //usr/include/xen/io install -m0644 include/public/COPYING //usr/include/xen make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen' make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/xen' |
#make install-tools
byte-compiling //usr/lib/python/xen/xend/Args.py to Args.pyc byte-compiling //usr/lib/python/xen/xend/PrettyPrint.py to PrettyPrint.pyc byte-compiling //usr/lib/python/xen/xend/Vifctl.py to Vifctl.pyc byte-compiling //usr/lib/python/xen/xend/XendBootloader.py to XendBootloader.pyc byte-compiling //usr/lib/python/xen/xend/XendCheckpoint.py to XendCheckpoint.pyc byte-compiling //usr/lib/python/xen/xend/XendClient.py to XendClient.pyc byte-compiling //usr/lib/python/xen/xend/XendDmesg.py to XendDmesg.pyc byte-compiling //usr/lib/python/xen/xend/XendDomain.py to XendDomain.pyc byte-compiling //usr/lib/python/xen/xend/XendDomainInfo.py to XendDomainInfo.pyc byte-compiling //usr/lib/python/xen/xend/XendError.py to XendError.pyc ... make[4]: Entering directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/i386-dm' mkdir -p "//usr/lib/xen/bin" "//etc/xen" install -m 755 -s qemu-dm "//usr/lib/xen/bin" install -m 755 /usr/src/xen-unstable/xen-unstable/tools/ioemu/target-i386-dm/qemu-dm.debug "//usr/lib/xen/bin" install -m 755 /usr/src/xen-unstable/xen-unstable/tools/ioemu/target-i386-dm/qemu-ifup "//etc/xen" make[4]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu/i386-dm' make[3]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools/ioemu' make[2]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools' install -d -m0755 -p //var/xen/dump make[1]: Leaving directory `/usr/src/xen-unstable/xen-unstable/tools' |
#ls /usr/lib/xen
bin boot libxenctrl.so libxenguest.so libxenstore.so |
#ls /usr/lib/xen/boot/
hvmloader |
#cd /etc/xen
|
#ls
auto qemu-ifup windowsxp-vm0 xend-pci-permissive.sxp xmexample1 xmexample.hvm debian-vm0 scripts xend-config.sxp xend-pci-quirks.sxp xmexample2 xmexample.vti |
#vi windowsxp-vm0
|
#ls /usr/lib/xen/boot/hvmloader
/usr/lib/xen/boot/hvmloader |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Error: Device 0 (vif) could not be connected. Hotplug scripts not working. |
#vi windowsxp-vm0
10c10 < vif = [ 'type=ioemu, bridge=xenbr0' ] --- > vif = [ 'type=ioemu, bridge=xenbr' ] |
#ifconfig
br-xen Link encap:Ethernet HWaddr 00:13:21:0E:12:EC inet addr:192.168.15.100 Bcast:192.168.15.255 Mask:255.255.255.0 inet6 addr: fe80::213:21ff:fe0e:12ec/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:142977 errors:0 dropped:0 overruns:0 frame:0 TX packets:104665 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:162572959 (155.0 MiB) TX bytes:12869966 (12.2 MiB) eth0 Link encap:Ethernet HWaddr 00:13:21:0E:12:EC inet6 addr: fe80::213:21ff:fe0e:12ec/64 Scope:Link ... RX bytes:166491445 (158.7 MiB) TX bytes:13411275 (12.7 MiB) Interrupt:16 Memory:f8000000-f8011100 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:336 errors:0 dropped:0 overruns:0 frame:0 TX packets:336 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7834 (7.6 KiB) TX bytes:7834 (7.6 KiB) |
#vi windowsxp-vm0
10c10 < vif = [ 'type=ioemu, bridge=xenbr' ] --- > vif = [ 'type=ioemu, bridge=br-xen' ] |
#ifconfig
br-xen Link encap:Ethernet HWaddr 00:13:21:0E:12:EC inet addr:192.168.15.100 Bcast:192.168.15.255 Mask:255.255.255.0 inet6 addr: fe80::213:21ff:fe0e:12ec/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:143079 errors:0 dropped:0 overruns:0 frame:0 TX packets:104735 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:162580319 (155.0 MiB) TX bytes:12886416 (12.2 MiB) eth0 Link encap:Ethernet HWaddr 00:13:21:0E:12:EC inet6 addr: fe80::213:21ff:fe0e:12ec/64 Scope:Link ... RX bytes:166500453 (158.7 MiB) TX bytes:13427711 (12.8 MiB) Interrupt:16 Memory:f8000000-f8011100 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:336 errors:0 dropped:0 overruns:0 frame:0 TX packets:336 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7834 (7.6 KiB) TX bytes:7834 (7.6 KiB) |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Started domain windowsxp-vm0 xenconsole: Could not read tty from store: No such file or directory |
#vi windowsxp-vm0
|
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Error: VM name 'windowsxp-vm0' already in use by domain 5 |
#vm list
bash: vm: command not found |
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1521.5 windowsxp-vm0 5 512 1 -b---- 0.0 |
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1521.8 windowsxp-vm0 5 512 1 -b---- 0.0 |
#xm destroy
Error: 'xm destroy' requires 1 argument. destroy <DomId> Terminate a domain immediately |
#xm destroy windowsxp-vm0
|
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1523.5 |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Started domain windowsxp-vm0 xenconsole: Could not read tty from store: No such file or directory |
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1524.3 windowsxp-vm0 6 512 1 -b---- 0.0 |
#netstat -lnp | less
|
#ps aux | grep 5210 | less
|
#netstat -lnp | less
|
#netstat -lnp | less
|
#ls /usr/lib/xen/bin/qemu-dm
/usr/lib/xen/bin/qemu-dm |
#xm create -c debian-vm0
Using config file "debian-vm0". Started domain debian-vm0 Linux version 2.6.16-xen0-b4 (2.6.16-xen0-b4-10.00.Custom) (root@crimson.unix.nt) (gcc version 4.1.2 20060613 (prerelease) (Debian 4.1.1-5)) #1 SMP Fri Aug 11 13:56:02 EEST 2006 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000008000000 (usable) 0MB HIGHMEM available. 136MB LOWMEM available. ACPI in unprivileged domain disabled IRQ lockup detection disabled Built 1 zonelists ... Starting system log daemon: syslogd. Starting kernel log daemon: klogd. Starting internet superserver: no services enabled, inetd not started. Starting OpenBSD Secure Shell server: sshdNET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver . Setting sysfs variables...done. Starting periodic command scheduler.... Debian GNU/Linux testing/unstable crimson.unix.nt /dev/console |
#q
bash: q: command not found |
#xm shutdown debian-vm0
|
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1525.9 debian-vm0 7 128 1 -b---- 11.6 windowsxp-vm0 6 512 1 -b---- 0.0 |
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1526.0 debian-vm0 7 128 1 -b---- 11.6 windowsxp-vm0 6 512 1 -b---- 0.0 |
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1526.2 debian-vm0 7 128 1 -b---- 11.7 windowsxp-vm0 6 512 1 -b---- 0.0 |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Error: VM name 'windowsxp-vm0' already in use by domain 6 |
#xm shutdown windowsxp-vm0
|
#xm list
Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 256 4 r----- 1527.9 |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Started domain windowsxp-vm0 xenconsole: Could not read tty from store: No such file or directory |
#ls /var/log/
acpid debug dmesg.4.gz ksymoops mail.info qemu-dm.23421.log uucp.log aptitude dmesg dpkg.log lastlog mail.log qemu-dm.23681.log wtmp auth.log dmesg.0 exim4 lp-acct mail.warn qemu-dm.23971.log xend-debug.log boot dmesg.1.gz faillog lp-errs messages qemu-dm.24498.log xend.log btmp dmesg.2.gz fsck lpr.log news syslog xen-hotplug.log daemon.log dmesg.3.gz kern.log mail.err pycentral.log user.log |
#tail /var/log/qemu-dm.23421.log
domid: 4 /usr/lib/xen/bin/qemu-dm: invalid option -- '-cdrom' |
#tail /var/log/qemu-dm.23681.log
domid: 5 /usr/lib/xen/bin/qemu-dm: invalid option -- '-cdrom' |
#vi windowsxp-vm0
16c16 < cdrom = '/xen/iso/en_winxp_pro_with_sp2.iso' --- > #cdrom = '/xen/iso/en_winxp_pro_with_sp2.iso' |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Error: VM name 'windowsxp-vm0' already in use by domain 8 |
#xm shutdown windowsxp-vm0
|
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Started domain windowsxp-vm0 xenconsole: Could not read tty from store: No such file or directory |
#tail /var/log/qemu-dm.2
qemu-dm.23421.log qemu-dm.23681.log qemu-dm.23971.log qemu-dm.24498.log qemu-dm.24763.log |
#tail /var/log/qemu-dm.24763.log
domid: 9 qemu: the number of cpus is 1 /usr/lib/xen/bin/qemu-dm: invalid option -- '-hda' |
#vi windowsxp-vm0
18,19c18,19 < sdl = 0 < vnc = 1 --- > sdl = 1 > vnc = 0 |
#xm create -c windowsxp-vm0
Using config file "windowsxp-vm0". Error: VM name 'windowsxp-vm0' already in use by domain 9 |
#xm shutdown windowsxp-vm0
|
Время первой команды журнала | 21:25:37 2006- 8-11 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 23:05:36 2006- 8-11 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 20.79 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 2.97 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 1.67 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 1.01 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду 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