Contributions de Administrateur
De www.yakakliker.org
Un utilisateur avec 1 614 modifications. Compte créé le 9 mars 2024.
11 juin 2024
- 09:4111 juin 2024 à 09:41 diff hist +818 Installation de Racktables Aucun résumé des modifications Balise : Éditeur visuel
- 09:3511 juin 2024 à 09:35 diff hist +604 N Installation de Racktables Page créée avec « <syntaxhighlight lang="bash"> sudo apt update sudo apt install php php-cli php-snmp php-gd php-mysql php-mbstring php-bcmath php-json php-fpm php-ldap php-curl </syntaxhighlight><syntaxhighlight lang="bash"> sudo apt install mariadb-server mariadb-client </syntaxhighlight><syntaxhighlight lang="bash"> sudo systemctl enable mariadb && sudo systemctl start mariadb </syntaxhighlight><syntaxhighlight lang="bash"> sudo mysql_secure_installation </syntaxhighlight>... » Balise : Éditeur visuel
10 juin 2024
- 16:4210 juin 2024 à 16:42 diff hist 0 Accueil →Astuces Balise : Éditeur visuel
- 16:4110 juin 2024 à 16:41 diff hist +29 Accueil →Astuces Balise : Éditeur visuel
- 16:4110 juin 2024 à 16:41 diff hist +1 680 N Apache : Reverse Proxy Page créée avec « === Procédure === <syntaxhighlight lang="bash"> ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load a2enmod ssl a2enmod proxy systemctl restart apache2 </syntaxhighlight> === Exemple de configuration === <syntaxhighlight lang="bash"> <VirtualHost *:80> ServerName editions-interventions.integration.lan RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}... » Balise : Éditeur visuel
- 09:4410 juin 2024 à 09:44 diff hist +230 Linux : Sécuriser avec Rkhunter Aucun résumé des modifications Balise : Éditeur visuel
- 09:4110 juin 2024 à 09:41 diff hist +632 N Rkhunter : Invalid WEB CMD configuration option: Relative pathname: "/bin/false" Page créée avec « === Erreur === <syntaxhighlight lang="bash"> Invalid WEB_CMD configuration option: Relative pathname: "/bin/false" </syntaxhighlight> === Solution === Editer le fichier /etc/rkhunter.conf & modifier les paramètres suivant :<syntaxhighlight lang="bash"> UPDATE_MIRRORS=1 MIRRORS_MODE=0 WEB_CMD="" </syntaxhighlight> === Lien === https://linuxfr.org/forums/linux-debian-ubuntu/posts/resolu-rkhunter-mise-a-jour-impossible https://community.ovh.com/t/rkhunter-parame... » actuelle Balise : Éditeur visuel
6 juin 2024
- 08:406 juin 2024 à 08:40 diff hist +601 N Rkhunter : Warning: The command '/usr/bin/lwp-request' has been replaced by a script: /usr/bin/lwp-request: Perl script text executable Page créée avec « === Message d'erreur === <syntaxhighlight lang="bash"> Warning: The command '/usr/bin/lwp-request' has been replaced by a script: /usr/bin/lwp-request: Perl script text executable </syntaxhighlight> === Solution === Editer le fichier "'''''/etc/rkhunter.conf'''''" & décommenter la ligne :<syntaxhighlight lang="bash"> SCRIPTWHITELIST=/usr/bin/lwp-request </syntaxhighlight> === Lien === https://www.debian-fr.org/t/rkhunter-warning-lwp-request/68076 https://unix... » actuelle Balise : Éditeur visuel
4 juin 2024
- 09:054 juin 2024 à 09:05 diff hist +306 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
3 juin 2024
- 17:313 juin 2024 à 17:31 diff hist +59 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 17:273 juin 2024 à 17:27 diff hist −2 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 17:253 juin 2024 à 17:25 diff hist 0 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 17:163 juin 2024 à 17:16 diff hist +10 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 16:523 juin 2024 à 16:52 diff hist +1 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 16:513 juin 2024 à 16:51 diff hist −1 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 16:493 juin 2024 à 16:49 diff hist −13 Postfix : Configuration avec authentification SMTP →Configuration du fichier /etc/postfix/sasl_passwd Balise : Éditeur visuel
- 16:463 juin 2024 à 16:46 diff hist +68 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 16:373 juin 2024 à 16:37 diff hist +597 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 15:463 juin 2024 à 15:46 diff hist +644 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 13:293 juin 2024 à 13:29 diff hist −25 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 13:203 juin 2024 à 13:20 diff hist +57 Accueil Aucun résumé des modifications Balise : Éditeur visuel
- 13:203 juin 2024 à 13:20 diff hist +458 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 13:113 juin 2024 à 13:11 diff hist −30 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
- 13:113 juin 2024 à 13:11 diff hist −2 Postfix : Configuration avec authentification SMTP Aucun résumé des modifications Balise : Éditeur visuel
2 juin 2024
- 15:552 juin 2024 à 15:55 diff hist +2 878 N Postfix : Configuration avec authentification SMTP Page créée avec « === Installation === <syntaxhighlight lang="bash"> sudo apt-get install postfix sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules sudo dpkg-reconfigure postfix </syntaxhighlight> === Configuration du fichiers /etc/postfix/main.cf === <syntaxhighlight lang="bash"> # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to b... » Balise : Éditeur visuel
- 08:082 juin 2024 à 08:08 diff hist +39 Accueil Aucun résumé des modifications Balise : Éditeur visuel
- 08:042 juin 2024 à 08:04 diff hist +1 452 Linux : Sécuriser avec Rkhunter Aucun résumé des modifications Balise : Éditeur visuel
1 juin 2024
- 14:111 juin 2024 à 14:11 diff hist +233 N Linux : Sécuriser avec Rkhunter Page créée avec « === Lien === https://www.it-connect.fr/securisez-vos-systemes-linux-avec-rkhunter/?utm_content=cmp-true https://www.remipoignon.fr/securiser-son-serveur-linux/ Catégorie:Securite Catégorie:Linux Catégorie:Rkhunter » Balise : Éditeur visuel
31 mai 2024
- 10:2831 mai 2024 à 10:28 diff hist −1 Apache : Installation d'un certificat Let's Encrypt Aucun résumé des modifications Balise : Éditeur visuel
- 08:4231 mai 2024 à 08:42 diff hist +646 Apache : Installation d'un certificat Let's Encrypt Aucun résumé des modifications Balise : Éditeur visuel
30 mai 2024
- 13:0830 mai 2024 à 13:08 diff hist −12 Accueil Aucun résumé des modifications Balise : Éditeur visuel
- 13:0830 mai 2024 à 13:08 diff hist +69 Accueil Aucun résumé des modifications Balise : Éditeur visuel
- 13:0730 mai 2024 à 13:07 diff hist +1 298 N Let's Encrypt : Créer un certificat Wildcard pour son domaine Page créée avec « === La commande magique === ==== Attention ! ==== Avant de lancer cette commande, vous devez avoir la possibilité de créer une entrée DNS (type Txt) sur votre domaine (il vous le demandera). <syntaxhighlight lang="bash"> sudo certbot certonly --manual --preferred-challenges=dns --email webmaster@yakakliker.org --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d yakakliker.org -d *.yakakliker.org </syntaxhighlight> {| class="wikitable" |'''... » Balise : Éditeur visuel
- 08:4330 mai 2024 à 08:43 diff hist +447 Apache : Installation d'un certificat Let's Encrypt Aucun résumé des modifications Balise : Éditeur visuel
29 mai 2024
- 12:5629 mai 2024 à 12:56 diff hist +34 Accueil Aucun résumé des modifications Balise : Éditeur visuel
28 mai 2024
- 16:3228 mai 2024 à 16:32 diff hist +674 Haproxy : Reverse Proxy Tcp Aucun résumé des modifications Balise : Éditeur visuel
- 11:2328 mai 2024 à 11:23 diff hist +262 N Thinlinc : Ports utilisés Page créée avec « ===== 22: SSH Daemon ===== ===== 300: ThinLinc Web Access ===== ===== 1010: ThinLinc Administration Interface (tlwebadm) ===== ===== 9000: VSM server ===== === Lien === https://www.cendio.com/resources/docs/tag/tcp-ports_server.html Catégorie:Thinlinc » Balise : Éditeur visuel
- 11:1328 mai 2024 à 11:13 diff hist 0 Thinlinc : Installation Aucun résumé des modifications Balise : Éditeur visuel
- 11:1328 mai 2024 à 11:13 diff hist +211 N Thinlinc : Installation Page créée avec « Thinlinc est une application permettant d'utiliser Linux comme su serveur TSE === Lien === https://averagelinuxuser.com/thinlinc/ https://www.cendio.com/resources/docs/tag/index.html Catégorie:Thinlinc » Balise : Éditeur visuel
- 08:5028 mai 2024 à 08:50 diff hist +160 Itsm-ng : Installation Aucun résumé des modifications actuelle Balise : Éditeur visuel
- 08:4928 mai 2024 à 08:49 diff hist +85 N Itsm-ng : Installation Page créée avec « === Lien === https://wiki.itsm-ng.org/fr/Installation/DEB Catégorie:Itsm-ng » Balise : Éditeur visuel
27 mai 2024
- 16:2327 mai 2024 à 16:23 diff hist +166 Haproxy : Reverse Proxy Tcp Aucun résumé des modifications Balise : Éditeur visuel
- 16:2227 mai 2024 à 16:22 diff hist +597 N Haproxy : Reverse Proxy Tcp Page créée avec « Dans certains cas, le reverse proxy Tcp s'impose. Voici la configuration type <syntaxhighlight lang="bash"> frontend MonTCP mode tcp bind *:3306 default_backend TSE backend TSE mode tcp balance leastconn server S1 192.168.1.50:3306 check server S2 192.168.2.50:3306 check stick-table type ip size 1m expire 30m </syntaxhighlight> === Lien === https://www.haproxy.com/documentation/haproxy-configuration-tutorials/load-... » Balise : Éditeur visuel
- 15:2127 mai 2024 à 15:21 diff hist +258 Haproxy : Configuration de plusieurs certificats Aucun résumé des modifications Balise : Éditeur visuel
24 mai 2024
- 16:5824 mai 2024 à 16:58 diff hist −245 Haproxy : Configuration de plusieurs certificats Aucun résumé des modifications Balise : Éditeur visuel
- 15:4024 mai 2024 à 15:40 diff hist +66 Haproxy : Configuration de plusieurs certificats Aucun résumé des modifications Balise : Éditeur visuel
- 15:4024 mai 2024 à 15:40 diff hist +67 Haproxy : Reverse Proxy https Aucun résumé des modifications Balise : Éditeur visuel
- 15:3924 mai 2024 à 15:39 diff hist −50 Haproxy : Reverse Proxy https Aucun résumé des modifications Balise : Éditeur visuel
- 15:2124 mai 2024 à 15:21 diff hist +333 Haproxy : Configuration de plusieurs certificats Aucun résumé des modifications Balise : Éditeur visuel
- 15:0624 mai 2024 à 15:06 diff hist +123 Haproxy : Configuration de plusieurs certificats Aucun résumé des modifications Balise : Éditeur visuel