Recherche avancée
Résultats de recherche
220 résultats trouvés au total
Sympa
Infos Les fichiers de sympa sont ici: /usr/share/sympa # default template /var/lib/sympa # sympa content /etc/sympa # configurations Configuration Creer un fichier /etc/sympa/<domaine>/robot.conf avec en gros: domain leplantain.org wwsympa_url ...
_Start podman services at boot_
Avec systemctl sudo -iu keycloak systemctl --user status keycloak-26.2.4 Sans sudo -iu freshrss podman start freshrss sudo -iu passbolt podman start passbolt_passbolt_1 sudo -iu matrix-bridges podman start matrix-telegram sudo -iu matrix-bridges podman start ...
Remote Wireshark
Use wireshark remotely create a fifo file, owned by your user: mkfifo ~/ftcpdump In another terminal, send the data into wireshark on your local machine do: ssh server "cat ~/ftcpdump" | wireshark -k -i (do not forget to filter out ssh) Output tcpdump data i...