Table des matières
- 2026:
- 2025:
8 billet(s) pour mars 2026
| Notes conteneurs oras artifact OCI | 2026/03/23 21:13 | Jean-Baptiste |
| Notes podman secret | 2026/03/23 15:10 | Jean-Baptiste |
| Notes ansible podman | 2026/03/23 14:08 | Jean-Baptiste |
| Notes podman volume | 2026/03/23 14:00 | Jean-Baptiste |
| Find list - Trouver des fichiers à partir d'une liste | 2026/03/18 14:32 | Jean-Baptiste |
| AWX inventaire vault | 2026/03/17 18:04 | Jean-Baptiste |
| AWX - Configuration git en local (sans serveur web) | 2026/03/05 16:24 | Jean-Baptiste |
| OpenSMTP | 2026/03/03 16:58 | Jean-Baptiste |
Notes vpnc client VPN compatible Cisco
sudo apt-get install vpnc
- /etc/vpnc/default.conf
#IPSec gateway <gateway> #IPSec ID <group-id> #IPSec secret <group-psk> #IKE Authmode hybrid #Xauth username <username> #Xauth password <password> IPSec gateway 34.28.124.78 IPSec ID VPN-PLOP-Admin IKE Authmode psk IPSec secret jcnikqozn7pkojjojoj Xauth username jdupond Xauth password P@ssw0rd
#sudo vpnc-connect --debug 3 --no-detach /etc/vpnc/default.conf sudo vpnc-connect /etc/vpnc/default.conf
Clef USB de dépannage outils boot live ISO
Liste d'ISOs utiles :
- Rescatux
- Debian Live
Outils pour créer une clef USB bootable :
Notes voix, synthèse vocale
LaoTseuLaDix
Exemple texte ⇒ voix
espeak -v fr+f2 "Il est par minout, miaou"
Notes VNC
Client TightVNC
Install sur Debian
apt-get install xtightvncviewer
Enable / Disable full screen
Ctrl + Alt + Shift + F
Client SSVNC (TightVNC over SSH SSL/TLS)
Exemple de conf VNC over SSH
| VNC Host Display | juan@192.168.10.4 |
|---|---|
| Proxy/Gateway | |
| Remote SSH Command | ssh juan@127.0.0.1 |
| Use SSH | ✓ |
profiles/192.168.10.4.vnc
[connection] host=process@192.168.10.4 cmd=ssh juan@127.0.0.1 port=5900 proxyhost= proxyport= disp=process@192.168.10.4 cmd=ssh juan@127.0.0.1 [options] use_ssh=1 use_ssl=0
Notes : l'adresse IP utilisée pour se connecter en SSH est bien 192.168.10.4.
Serveur TightVNC
Install
sudo apt-get install tightvncserver
Lancer le serveur
tightvncserver
Au premier lancement, les fichiers suivants serons crées :
- ~/.vnc/xstartup
- ~/.vnc/passwd
Arrêt du serveur
vncserver -kill :1
Le serveur est-il démarré
ps -ef | grep Xtightvnc
Voir logs :
- ~/.xsession-errors
- ~/.vnc/*.log
Wayland
Voir VNC Notes Wayland
Pb
Erreur : Oh no! Something has gone wrong
https://www.hiroom2.com/2016/05/24/debian-8-remote-connect-to-gnome3-desktop-with-vnc-xrdp/
Le problème viendrait de libfltk
vnc Failed to recv data from socket
Sur Ultra VNC cocher - Multi viewer connections - Disconnect all existing connections
Xlib: extension "DPMS" missing on display
Cela peut venir si vous lancer un server VNC sous Wayland
Une solution est de désactiver Wayland Voir Désactiver Wayland et repasser à Xorg Notes Wayland
Serveur x11vnc
Voir https://doc.ubuntu-fr.org/x11vnc
x11vnc -storepasswd P@ssw0rd ~/.vnc/passwd
Exemple
#x11vnc -noxrecord -noxfixes -noxdamage -display :0 -usepw -forever x11vnc -noxrecord -noxfixes -noxdamage -usepw -forever -viewonly -no6 -noipv6 -notruecolor -nolookup -nodragging -nevershared
-viewonly -tightfilexfer -ultrafilexfer -nopw -unixpw
Le fichier si existe sera automatiquement exécuté :
$HOME/.x11vncrc
~/.config/autostart/x11vnc.desktop
[Desktop Entry] Type=Application Name=x11vnc Exec=x11vnc -noxrecord -noxfixes -noxdamage -usepw -forever -viewonly -no6 -noipv6 -notruecolor -nolookup -nodragging -nevershared -tightfilexfer -listen localhost
Sécurité
Vous pouvez ajouté l'option -listen localhost au serveur x11vnc puis avec le client faire un tunnel SSH. ssvnc fait cela automatiquement.
Pb pas de pavé numérique
Solution : supprimer l'option -xkb
