<?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>Tue, 21 Apr 2026 11:52:32 +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>Proxmox9 - [Config ZFS] </title>
            <link>http://wiki.edmc73.com/linux/proxmox9?rev=1776710725&amp;do=diff</link>
            <description>Proxmox9

Scripts utiles

&lt;https://community-scripts.github.io/ProxmoxVE/&gt;

Une fois un LXC installé, pour mettre à jour, ouvrer une console et tapez simplement la commande
update
upgrade 8 to 9

&lt;https://pve.proxmox.com/wiki/Upgrade_from_8_to_9&gt;

Config ZFS

Pour pouvoir faire des snapshot de vos VM

--- &lt;https://forum.proxmox.com/threads/zfs-and-snapshots-again.132104/&gt;

Il n’est pas nécessaire de créer un dataset supplémentaire, on peut utiliser le zp0 (ou le data) créé par défaut.</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Mon, 20 Apr 2026 18:45:25 +0000</pubDate>
        </item>
        <item>
            <title>Mémoire, RAM, SWAP</title>
            <link>http://wiki.edmc73.com/linux/memory?rev=1775748716&amp;do=diff</link>
            <description>Mémoire, RAM, SWAP

Comportement de la swap

swappiness

La variable swappiness permet de faire varier l’utilisation de la mémoire vive par rapport à la swap. Par défaut, cette variable est fixée à 60 sur une échelle qui va de 0 à 100.

Plus cette valeur est élevée plus le système va avoir tendance à swapper au détriment de l’utilisation de la mémoire vive.</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Thu, 09 Apr 2026 15:31:56 +0000</pubDate>
        </item>
        <item>
            <title>Les LOG - [journalctl] </title>
            <link>http://wiki.edmc73.com/linux/log?rev=1774719516&amp;do=diff</link>
            <description>Les LOG

Lire les log

Un outils dispo dans les paquets -&gt; &lt;https://goaccess.io/&gt;
apt install goaccess
Pour lire ses log en couleurs d’une façon simple, rapide et efficace, j’ai développé un petit script sympathique.

Pour cela installez les paquets less et ccze
aptitude install less ccze</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sat, 28 Mar 2026 17:38:36 +0000</pubDate>
        </item>
        <item>
            <title>Zabbix - [Upgrade] </title>
            <link>http://wiki.edmc73.com/linux/zabbix?rev=1774178892&amp;do=diff</link>
            <description>Zabbix

Installation

Les dépôts se trouvent ici -&gt; &lt;https://repo.zabbix.com/&gt;

Pour installer les dépôts de la version 7.4 sur debian par exemple, on téléchargera ce fichier suivi de son installation
wget https://repo.zabbix.com/zabbix/7.4/release/debian/pool/main/z/zabbix-release/zabbix-release_latest_7.4+debian13_all.deb
dpkg -i zabbix-release_latest_7.4+debian13_all.deb</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sun, 22 Mar 2026 11:28:12 +0000</pubDate>
        </item>
        <item>
            <title>Zabbix 2.2 - créée</title>
            <link>http://wiki.edmc73.com/linux/zabbix/zabbix2.2?rev=1774178294&amp;do=diff</link>
            <description>Zabbix 2.2

Installation

Sur une debian wheezy (7)

Le plus simple est de lire la doc à propos de l’installation via les packages =&gt; &lt;https://www.zabbix.com/documentation/2.2/manual/installation/install_from_packages&gt;
# wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/z/zabbix-release/zabbix-release_2.2-1+wheezy_all.deb
# dpkg -i zabbix-release_2.2-1+wheezy_all.deb
# apt-get update
# apt-get install zabbix-server-mysql zabbix-frontend-php</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Sun, 22 Mar 2026 11:18:14 +0000</pubDate>
        </item>
        <item>
            <title>MariaDB</title>
            <link>http://wiki.edmc73.com/linux/mariadb?rev=1773926676&amp;do=diff</link>
            <description>MariaDB

Après installation
# mysql_secure_installation
Pour autoriser à se connecter via adminer


t# mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 18
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the current input statement.

MariaDB [(none)]&gt; GRANT ALL PRIVILEGES ON *.* TO root@&#039;localhost&#039; IDENTIFIED BY &#039;mon_mot_de_pas…</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Thu, 19 Mar 2026 13:24:36 +0000</pubDate>
        </item>
        <item>
            <title>Git</title>
            <link>http://wiki.edmc73.com/linux/git?rev=1773650523&amp;do=diff</link>
            <description>Git

La base de la base, en gros et en français ;) =&gt; &lt;http://rogerdudler.github.io/git-guide/index.fr.html&gt;

Un tuto en français qui va bien =&gt; &lt;https://www.miximum.fr/blog/enfin-comprendre-git/&gt;

Installation
apt-get install git-core

Interface graphique si besoin
apt-get install gitk
Configuration

Première chose à faire, s’identifier.
$ git config --global user.name &quot;John Doe&quot;
$ git config --global user.email johndoe@example.com</description>
            <author>edmc73@undisclosed.example.com (edmc73)</author>
            <pubDate>Mon, 16 Mar 2026 08:42:03 +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>
    </channel>
</rss>
