Table des matières

Configuration de Points d'Accès Public à Internet

Références

Objectifs

Mettre à la disposition du public des lieux publics (MPT, MJC, Associations, etc…) des bornes d'accès au web
Recycler des ordinateurs anciens en installant une distribution légère de GNU/Linux qui proposera aux utilisateurs un seul logiciel : le navigateur Web
Faire connaitre Linux Quimper en pointant par défaut le navigateur web du PAPI vers une page de LQ http://www.linuxquimper.org/papi/

Configuration

Installation du système

Global {

  edge = top
  allign = left
  margin = 0
  widthtype = percent
  width = 100
  height = 26
  transparent = false
  tintcolor = #ffffff
  alpha = 36
  setdocktype = true
  setpartialstrut = true
  autohide = false
  heightWhenHidden = 2

}

Plugin {

  type = launchbar
  config {
      button {
          image = /usr/share/icons/gnome/32x32/actions/reload.png
          tooltip = Effacer informations personnelles
          action = openbox --exit
      }
      button {
          image = /usr/share/icons/gnome/32x32/actions/exit.png
          tooltip = Arrêt
          action = halt
      }
      button {
          icon = gnome-fs-home
          image = /usr/share/fbpanel/images/file-manager.svg
          tooltip = gestionnaire de fichiers
          action = pcmanfm
      }
      button {
          icon = mozilla-firefox
          tooltip = Firefox web browser
          action = firefox
      }
  }

}

Plugin {

  type = launchbar
  config {
      button {
         image = /usr/share/icons/gnome/32x32/apps/multimedia.png
         tooltip = Ajuster les volumes
         action = wmmixer
      }
 }

}

Plugin {

  type = dclock
  config {
      ClockFmt = %R
      TooltipFmt = %A %x
      Action = xmessage Please define some command &
      color = #4545B1
  }

}

Installation navigateur web

sudo apt-get install evince mozilla-plugin-vlc mozplugger file-roller ubuntu-restricted-extras ttf-mscorefonts-installer flashplugin-nonfree openoffice.org-l10n-fr mozilla-openoffice.org

Installation de wmmixer pour le réglage du son

Connexion directe

Lancement auto interface graphique

if [ -z $DISPLAY ] && [ -z $SSH_CONNECTION ] && [ $(tty) == “/dev/tty1” ] ;
then
startx
TMOUT=1
fi

Logiciels au démarrage

numlockx on &
fbpanel &
firefox &

Optimisation des performances

Arrêt de l'ordi après un certain temps d'inactivité

xautolock -time 10 -locker halt &

Remise du home à l'état initial

rm -rf /home/linuxquimper/*
rm -rf /home/linuxquimper/.*
cd /
tar -xf /home/archive.tar

Sauvegarde du home dans l'archive

cd /home
tar -vcf archive.tar /home/linuxquimper/

Créer une image avec Clonezilla

Pour permettre d'avoir une image qui fonctionne immédiatement en particulier en ce qui concerne la connexion réseau