<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.edmc73.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>EDMC73.com</title>
        <description></description>
        <link>http://wiki.edmc73.com/</link>
        <lastBuildDate>Wed, 13 May 2026 10:01:43 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://wiki.edmc73.com/_media/logo.png</url>
            <title>EDMC73.com</title>
            <link>http://wiki.edmc73.com/</link>
        </image>
        <item>
            <title>Nginx Proxy Manager</title>
            <link>http://wiki.edmc73.com/linux/nginx-proxy-manager?rev=1778620151&amp;do=diff</link>
            <description>Nginx Proxy Manager

Petite optimisation dans le fichier nginx/custom/http_top.conf


# 1. Correction de l&#039;erreur &quot;uninitialized trust_forwarded_proto&quot;
map $http_x_forwarded_proto $trust_forwarded_proto {
    default $http_x_forwarded_proto;
    &#039;&#039;      $scheme;
}

# 2. Correction de l&#039;erreur &quot;upstream response is buffered to a temporary file&quot;
# On augmente les buffers pour garder les données en RAM
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;

# 3. Transmission co…</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 12 May 2026 21:09:11 +0000</pubDate>
        </item>
        <item>
            <title>Nginx - [Configuration Nginx] </title>
            <link>http://wiki.edmc73.com/linux/nginx?rev=1778619042&amp;do=diff</link>
            <description>Nginx

Config reverse proxy


server  {
  listen 443;
  server_name mon-domaine.com;
  ssl on;
  ssl_certificate /etc/nginx/ssl/mon-domaine.com.pem;
  ssl_certificate_key /etc/nginx/ssl/mon-domaine.com.key;
  ssl_session_cache shared:SSL:10m;

# config pour un chemin spécifique
  location  /mon-repertoire {
     proxy_set_header Accept-Encoding &quot;&quot;;
# sub_filter permet de modifier un texte dans le fichier html renvoyé par nginx
     sub_filter_once off;
     sub_filter &quot;http://mon-url-interne/&quot; &quot;…</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 12 May 2026 20:50:42 +0000</pubDate>
        </item>
        <item>
            <title>autossh - [Le cas avec Docker] </title>
            <link>http://wiki.edmc73.com/linux/autossh?rev=1778093797&amp;do=diff</link>
            <description>autossh

autossh permet de garder des tunnels ssh ouvert et de les remonter en cas de déconnexion.

Installer autossh
apt install autossh
Comme le dit le man autossh il est préférable d’utiliser les options ServerAliveInternal et ServerAliveCountMax</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Wed, 06 May 2026 18:56:37 +0000</pubDate>
        </item>
        <item>
            <title>SSH - [autossh : créer une connexion persistante] </title>
            <link>http://wiki.edmc73.com/linux/ssh?rev=1778087520&amp;do=diff</link>
            <description>SSH

Définition

SSH est un protocol crypté et donc sécurisé.

Son utilisation est indispensable à l’administration d’un serveur linux.

Touches magiques

Bloqué sur une connexion ssh avec un Ctrl+C ou Ctrl+D qui ne marche pas ?

Faite un ~.</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Wed, 06 May 2026 17:12:00 +0000</pubDate>
        </item>
        <item>
            <title>Backup Database - créée</title>
            <link>http://wiki.edmc73.com/linux/backup-database?rev=1778010771&amp;do=diff</link>
            <description>Backup Database

Je teste actuellement une application pour gérer le backup de divers base de données

Databasus

&lt;https://github.com/databasus/databasus&gt;

Développé en Go

Interface un peu vieillote, n’est pas très optimisé et pas très propre dans le code.

Un fichier .env à la racine du système</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 05 May 2026 19:52:51 +0000</pubDate>
        </item>
        <item>
            <title>VSCode - [Problème] </title>
            <link>http://wiki.edmc73.com/devweb/vscode?rev=1777901421&amp;do=diff</link>
            <description>VSCode

Mes paramètres

User Setting

Le thème “GitHub Dark” est sympa aussi


{
    &quot;telemetry.telemetryLevel&quot;: &quot;off&quot;,
    &quot;workbench.colorTheme&quot;: &quot;Bearded Themanopia (Experimental)&quot;,
    &quot;editor.autoIndent&quot;: &quot;advanced&quot;,
    &quot;editor.wordWrap&quot;: &quot;on&quot;,
    &quot;zenMode.hideLineNumbers&quot;: false,
    &quot;zenMode.centerLayout&quot;: false,
    &quot;security.workspace.trust.untrustedFiles&quot;: &quot;open&quot;,
    &quot;editor.renderWhitespace&quot;: &quot;trailing&quot;,
    &quot;editor.linkedEditing&quot;: true,
    &quot;editor.suggest.insertMode&quot;: &quot;replace&quot;,
…</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Mon, 04 May 2026 13:30:21 +0000</pubDate>
        </item>
        <item>
            <title>capture_d_ecran_du_2023-12-09_23-16-02.png - créée</title>
            <link>http://wiki.edmc73.com/?image=linux%3Acapture_d_ecran_du_2023-12-09_23-16-02.png&amp;ns=linux&amp;rev=1702160280&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/linux/capture_d_ecran_du_2023-12-09_23-16-02.png?w=500&amp;amp;h=500&amp;amp;tok=2a042e&quot; alt=&quot;capture_d_ecran_du_2023-12-09_23-16-02.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sat, 09 Dec 2023 22:18:00 +0000</pubDate>
        </item>
        <item>
            <title>create_wifi.png - créée</title>
            <link>http://wiki.edmc73.com/?image=raspberry%3Acreate_wifi.png&amp;ns=raspberry&amp;rev=1613754615&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/raspberry/create_wifi.png?w=500&amp;amp;h=500&amp;amp;tok=39cc34&quot; alt=&quot;create_wifi.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Fri, 19 Feb 2021 17:10:15 +0000</pubDate>
        </item>
        <item>
            <title>create_ssh.png - créée</title>
            <link>http://wiki.edmc73.com/?image=raspberry%3Acreate_ssh.png&amp;ns=raspberry&amp;rev=1613754271&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/raspberry/create_ssh.png?w=500&amp;amp;h=500&amp;amp;tok=8a14ec&quot; alt=&quot;create_ssh.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Fri, 19 Feb 2021 17:04:31 +0000</pubDate>
        </item>
        <item>
            <title>proxmox6_partitionnement.jpg</title>
            <link>http://wiki.edmc73.com/?image=linux%3Aproxmox6_partitionnement.jpg&amp;ns=linux&amp;rev=1610718852&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/linux/proxmox6_partitionnement.jpg?w=500&amp;amp;h=500&amp;amp;tok=735f0c&quot; alt=&quot;proxmox6_partitionnement.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Fri, 15 Jan 2021 13:54:12 +0000</pubDate>
        </item>
        <item>
            <title>selection_050.png - créée</title>
            <link>http://wiki.edmc73.com/?image=devweb%3Ajquery%3Aselection_050.png&amp;ns=devweb%3Ajquery&amp;rev=1594040788&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/devweb/jquery/selection_050.png?w=500&amp;amp;h=500&amp;amp;tok=5be429&quot; alt=&quot;selection_050.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Mon, 06 Jul 2020 13:06:28 +0000</pubDate>
        </item>
        <item>
            <title>adminer.php.zip - créée</title>
            <link>http://wiki.edmc73.com/?image=devweb%3Aadminer.php.zip&amp;ns=devweb&amp;rev=1475670199&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/lib/images/fileicons/svg/zip.svg&quot; alt=&quot;adminer.php.zip&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Wed, 05 Oct 2016 12:23:19 +0000</pubDate>
        </item>
        <item>
            <title>gestion_energie_cpu.png - créée</title>
            <link>http://wiki.edmc73.com/?image=windows%3Agestion_energie_cpu.png&amp;ns=windows&amp;rev=1450914395&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/windows/gestion_energie_cpu.png?w=500&amp;amp;h=500&amp;amp;tok=42e8ce&quot; alt=&quot;gestion_energie_cpu.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Wed, 23 Dec 2015 23:46:35 +0000</pubDate>
        </item>
        <item>
            <title>ssl_forum.p2pfr.com.jpg - créée</title>
            <link>http://wiki.edmc73.com/?image=linux%3Assl_forum.p2pfr.com.jpg&amp;ns=linux&amp;rev=1447801683&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/linux/ssl_forum.p2pfr.com.jpg?w=500&amp;amp;h=500&amp;amp;tok=4b5c7c&quot; alt=&quot;ssl_forum.p2pfr.com.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 17 Nov 2015 23:08:03 +0000</pubDate>
        </item>
        <item>
            <title>connexion_non_certifiee.png - créée</title>
            <link>http://wiki.edmc73.com/?image=docs%3Anetwork%3Aconnexion_non_certifiee.png&amp;ns=docs%3Anetwork&amp;rev=1423562823&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/docs/network/connexion_non_certifiee.png?w=500&amp;amp;h=500&amp;amp;tok=7957e2&quot; alt=&quot;connexion_non_certifiee.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 10 Feb 2015 10:07:03 +0000</pubDate>
        </item>
        <item>
            <title>ssl_error_no_cypher_overlap.png - créée</title>
            <link>http://wiki.edmc73.com/?image=docs%3Anetwork%3Assl_error_no_cypher_overlap.png&amp;ns=docs%3Anetwork&amp;rev=1423562823&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/docs/network/ssl_error_no_cypher_overlap.png?w=500&amp;amp;h=500&amp;amp;tok=8fc8c3&quot; alt=&quot;ssl_error_no_cypher_overlap.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 10 Feb 2015 10:07:03 +0000</pubDate>
        </item>
        <item>
            <title>ssl_error_no_cypher_overlap_about_config.png - créée</title>
            <link>http://wiki.edmc73.com/?image=docs%3Anetwork%3Assl_error_no_cypher_overlap_about_config.png&amp;ns=docs%3Anetwork&amp;rev=1423562823&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/docs/network/ssl_error_no_cypher_overlap_about_config.png?w=500&amp;amp;h=500&amp;amp;tok=4fb9c0&quot; alt=&quot;ssl_error_no_cypher_overlap_about_config.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 10 Feb 2015 10:07:03 +0000</pubDate>
        </item>
        <item>
            <title>zbx_postfix_template.xml - créée</title>
            <link>http://wiki.edmc73.com/?image=linux%3Azabbix%3Azbx_postfix_template.xml&amp;ns=linux%3Azabbix&amp;rev=1403616050&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/lib/images/fileicons/svg/xml.svg&quot; alt=&quot;zbx_postfix_template.xml&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Tue, 24 Jun 2014 13:20:50 +0000</pubDate>
        </item>
        <item>
            <title>linux_pingouin.png - créée</title>
            <link>http://wiki.edmc73.com/?image=acceuil%3Alinux_pingouin.png&amp;ns=acceuil&amp;rev=1395585053&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/acceuil/linux_pingouin.png?w=500&amp;amp;h=500&amp;amp;tok=63be38&quot; alt=&quot;linux_pingouin.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sun, 23 Mar 2014 14:30:53 +0000</pubDate>
        </item>
        <item>
            <title>wordpress.png - créée</title>
            <link>http://wiki.edmc73.com/?image=acceuil%3Awordpress.png&amp;ns=acceuil&amp;rev=1395585051&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.edmc73.com/_media/acceuil/wordpress.png?w=500&amp;amp;h=500&amp;amp;tok=c00e24&quot; alt=&quot;wordpress.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sun, 23 Mar 2014 14:30:51 +0000</pubDate>
        </item>
    </channel>
</rss>
