include "entete.php"; ?> include "menu.php"; ?>
L'instalation a été réalisée sur un client léger IGEL ONE. L'ancien systeme a été
sauvegardé via une image disque avec clonezilla. Le client léger IGEL ONE est à
base de processeur VIA à 400Mhz avec 512Mo de ram et 1Go de stockage en flash USB.
Comme on dispose d'assez de place pour le stockage, le systeme Tiny Core Plus a été
installé sur le disque UDB de 1Go via le boot sur un CDROM connecté en USB.
Les paramètres du bios ont été modifiés pour éviter les blocages au boot lors de
l'absence de clavier et pour un démarage dés qu'il est sous tension.
La Ram graphique a été mise à sa valeur la plus basse soit 16Mo
La connexion au réseau local est faite pour la configuration via un cable ethernet puis
pour l'exploitation par un dongle Wifi USB thomson WLG1500
( livré avec les anciennes livebox orange ).
Une fois le système installé, et la machine opérationnelle :
loadkmap < /usr/share/kmap/azerty/fr-pc.kmapdans /opt/bootlocal.sh
DROPBEAR_PORT=XXXX <--- choisir un port autre que le standard 22 OPTIONS="-w -g -b /etc/dropbear/banner -p $DROPBEAR_PORT "
su - tcpuis lancer la sauvegarde :
filetool.sh -bCela crée un fichier /mnt/HDD/tce/mydata.tgz contennant vos données qui seront régénérées au prochain boot de la machine.
opt home etc/passwd etc/shadow usr/local/etc/init.d/dropbear opt/eth0.sh etc/sysconfig usr/local/open2300 etc/ld.so.conf usr/local/lib/perl5/site_perl/5.14.1/i686-linux var/spool/cron/crontabs
#!/bin/sh # put other system startup commands here loadkmap < /usr/share/kmap/azerty/fr-pc.kmap /sbin/ldconfig /opt/eth0.sh & /etc/init.d/dropbear start /etc/init.d/services/crond start rm -rf /usr/local/mysql/data rm -f /etc/my.cnf ln -s /mnt/sda1/databases/data /usr/local/mysql/data ln -s /mnt/sda1/databases/my.cnf /etc/my.cnf /etc/init.d/services/mysql start /usr/local/bin/ntpclient -s -h ntp.obspm.frPour eviter le lancement de l'interface graphique et économiser de la mémorie :
touch /etc/sysconfig/text
Processor -- Via Eden 400MHz; Via CN700 Memory -- 512MB Flash -- 1GB Graphics -- Via Unichrome Pro with 16MB to 64MB shared memory; up to 1920 x 1440 resolution; VGA port Networking -- 1 x Ethernet USB -- 2 x USB 2.0 Audio -- AC97 compatible; speaker; Line out; Mic in Other I/O -- PS/2; VGA port; optional USB-to-serial and USB-to-parallel adapters Protocols (choice of one): Microsoft RDP Citrix ICA Ericom PowerTerm WebConnect NoMachine NX Cendio ThinLinc Power -- Auto-sensing 100~240 V; 50~60Hz Power consumption -- 9W (idle); 2W (sleep) Dimensions -- 5.6 x 2.2 x 6.9 inches (142 x 55 x 174mm); optional VESA mount Operating system -- Igel Linux
root@box1:~# free total used free shared buffers Mem: 495100 383896 111204 0 16156 -/+ buffers: 367740 127360 Swap: 123768 0 123768L'espace disque :
root@box1:~# df Filesystem Size Used Available Use% Mounted on rootfs 435.1M 235.5M 199.6M 54% / tmpfs 241.7M 0 241.7M 0% /dev/shm /dev/sda1 957.3M 165.1M 792.3M 17% /mnt/sda1Les processus :
root@box1:~# ps ax PID USER COMMAND 1 root init 2 root [kthreadd] 3 root [ksoftirqd/0] 4 root [kworker/0:0] 5 root [kworker/u:0] 6 root [migration/0] 7 root [cpuset] 8 root [khelper] 9 root [netns] 10 root [sync_supers] 11 root [bdi-default] 12 root [kblockd] 13 root [ata_sff] 14 root [khubd] 15 root [rpciod] 16 root [kworker/0:1] 18 root [kworker/u:1] 19 root [kswapd0] 20 root [ksmd] 21 root [fsnotify_mark] 22 root [nfsiod] 23 root [crypto] 39 root [scsi_eh_0] 40 root [scsi_eh_1] 44 root [kpsmoused] 75 root /sbin/udevd --daemon 192 root /sbin/udevd --daemon 266 root [jbd2/sda1-8] 267 root [ext4-dio-unwrit] 276 root [flush-8:0] 1885 tc -sh 1941 root /usr/bin/dropbear -w -g -b /etc/dropbear/banner -p xxxx 1944 root crond 1974 tc /usr/local/mysql/bin/mysqld 6319 root /usr/bin/dropbear -w -g -b /etc/dropbear/banner -p xxxx 6320 eldin -sh 6613 root sh 7153 root ps ax