Un logiciel pour créer des conférences web et des sessions de formations en ligne Site officiel
/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
/var/lib/lxc/<container>/config
(https://stackoverflow.com/questions/22085657/can-docker-run-inside-a-linux-container)# Disable app-armor lxc.aa_profile = unconfined
apt install wget software-properties-common man openssh-server
/etc/default/lxc
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
/etc/nginx/sites-enables/bigbluebutton
(il manque l'instruction 'ssl' pour IPv6)... listen [::]:443 ssl; ...
Liens :
Un moteur de wiki en php sans base de données.
chrome://pippki/content/resetpassword.xul
Un moteur de recherche d'images qui fonctionne par similitudes.
Un petit logiciel pour mettre à jour les données exif d'images jpeg.
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
Un client ftp en php.