Artila Matrix 522 Manual do utilizador - Página 9

Procurar online ou descarregar pdf Manual do utilizador para PC industrial Artila Matrix 522. Artila Matrix 522 10 páginas. Arm9-based linux ready industrial computer

Utility Collection
1.
busybox v1.14.2-tiny utility collection
2.
sysvinit v2.86 -standard Linux initialization
3.
util-linux-mount/umount v2.12r-support long file name
4.
ssh v4.6p1– support sftp server
5.
usbutils v0.7– USB id program
6.
lighttpd v 1.7-web server
7.
wget v1.9.1– used in ipkg software
8.
iptables v1.3.8– IP routing
9.
ipkg v.0.99.163– software package management
10.
procps v3.2.7– support webmin process management
11.
vsftpd v2.0.5– ftp server
12.
bash v3.2-GNU shell
13.
wireless_tools v29– wireless LAN utility
14.
ppp v2.4.3-ppp dial up utility
15.
psmics v22.2– procps supplement
16.
Canutils 4.0.6
17.
artila utility v.1.1– handy utility added by Artila
You can find more utility at Artila Matrix-504 CD and use
ipkg to install the utility.
Appendix
ipkg software package management
Matrix-522 uses ipkg to manage the software installation, upgrade and
removal. Artila will continuously add the kernel module and utility at
our ftp server, user can install these software from Artila's ftp server. In
addition user can also setup your ftp server to update the software you
want. To install the utility from Artila ftp, please use vi to edit the /etc/
ipkg.conf
src/gz arm ftp://ftp:[email protected]/AT9G20/Artila-CD/Linux/Utility
src/gz kernel ftp://ftp:[email protected]/AT9G20/Artila-CD/Linux/
modules
You can also copy the Utility and module folder from Artila CD to a
USB disk, then use USB disk to install the software by changing the
ipkg.conf
src/gz usb_arm ftp://root:[email protected]/media/sda1/Utility
src/gz usb_kernel ftp://root:[email protected]/media/sda1/modules
Make sure the USB disk is correctly mounted, now use command
ipkg update
to update the package list and use
ipkg install webmin
To install webmin. Webmin is a web-based interface to system
administration. To start webmin, go to /etc/webmin and type
start webmin
Then you can use browser to visit Matrix-522 port 10000
The webmin for Matrix-522 provides following modules:
1.
Webmin: webmin configuration
2.
System: system boot, process and log management
3.
Server: Apache and SSH server configuration
4.
Network: network configuration
5.
Hardware: RTC setting
6.
Others: File manager, upload and download
Remember to use command
depmod –a /lib/modules/2.6.29.4/modules.dep
To update the dependency list if new kernel module
were added.