Nouvelles pages
De www.yakakliker.org
- 9 décembre 2025 à 14:33 Opnsense : Autoriser l'interface Web sur le WAN (hist | modifier) [412 octets] Administrateur (discussion | contributions) (Page créée avec « * '''Action''': allow * '''Source''': any * '''Destination''': WAN address * '''Destination''' '''port''': 443 Catégorie:Opnsense Catégorie:Firewall ») Balise : Éditeur visuel
- 9 décembre 2025 à 14:02 Opnsense : Autoriser l'ICMP (hist | modifier) [341 octets] Administrateur (discussion | contributions) (Page créée avec « * '''Action''' : Pass * '''Interface''' : WAN * '''Protocol''' : ICMP * '''Source''' : any * '''Destination''' : WAN address * '''Description''' : Allow ping on WAN === Liens === https://forum.opnsense.org/index.php?topic=20884.0 ») Balise : Éditeur visuel
- 26 novembre 2025 à 16:59 Linux : Ajouter une route réseau (hist | modifier) [366 octets] Administrateur (discussion | contributions) (Page créée avec « * Créer une fichier : '''/etc/network/if-up.d/route''' <syntaxhighlight lang="bash"> #!/bin/sh route add -net 10.X.X.0/24 gw 172.X.X.X dev ethX </syntaxhighlight> * Rendre le fichier exécutable <code>chmod +x /etc/network/if-up.d/route</code> === Liens === https://www.mybluelinux.com/debian-permanent-static-routes/ Catégorie:Linux Catégorie:Reseau ») Balise : Éditeur visuel
- 21 novembre 2025 à 14:50 Accueil/ (hist | modifier) [5 339 octets] Administrateur (discussion | contributions) (Page créée avec « == Tutoriels == * Installation & paramétrages de GLPI * Installation de PhpMyFaq sur Ubuntu 22.04 * Installation de Mediawiki sur Ubuntu 22.04 * Installation de Smokeping * Installation de Fail2ban * Zerotier : Installation d'un contrôleur * Installation de Guacamole sur Ubuntu * Gitlab : Installation * Gluster : Procédure d'installation Gluster sur un cluster Proxmox via une infrastructure VPN Zerotier * Python : Créat... »)
- 18 novembre 2025 à 11:17 Wireguard : Installer Wireguard sur Ubuntu (hist | modifier) [1 703 octets] Administrateur (discussion | contributions) (Page créée avec « == Installation == <syntaxhighlight lang="bash"> sudo apt-get install wireguard </syntaxhighlight> == Configuration du client == <syntaxhighlight lang="bash"> sudo nano /etc/wireguard/wg0.conf </syntaxhighlight> * Exemple de fichier de configuration, celui-ci est généré par un Mikrotik <syntaxhighlight lang="bash"> [Interface] ListenPort = 51820 PrivateKey =PRIVATEKETGENERATED= Address = XXX.XXX.XXX.X/32 [Peer] PublicKey = PUBLICKEYGENERATED= AllowedIPs = 0... ») Balise : Éditeur visuel
- 17 novembre 2025 à 14:47 Proxmox : Proxmox optimizer (hist | modifier) [155 octets] Administrateur (discussion | contributions) (Page créée avec « Un utilitaire pour optimiser et valider la bonne configuration Proxmox == Liens == https://github.com/dtouzeau/proxmox-optimizer Catégorie:Proxmox ») Balise : Éditeur visuel
- 5 novembre 2025 à 08:31 Opencloud : Installation (hist | modifier) [147 octets] Administrateur (discussion | contributions) (Page créée avec « == Liens == https://opencloud.eu/en/install-opencloud-simply-your-own-server Catégorie:Opencloud ») Balise : Éditeur visuel
- 3 novembre 2025 à 16:51 Multicast DNS (mDNS) (hist | modifier) [1 001 octets] Administrateur (discussion | contributions) (Page créée avec « == Liens == https://datatracker.ietf.org/doc/html/rfc6762 https://www.ionos.fr/digitalguide/serveur/know-how/multicast-dns/ ») Balise : Éditeur visuel créé initialement avec le titre « Multicast DNS (nDNS) »
- 29 octobre 2025 à 11:51 Python : Création d'un repository python Devpi-server (hist | modifier) [8 637 octets] Administrateur (discussion | contributions) (Page créée avec « === Création d'un environnement virtuel python === * L'utilisateur créé sera "devpi-user" <syntaxhighlight lang="bash"> su -l devpi-user curl https://pyenv.run | bash </syntaxhighlight> ==== Edition du fichier ~/.bashrc ==== <syntaxhighlight lang="bash"> nano .bashrc export PATH="~/.pyenv/bin:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" </syntaxhighlight>Redémarrer la session SSH pour prendre en compte les modifications du fichier =... ») Balise : Éditeur visuel
- 23 septembre 2025 à 08:45 Haproxy : Compression Gzip (hist | modifier) [516 octets] Administrateur (discussion | contributions) (Page créée avec « == Option Compression Haproxy == * Haproxy propose la compression pour optimiser les flux <syntaxhighlight lang="bash"> defaults compression algo gzip compression type text/html text/plain text/xml text/css text/javascript application/javascript application/json text/json </syntaxhighlight> == Liens == https://www.haproxy.com/documentation/haproxy-configuration-tutorials/performance/compression/ ») Balise : Éditeur visuel
- 12 septembre 2025 à 08:30 SSL : Vérifier un certificat (hist | modifier) [3 787 octets] Administrateur (discussion | contributions) (Page créée avec « == Commande == <code>openssl s_client -connect host.domaine:443 -servername host.domaine</code> * Exemple de réponse (quand tout est ok) <syntaxhighlight lang="bash"> root@VLIN052REC:~# openssl s_client -connect host.domaine:443 -servername host.domaine CONNECTED(00000003) depth=2 C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority verify return:1 depth=1 C = FR, O = Gandi, CN = Gandi RSA Domain Vali... ») Balise : Éditeur visuel