����� ���������� � ������������/����������� 2001 ������
LinuxFocus
|
���������� - �������� ���������? ������-�� ��� ����������� ��������
����� ���������� �����, �� ��� ���������� ������? ������ � ��� ��
����� ������������, ��� ���������� ���, ��� ������ ������. ���������
�����������, ��� ��������� ������� ������� ������ ������ �������� �
�����������. ���������, �������������
Dmitry Sklyarov ������� ���������, ��� ��� ����������� ����������
��� child molesters. �� ��� �� ����������� �������� ���������? ����
������� ���������� ����������� �����������, ������������ ���������
��������� ������� ������� �������� Adobe � ��������� ������. ���
���������� �� ��� ��� �������� ��������� �� ������ ������� � ����
��������� � ��� ��� ��� �����.
��� ��������� ��� ������ � E-books �� �� �����, ��� �� ������� �
��������� ������� � ��������� ����� � ����� print-shop - ����������
�� ��������.
������� ���������� �������� ��������� ��������� ����������������
����� �������, ����� ��� ����������� �������� ���������� �������
���� � ��������� ��������� �������� ������������.
����� ��������� ����� ����� ����, ����� � ��� �������� � �����
���������� ��������� ������� ������ ���� ������ ��� �������
� ��������� ����� ��� � ����� ������� ��� ���� ���������. �������
�� ������ ���� � ���� �����������?
��� ��� �� ��� ����������, ��� ��������� ����� ������, �������
������������ ������� ������ �����������?
- ��� ������ ����������� ������� ������� ��������� � �������
��� ��������� ������ ���������� ����������� ��.
- ���������� ������ ���������� ����� ������� ��� �������� �
��� ������ ����� ������� ��� ����������� �����������, ��������
���������� � �.�. ����� �������� ���-�� ����� � ���������.
������ ������ ����� ������� �������� ����� ������������� ������� ���
� ���� �������� ��� ���������� �������� � ������� ������� � �����������.
�������
Software Development
UNIX Basics
-
Shell Programming , by
Katja Socher and Guido Socher
The shell has its own quite powerful programming language. This
article explains how to write shell programms also known as
shell scripts.
System Administration
Graphics
-
XMRM : ������� � ��������
, ����� Yves Ceccone
XMRM (Multi Resolution Morphing ��� X) - ���������� ��� ��������
����� � ������� mpeg ��������������� ������ ����������� �
������.
Applications
����� �� LinuxFocus
��� ����� ������� ����� ���� ������ � ���������?
����� ������������� ��������� ��������� (�������� mc) - �����������
��������� �������. ��� ��� ������ ����� �������� �������� (".") �
��� ����������� ���� ���� �� �������:
- cp -Rpv . /some/destdir
����������: ��������� ������ ��� ������ �� ������������ �������,
������ �������� ��� /dev
- find . -print | cpio -dump -V /some/destdir
����������: ���.
����� �� ������ ���������� ������ �� �������� ������� ��
����������:
find . -follow -print | cpio -dump -V /some/destdir
����� ��������� ����������� ������, �������������� ��
".bak" ����������� egrep � �������� �������:
find . -follow -print | egrep -v "\.bak$" | cpio -dump -V
/some/destdir
- tar -cvf /tmp/t.tar .
cd /some/destdir
tar -xvf /tmp/t.tar
rm /tmp/t.tar
����������: ��������� ��������� ����.
��� ������������� ������� �������� ��������� ����� ������� � ����������
��� ��� ��������. � ������ ������������ root �������� ��������� �����
���������, ��� ��������� �����, ������������� ������ �������������.