Table des matières

Aide mémoire logiciels

BigBlueButton

Un logiciel pour créer des conférences web et des sessions de formations en ligne Site officiel

Journal d'installation sous KVM

/etc/netplan/00-installer-config.yaml

# This is the network config written by 'subiquity'
network:
  renderer: networkd
  ethernets:
    enp1s0:
      dhcp4: false
      addresses: 
        - 5.135.220.107/32
        - 2001:41d0:1:f343:0:ff:fe22:c153/64
      routes:
        - to: 0.0.0.0/0
          via: 91.121.178.254
          on-link: true
      nameservers:
        addresses: [213.186.33.99,8.8.8.8,8.8.4.4]
      accept-ra: no
      dhcp6: false
      gateway6: 2001:41d0:1:f343::1
  version: 2
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.6.sh | bash -s -- -v focal-260 -s visio.nuaje.fr -e thierry@pielo.net -w

Journal d'installation sous LXC

# Disable app-armor
lxc.aa_profile = unconfined
apt install wget software-properties-common man openssh-server
DOCKER_OPTS="--exec-driver=lxc"
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-200 -s bbb.example.com -e info@example.com -t -g
mkdir /etc/systemd/system/redis-server.service.d/
cd /etc/systemd/system/redis-server.service.d/
echo '[Service]' > redis.override.conf
echo 'PrivateDevices=no' >> redis.override.conf
...
listen [::]:443 ssl;
...

Liens :

Boxroom

Dokuwiki

Un moteur de wiki en php sans base de données.

Firefox

chrome://pippki/content/resetpassword.xul

ImgSeek

Un moteur de recherche d'images qui fonctionne par similitudes.

JBrout

Un petit logiciel pour mettre à jour les données exif d'images jpeg.

Jitsi meet

https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md https://jitsi.org/jitsi-meet/

vim /etc/jitsi/meet/formation.piell.pro-config.js

...
defaultLanguage: 'fr',
...

Authentification : https://github.com/jitsi/jicofo#secure-domain

Extension chrome pour le partage d'écran : https://github.com/jitsi/jidesha

net2ftp

Un client ftp en php.