_includes/article-list.html
This commit is contained in:
parent
2461c8e638
commit
02ac22dbca
@ -5,8 +5,7 @@
|
||||
{%- include snippets/get-locale-string.html key='READMORE' -%}
|
||||
{%- assign _locale_readmore = __return -%}
|
||||
|
||||
{%- assign _sorted_list = include.articles | sort: 'modif' -%}
|
||||
{%- assign _sorted_list = _sorted_list | reverse -%}
|
||||
{%- assign _sorted_list = site.posts | sort_natural: "modif" | reverse -%}
|
||||
|
||||
{%- if include.type == 'item' -%}
|
||||
<div class="article-list items items--divided">
|
||||
@ -73,6 +72,7 @@
|
||||
{%- assign _show_pageview = __return -%}
|
||||
{%- include article-info.html article=_article show_pageview=_show_pageview -%}
|
||||
{%- endif -%}
|
||||
<hr>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
@ -9255,7 +9255,7 @@ layout: null
|
||||
|
||||
{
|
||||
"id": 685,
|
||||
"title": "BorgBackup vers boîte de stockage BX11 Hetzner NEW",
|
||||
"title": "BorgBackup vers boîte de stockage BX11 Hetzner - sftp",
|
||||
"content" : "*Sauvegarder via borg des serveurs VPS sur une \"boîte de stockage\" BX11 Hetzner* Stockage disponible : 1 TB Trafic :...",
|
||||
"url": "/2023/10/31/BorgBackup_vers-Boite_de_stockage.html",
|
||||
"tags": "borgbackup, yunohost",
|
||||
@ -9993,6 +9993,18 @@ layout: null
|
||||
"tags": "network",
|
||||
"categories": ""
|
||||
}
|
||||
,
|
||||
|
||||
|
||||
|
||||
{
|
||||
"id": 747,
|
||||
"title": "Contabo VPS debian 12 (bookworm) - Yunohost xoyaz.xyz",
|
||||
"content" : "*YunoHost est une distribution basée sur Debian GNU/Linux composée de logiciels libres et ayant pour objectif de faciliter la pratique...",
|
||||
"url": "/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html",
|
||||
"tags": "vps, yunohost",
|
||||
"categories": ""
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -749,10 +749,10 @@ var _$src_8 = {};
|
||||
<ul class="right-col menu"><li>
|
||||
<i class="far fa-calendar-alt"></i> <span title="Création" style="color:#FF00FF">17 févr. 2024</span>
|
||||
|
||||
<span title="Modification" style="color:#00FF7F">29 oct. 2024</span>
|
||||
<span title="Modification" style="color:#00FF7F"> 7 nov. 2024</span>
|
||||
</li></ul>
|
||||
</div>
|
||||
<meta itemprop="datePublished" content="2024-10-29T00:00:00+01:00">
|
||||
<meta itemprop="datePublished" content="2024-11-07T00:00:00+01:00">
|
||||
<meta itemprop="keywords" content="debian">
|
||||
<div class="js-article-content">
|
||||
<div class="layout--article">
|
||||
@ -4918,6 +4918,52 @@ systemctl <span class="nb">enable </span>run-before-shutdown.service
|
||||
|
||||
<h2 id="maintenance">Maintenance</h2>
|
||||
|
||||
<h3 id="désactiver-ipv6">Désactiver IPV6</h3>
|
||||
|
||||
<p>Pour un focntionnement correct de la messagerie, il faut désactiver IPV6 car le DNS reverse n’est pas géré</p>
|
||||
|
||||
<p>OVH - Supprimer les liens IPV6 sur le domaine rnmkcy.eu<br>
|
||||
Les lignes à supprimer dans la zone dns</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
* IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Désactiver IPV6 sur debian 12 <a href="https://itslinuxfoss.com/disable-ipv6-debian-12/">(How to Disable IPv6 on Debian 12)</a><br>
|
||||
Désactiver l’IPv6 sur Debian 12 à l’aide de la configuration sysctl</p>
|
||||
|
||||
<p>Modifier le fichier de configuration sysctl</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo nano /etc/sysctl.conf
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Ajouter les lignes suivantes en fin de fichier</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># Disabling the IPv6
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
net.ipv6.conf.default.disable_ipv6 = 1
|
||||
net.ipv6.conf.lo.disable_ipv6 = 1
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Appliquer les modifications</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo sysctl -p
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Redémarrer l’ordinateur</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo reboot
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Vérifier le status IPV6</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo sysctl net.ipv6.conf.all.disable_ipv6
|
||||
</code></pre></div></div>
|
||||
|
||||
<p><em>net.ipv6.conf.all.disable_ipv6 = 1</em></p>
|
||||
|
||||
<p><em>Le « 1 » indique que l’IPv6 a été désactivé avec succès. Pour réactiver l’IPv6 sur Debian 12, ouvrez le fichier de configuration sysctl et supprimez la ligne ajoutée.</em></p>
|
||||
|
||||
<h3 id="réduire-la-partion-lvm-thinkshare">Réduire la partion LVM thinkshare</h3>
|
||||
|
||||
<p><em>Réduction à 120Go</em></p>
|
||||
@ -5108,6 +5154,7 @@ Last login: Mon Jan 1 17:12:48 2024 from 2a02:6ea0:d406:1::a18e
|
||||
|
||||
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c">#!/bin/bash</span>
|
||||
|
||||
<span class="c"># Synchro BX11 --> FreeUSB2To</span>
|
||||
<span class="nv">servers</span><span class="o">=(</span><span class="s2">"e6230"</span> <span class="s2">"xoyize.xyz"</span> <span class="s2">"rnmkcy.eu"</span> <span class="s2">"asus-xh51"</span> <span class="s2">"xoyaz.xyz"</span><span class="o">)</span>
|
||||
<span class="k">for </span>hote <span class="k">in</span> <span class="s2">"</span><span class="k">${</span><span class="nv">servers</span><span class="p">[@]</span><span class="k">}</span><span class="s2">"</span>
|
||||
<span class="k">do
|
||||
|
@ -1153,7 +1153,7 @@ server {
|
||||
 </div>
|
||||
-->
|
||||
</footer>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2023/10/18/Comment_sauvegarder_et_restaurer_un_appareil_chiffre_par_LUKS.html">Comment sauvegarder et restaurer un appareil chiffré par LUKS</a></div><div class="next"><span>SUIVANT</span><a href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner NEW</a></div></div></div>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2023/10/18/Comment_sauvegarder_et_restaurer_un_appareil_chiffre_par_LUKS.html">Comment sauvegarder et restaurer un appareil chiffré par LUKS</a></div><div class="next"><span>SUIVANT</span><a href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner - sftp</a></div></div></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html><html lang="fr">
|
||||
<head><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>BorgBackup vers boîte de stockage BX11 Hetzner NEW - YannStatic</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><title>BorgBackup vers boîte de stockage BX11 Hetzner - sftp - YannStatic</title>
|
||||
|
||||
<meta name="description" content="Sauvegarder via borg des serveurs VPS sur une “boîte de stockage” BX11 Hetzner">
|
||||
<link rel="canonical" href="https://static.rnmkcy.eu/2023/10/31/BorgBackup_vers-Boite_de_stockage.html"><link rel="alternate" type="application/rss+xml" title="YannStatic" href="/feed.xml">
|
||||
@ -723,7 +723,7 @@ var _$src_8 = {};
|
||||
|
||||
</div><div class="page__content"><div class ="main"><div class="grid grid--reverse">
|
||||
<div class="col-main cell cell--auto"><!-- start custom main top snippet --><div id="results-container" class="search-result js-search-result"></div><!-- end custom main top snippet -->
|
||||
<article itemscope itemtype="http://schema.org/Article"><div class="article__header"><header><h1 style="color:Tomato;">BorgBackup vers boîte de stockage BX11 Hetzner NEW</h1></header></div><meta itemprop="headline" content="BorgBackup vers boîte de stockage BX11 Hetzner NEW"><div class="article__info clearfix"><ul class="left-col menu"><li>
|
||||
<article itemscope itemtype="http://schema.org/Article"><div class="article__header"><header><h1 style="color:Tomato;">BorgBackup vers boîte de stockage BX11 Hetzner - sftp</h1></header></div><meta itemprop="headline" content="BorgBackup vers boîte de stockage BX11 Hetzner - sftp"><div class="article__info clearfix"><ul class="left-col menu"><li>
|
||||
<a class="button button--secondary button--pill button--sm"
|
||||
href="/archive.html?tag=borgbackup">borgbackup</a>
|
||||
</li><li>
|
||||
@ -732,7 +732,7 @@ var _$src_8 = {};
|
||||
</li></ul><ul class="right-col menu"><li>
|
||||
<i class="far fa-calendar-alt"></i> <span title="Création" style="color:#FF00FF">31 oct. 2023</span>
|
||||
|
||||
<span title="Modification" style="color:#00FF7F">22 févr. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-02-22T00:00:00+01:00">
|
||||
<span title="Modification" style="color:#00FF7F"> 2 nov. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-11-02T00:00:00+01:00">
|
||||
<meta itemprop="keywords" content="borgbackup,yunohost"><div class="js-article-content">
|
||||
<div class="layout--article"><!-- start custom article top snippet -->
|
||||
<style>
|
||||
@ -1552,6 +1552,67 @@ borg prune <span class="se">\</span>
|
||||
|
||||
<p>Script exécuté tous les jours à 2h15</p>
|
||||
|
||||
<h2 id="sftp">SFTP</h2>
|
||||
|
||||
<h3 id="taille-du-dossier">Taille du dossier</h3>
|
||||
|
||||
<p>Pour afficher la taille du dossier via SFTP</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">echo</span> <span class="nt">-e</span> <span class="s2">"df -h"</span> |sftp <span class="nt">-P</span> 23 <span class="nt">-i</span> ~/.ssh/bx11-yann-ed25519 u326239@u326239.your-storagebox.de
|
||||
</code></pre></div></div>
|
||||
|
||||
<p><img src="/images/sftp-df.png" alt="" /></p>
|
||||
|
||||
<h3 id="commandes">Commandes</h3>
|
||||
|
||||
<p><em>SFTP ou Secure File Transfer Protocol est un utilitaire de transfert de fichiers à distance sécurisé basé sur le protocole de transfert de fichiers FTP. <a href="https://geekflare.com/fr/sftp-command-examples/">(15 Exemples de commandes SFTP sous Linux)</a></em></p>
|
||||
|
||||
<p>Pour télécharger un fichier à partir d’un serveur distant, utilisez la syntaxe de commande suivante :
|
||||
<code class="language-plaintext highlighter-rouge">$ sftp {utilisateur}@{hôte distant}:{nom-de-fichier-distant} {nom-de-fichier-local}</code></p>
|
||||
|
||||
<p>Connexion serveur SFTP avec clef<br />
|
||||
<code class="language-plaintext highlighter-rouge">sftp -P {Port} -i {nom-de-fichier-clef} {utilisateur}@{hôte distant}</code></p>
|
||||
|
||||
<p>Pour obtenir de l’aide sur les commandes disponibles et la syntaxe de SFTP, utilisez <code class="language-plaintext highlighter-rouge">‘?‘</code> ou <code class="language-plaintext highlighter-rouge">‘help‘</code></p>
|
||||
|
||||
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sftp> ?
|
||||
Commandes disponibles :
|
||||
bye Quitter sftp
|
||||
<span class="nb">cd </span>chemin Changer le répertoire distant en <span class="s2">"chemin"</span>
|
||||
<span class="nb">chgrp</span> <span class="o">[</span><span class="nt">-h</span><span class="o">]</span> grp path Change le groupe <span class="nb">du </span>fichier <span class="s1">'path'</span> en <span class="s1">'grp'</span>
|
||||
<span class="nb">chmod</span> <span class="o">[</span><span class="nt">-h</span><span class="o">]</span> mode chemin Changer les permissions <span class="nb">du </span>fichier <span class="s1">'chemin'</span> en <span class="s1">'mode'</span>
|
||||
<span class="nb">chown</span> <span class="o">[</span><span class="nt">-h</span><span class="o">]</span> own chemin Changer le propriétaire <span class="nb">du </span>fichier <span class="s1">'chemin'</span> en <span class="s1">'own'</span>
|
||||
<span class="nb">df</span> <span class="o">[</span><span class="nt">-hi</span><span class="o">]</span> <x><x>[chemin]</x></x> Affiche les statistiques <span class="nb">du </span>répertoire ou <span class="nb">du </span>système de
|
||||
répertoire ou <span class="nb">du </span>système de fichiers contenant <span class="s1">'path'</span>
|
||||
<span class="nb">exit </span>Quitter sftp
|
||||
get <span class="o">[</span><span class="nt">-afpR</span><span class="o">]</span> remote <x>[local]</x> Télécharger un fichier
|
||||
<span class="nb">help </span>Affiche ce texte d<span class="s1">'aide
|
||||
lcd path Modifier le répertoire local en '</span>path<span class="s1">'
|
||||
lls [ls-options <x><x>[path]]</x></x> Affiche la liste du répertoire local
|
||||
lmkdir path Créer un répertoire local
|
||||
ln [-s] oldpath newpath Lier un fichier distant (-s pour un lien symbolique)
|
||||
lpwd Imprimer le répertoire de travail local
|
||||
ls [-1afhlnrSt] <x><x>[path]</x></x> Afficher la liste des répertoires distants
|
||||
lumask umask Définir l'</span><span class="nb">umask local </span>à <span class="s1">'umask'</span>
|
||||
<span class="nb">mkdir </span>path Créer un répertoire distant
|
||||
progress Basculer l<span class="s1">'affichage de l'</span>indicateur de progression
|
||||
put <span class="o">[</span><span class="nt">-afpR</span><span class="o">]</span> <span class="nb">local</span> <x>[remote]</x> Télécharger un fichier
|
||||
<span class="nb">pwd </span>Afficher le répertoire de travail distant
|
||||
quit Quitter sftp
|
||||
reget <span class="o">[</span><span class="nt">-fpR</span><span class="o">]</span> remote <x>[local]</x> Reprendre le téléchargement <span class="nb">du </span>fichier
|
||||
rename oldpath newpath Renommer le fichier distant
|
||||
reput <span class="o">[</span><span class="nt">-fpR</span><span class="o">]</span> <span class="nb">local</span> <x>[remote]</x> Reprendre le téléchargement <span class="nb">du </span>fichier
|
||||
<span class="nb">rm </span>path Supprimer le fichier distant
|
||||
<span class="nb">rmdir </span>path Supprimer le répertoire distant
|
||||
symlink oldpath newpath Symlink fichier distant
|
||||
version Affiche la version SFTP
|
||||
<span class="o">!</span><span class="nb">command </span>Exécuter <span class="s1">'command'</span> dans l<span class="s1">'interpréteur de commandes local
|
||||
! Echapper à l'</span>interpréteur de commandes <span class="nb">local</span>
|
||||
? Synonyme de <span class="nb">help
|
||||
</span>sftp>
|
||||
</code></pre></div></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -884,7 +884,7 @@ function topFunction() {
|
||||
 </div>
|
||||
-->
|
||||
</footer>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner NEW</a></div><div class="next"><span>SUIVANT</span><a href="/2023/11/14/VPS-Time4_debian.html">TIME4VPS Debian 12 wireguard</a></div></div></div>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner - sftp</a></div><div class="next"><span>SUIVANT</span><a href="/2023/11/14/VPS-Time4_debian.html">TIME4VPS Debian 12 wireguard</a></div></div></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -729,7 +729,7 @@ var _$src_8 = {};
|
||||
</li></ul><ul class="right-col menu"><li>
|
||||
<i class="far fa-calendar-alt"></i> <span title="Création" style="color:#FF00FF">22 févr. 2024</span>
|
||||
|
||||
<span title="Modification" style="color:#00FF7F">1r août 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-08-01T00:00:00+02:00">
|
||||
<span title="Modification" style="color:#00FF7F"> 2 nov. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-11-02T00:00:00+01:00">
|
||||
<meta itemprop="keywords" content="divers"><div class="js-article-content">
|
||||
<div class="layout--article"><!-- start custom article top snippet -->
|
||||
<style>
|
||||
@ -787,6 +787,12 @@ function topFunction() {
|
||||
<div class="toc-aside js-toc-root"></div>
|
||||
</details><p><em><a href="https://ntfy.sh/">Ntfy</a>, qui se prononce “notify”, est un service de notification ultra léger, permettant d’envoyer des messages vers un smartphone ou un ordinateur via de simples scripts, sans besoin de compte et totalement gratuitement !</em></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://docs.ntfy.sh/publish/">Publishing</a></li>
|
||||
<li><a href="https://docs.ntfy.sh/emojis/">Emoji reference</a></li>
|
||||
<li><a href="https://gist.github.com/BuonOmo/77b75349c517defb01ef1097e72227af">UTF-8 emojis in bash or zsh</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="ntfy">Ntfy</h2>
|
||||
|
||||
<h3 id="installation">Installation</h3>
|
||||
|
@ -729,7 +729,7 @@ var _$src_8 = {};
|
||||
</li></ul><ul class="right-col menu"><li>
|
||||
<i class="far fa-calendar-alt"></i> <span title="Création" style="color:#FF00FF"> 3 juin 2024</span>
|
||||
|
||||
<span title="Modification" style="color:#00FF7F">15 oct. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-10-15T00:00:00+02:00">
|
||||
<span title="Modification" style="color:#00FF7F"> 7 nov. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-11-07T00:00:00+01:00">
|
||||
<meta itemprop="keywords" content="messagerie"><div class="js-article-content">
|
||||
<div class="layout--article"><!-- start custom article top snippet -->
|
||||
<style>
|
||||
@ -788,38 +788,6 @@ function topFunction() {
|
||||
</details><p><em>Maddy Mail Server met en œuvre toutes les fonctionnalités requises pour faire fonctionner un serveur de courrier électronique. Il peut envoyer des messages via SMTP (fonctionne comme MTA), accepter des messages via SMTP (fonctionne comme MX) et stocker des messages tout en y donnant accès via IMAP. En outre, il met en œuvre des protocoles auxiliaires qui sont obligatoires pour assurer une sécurité raisonnable du courrier électronique (DKIM, SPF, DMARC, DANE, MTA-STS).<br />
|
||||
Il remplace Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC et d’autres encore par un seul démon avec une configuration uniforme et un coût de maintenance minimal.</em></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#maddy-mail-server">Maddy Mail Server</a>
|
||||
<ul>
|
||||
<li><a href="#installation">Installation</a></li>
|
||||
<li><a href="#configuration-système">Configuration système</a></li>
|
||||
<li><a href="#nom-hôte--domaine">Nom hôte + domaine</a></li>
|
||||
<li><a href="#enregistrements-dns">Enregistrements DNS</a></li>
|
||||
<li><a href="#certificats-tls">Certificats TLS</a></li>
|
||||
<li><a href="#première-exécution">Première exécution</a>
|
||||
<ul>
|
||||
<li><a href="#dkim">DKIM</a></li>
|
||||
<li><a href="#dmarc">DMARC</a></li>
|
||||
<li><a href="#mta-sts">MTA-STS</a></li>
|
||||
<li><a href="#tlsa-dane">TLSA (DANE)</a></li>
|
||||
<li><a href="#dns-complet">DNS complet</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#outils-de-test">Outils de test</a></li>
|
||||
<li><a href="#comptes-utilisateurs">Comptes utilisateurs</a>
|
||||
<ul>
|
||||
<li><a href="#gestion-sqlite3">Gestion sqlite3</a></li>
|
||||
<li><a href="#gestion-lldap-active">Gestion LLDAP (ACTIVE)</a></li>
|
||||
<li><a href="#alias-de-messagerie">Alias de messagerie</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#parefeu">Parefeu</a></li>
|
||||
<li><a href="#msmtp">msmtp</a></li>
|
||||
<li><a href="#conclusion">Conclusion</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="maddy-mail-server">Maddy Mail Server</h2>
|
||||
|
||||
<ul>
|
||||
@ -836,10 +804,18 @@ Il remplace Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC et d’autres encore
|
||||
|
||||
<p><em>Mise en place un serveur de messagerie utilisant maddy</em></p>
|
||||
|
||||
<p>ATTENTION: Le serveur rnmkcy.eu ne dispose pas d’une adresse IPV6 car le réseau est géré par un pont. De plus le fournisseur d’accès internet ne gère pas le DNS Reverse IPV6.</p>
|
||||
|
||||
<p>Prérequis :</p>
|
||||
|
||||
<ul>
|
||||
<li>Serveur Debian 12 (Vérifier que le fournisseur ne bloque pas le trafic SMTP port TCP 25)</li>
|
||||
<li>Serveur Debian 12
|
||||
<ul>
|
||||
<li><a href="/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html#d%C3%A9sactiver-ipv6">Désactiver IPV6 sur une debian 12</a></li>
|
||||
<li>Vérifier que le fournisseur d’accès internet ne bloque pas le trafic SMTP port TCP 25</li>
|
||||
<li>Activer le DNS Reverse IPV4 rnmkcy.eu chez le fournisseur d’accès internet</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Domaine OVH : rnmkcy.eu
|
||||
<ul>
|
||||
<li>Protection DNS contre le transfert</li>
|
||||
@ -926,7 +902,6 @@ Ajoutez tous les autres domaines à la ligne <code class="language-plaintext hig
|
||||
<p>Pour la partie mail</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> IN MX 10 mx1.rnmkcy.eu.
|
||||
mx1 IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
mx1 IN A 82.64.18.243
|
||||
</code></pre></div></div>
|
||||
|
||||
@ -1158,8 +1133,9 @@ Copier/coller le contenu du certificat <code class="language-plaintext highlight
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>_25._tcp.mx1.rnmkcy.eu. IN TLSA 3 1 1 808314aa48da6e9b96fcfbac7e2febdc8fc7ee5f1bfd245a63a78f3c8a6b683b
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Test<br />
|
||||
<img src="/images/rnmkcy.eu-tlsa2.png" alt="" width="600" /></p>
|
||||
<p>Test: <code class="language-plaintext highlighter-rouge">dig _25._tcp.mx1.rnmkcy.eu tlsa +dnssec +multi</code></p>
|
||||
|
||||
<p><img src="/images/rnmkcy.eu-tlsa2.png" alt="" width="600" /></p>
|
||||
|
||||
<h4 id="dns-complet">DNS complet</h4>
|
||||
|
||||
@ -1168,17 +1144,14 @@ Copier/coller le contenu du certificat <code class="language-plaintext highlight
|
||||
IN NS dns110.ovh.net.
|
||||
IN NS ns110.ovh.net.
|
||||
IN MX 10 mx1.rnmkcy.eu.
|
||||
IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
IN A 82.64.18.243
|
||||
IN CAA 128 issue "letsencrypt.org"
|
||||
* IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
* IN A 82.64.18.243
|
||||
_25._tcp.mx1 IN TLSA 3 1 1 808314aa48da6e9b96fcfbac7e2febdc8fc7ee5f1bfd245a63a78f3c8a6b683b
|
||||
_dmarc IN TXT "v=DMARC1; p=quarantine; rua=mailto:postmaster@rnmkcy.eu"
|
||||
_mta-sts IN TXT "v=STSv1; id=1"
|
||||
_smtp._tls IN TXT "v=TLSRPTv1;rua=mailto:postmaster@rnmkcy.eu"
|
||||
default._domainkey IN TXT ( "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0B...QJJzR7M0arF8jdQIDAQAB" )
|
||||
mx1 IN AAAA 2a01:e0a:9c8:2080:64de:1eff:fe0e:f3eb
|
||||
mx1 IN A 82.64.18.243
|
||||
</code></pre></div></div>
|
||||
|
||||
@ -1195,7 +1168,8 @@ L’outil est approuvé par HIPAA, CCPA, PCI, GDPR et d’autres réglementation
|
||||
<img src="/images/rnmkcy.eu-checktls.png" alt="" width="600" /></p>
|
||||
|
||||
<p><a href="https://ssl-tools.net/mailservers">SSL-Tools</a> est un outil assez simple qui permet d’entrer la partie « domaine » d’une adresse électronique et de tester sa sécurité.<br />
|
||||
<img src="/images/rnmkcy.eu-ssltools.png" alt="" width="600" /></p>
|
||||
<img src="/images/rnmkcy.eu-ssltools.png" alt="" width="600" /> <br />
|
||||
<img src="/images/rnmkcy.eu-ssltools-a.png" alt="" width="600" /></p>
|
||||
|
||||
<p><a href="https://www.immuniweb.com/ssl/">ImmuniWeb</a> offre un outil efficace pour tester la sécurité SSL.<br />
|
||||
<img src="/images/rnmkcy.eu-immuniweb.png" alt="" width="600" /></p>
|
||||
@ -1206,10 +1180,10 @@ L’outil est approuvé par HIPAA, CCPA, PCI, GDPR et d’autres réglementation
|
||||
<p><a href="https://mxtoolbox.com/mta-sts.aspx">MTA-STS Lookup - Check domains for Inbound Transport Layer Security (TLS) Enforcement - MxToolbox</a>
|
||||
<img src="/images/rnmkcy.eu-mta-sts.png" alt="" /></p>
|
||||
|
||||
<p><a href="https://mxtoolbox.com/SuperTool.aspx">Mx lookup - MxToolBox</a><br />
|
||||
<p><a href="https://mxtoolbox.com/diagnostic.aspx">MxToolbox</a>
|
||||
<img src="/images/rnmkcy.eu-mx-lookup.png" alt="" /></p>
|
||||
|
||||
<p><a href="https://mxtoolbox.com/diagnostic.aspx">MxToolbox</a>
|
||||
<p><a href="https://mxtoolbox.com/SuperTool.aspx">Mx lookup - MxToolBox</a><br />
|
||||
<img src="/images/rnmkcy.eu-mxtoolbox.png" alt="" /></p>
|
||||
|
||||
<h3 id="comptes-utilisateurs">Comptes utilisateurs</h3>
|
||||
@ -1318,6 +1292,9 @@ auth.ldap local_authdb {
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># adresse mail alias: adresse mail destinataire
|
||||
achats@rnmkcy.eu: yann@rnmkcy.eu
|
||||
hideme@rnmkcy.eu: yann@rnmkcy.eu
|
||||
vpn@rnmkcy.eu: yann@rnmkcy.eu
|
||||
postmaster@rnmkcy.eu: yann@rnmkcy.eu
|
||||
abuse@rnmkcy.eu: yann@rnmkcy.eu
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Redémarrer le service</p>
|
||||
|
@ -732,7 +732,7 @@ var _$src_8 = {};
|
||||
</li></ul><ul class="right-col menu"><li>
|
||||
<i class="far fa-calendar-alt"></i> <span title="Création" style="color:#FF00FF"> 7 oct. 2024</span>
|
||||
|
||||
<span title="Modification" style="color:#00FF7F">31 oct. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-10-31T00:00:00+01:00">
|
||||
<span title="Modification" style="color:#00FF7F">1r nov. 2024</span></li></ul></div><meta itemprop="datePublished" content="2024-11-01T00:00:00+01:00">
|
||||
<meta itemprop="keywords" content="archlinux,chiffrement"><div class="js-article-content">
|
||||
<div class="layout--article"><!-- start custom article top snippet -->
|
||||
<style>
|
||||
@ -1419,6 +1419,55 @@ default via 192.168.10.1 dev bridge0 proto static metric 425
|
||||
|
||||
<p>L’ interface <strong>enp0s31f6</strong> a désormais une valeur métrique de 10</p>
|
||||
|
||||
<h4 id="ajout-carte-réseau-25ghz">Ajout carte réseau 2.5Ghz</h4>
|
||||
|
||||
<p><em>Carte tp-link pcie 2.5Ghz TX201</em><br />
|
||||
<img src="/images/Tx201-tp-link.png" alt="" height="200" /></p>
|
||||
|
||||
<p>Liste des périphèriques réseau</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ip link
|
||||
</code></pre></div></div>
|
||||
|
||||
<p><img src="/images/Tx201-tp-link01.png" alt="" /><br />
|
||||
enp2s0 : carte tp-link 2.5ghz</p>
|
||||
|
||||
<p>créer un nouveau profil de connexion, par exemple sous le nom “tp-link”</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>nmcli connection add con-name tp-link ifname enp2s0 type ethernet
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>activer le profil.</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo nmcli connection up tp-link
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Les périphériques</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>nmcli device
|
||||
</code></pre></div></div>
|
||||
|
||||
<p><img src="/images/Tx201-tp-link02.png" alt="" /></p>
|
||||
|
||||
<p>Profil “tp-link”: enp2s0 f0:09:0d:fa:af:ff</p>
|
||||
|
||||
<p>Désactiver le profil eth_enp0s31f6</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo nmcli connection down eth_enp0s31f6
|
||||
</code></pre></div></div>
|
||||
|
||||
<p><em>Connexion « eth_enp0s31f6 » désactivée (chemin D-Bus actif : /org/freedesktop/NetworkManager/ActiveConnection/8)</em> <br />
|
||||
<img src="/images/Tx201-tp-link03.png" alt="" /><br />
|
||||
Débrancher le câble réseau<br />
|
||||
<img src="/images/Tx201-tp-link04.png" alt="" /></p>
|
||||
|
||||
<p>Désactiver le périphérique réseau embarqué “enp0s31f6” via le BIOS<br />
|
||||
Après redémarrage<br />
|
||||
<img src="/images/Tx201-tp-link05.png" alt="" /></p>
|
||||
|
||||
<p>Les métriques<br />
|
||||
<img src="/images/Tx201-tp-link06.png" alt="" /></p>
|
||||
|
||||
<h3 id="partage-disque">Partage disque</h3>
|
||||
|
||||
<p><a href="/2022/08/03/Partage_disque_externe_USB_sur_Freebox.html">Partage disque externe USB sur Freebox</a></p>
|
||||
|
@ -896,7 +896,7 @@ Pour configurer votre connexion en DHCP :</p>
|
||||
 </div>
|
||||
-->
|
||||
</footer>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2024/10/29/Lenovo_Serveur_MySpeed.html">Lenovo Serveur MySpeed</a></div></div></div>
|
||||
<div class="article__section-navigator clearfix"><div class="previous"><span>PRÉCÉDENT</span><a href="/2024/10/29/Lenovo_Serveur_MySpeed.html">Lenovo Serveur MySpeed</a></div><div class="next"><span>SUIVANT</span><a href="/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html">Contabo VPS debian 12 (bookworm) - Yunohost xoyaz.xyz</a></div></div></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
2560
static/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html
Normal file
2560
static/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html
Normal file
File diff suppressed because one or more lines are too long
@ -729,7 +729,7 @@ var _$src_8 = {};
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<button type="button" class="button button--secondary button--pill tag-button tag-button--all" data-encode="">
|
||||
Show All<div class="tag-button__count">747</div>
|
||||
Show All<div class="tag-button__count">748</div>
|
||||
</button>
|
||||
</li><li><button type="button" class="button button--pill tag-button tag-button-1" data-encode="android">
|
||||
<span>android</span><div class="tag-button__count">14</div>
|
||||
@ -939,7 +939,7 @@ var _$src_8 = {};
|
||||
<span>vpn</span><div class="tag-button__count">18</div>
|
||||
</button>
|
||||
</li><li><button type="button" class="button button--pill tag-button tag-button-2" data-encode="vps">
|
||||
<span>vps</span><div class="tag-button__count">28</div>
|
||||
<span>vps</span><div class="tag-button__count">29</div>
|
||||
</button>
|
||||
</li><li><button type="button" class="button button--pill tag-button tag-button-1" data-encode="wifi">
|
||||
<span>wifi</span><div class="tag-button__count">5</div>
|
||||
@ -954,16 +954,24 @@ var _$src_8 = {};
|
||||
<span>xterm</span><div class="tag-button__count">1</div>
|
||||
</button>
|
||||
</li><li><button type="button" class="button button--pill tag-button tag-button-3" data-encode="yunohost">
|
||||
<span>yunohost</span><div class="tag-button__count">53</div>
|
||||
<span>yunohost</span><div class="tag-button__count">54</div>
|
||||
</button>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="js-result layout--archive__result d-none"><div class="article-list items"><section><h2 class="article-list__group-header">2024</h2><ul class="items"><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="archlinux,chiffrement">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">31 oct. </span><a itemprop="headline" class="item__header" href="/2024/10/07/PC1-EndeavourOS-XFCE-nvme_2To-LVM-Chiffre.html">PC1 - Endeavour Neo XFCE sur partition LVM chiffrée</a></div>
|
||||
<div class="js-result layout--archive__result d-none"><div class="article-list items"><section><h2 class="article-list__group-header">2024</h2><ul class="items"><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="debian">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500"> 7 nov. </span><a itemprop="headline" class="item__header" href="/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html">Lenovo Serveur Debian 12 rnmkcy.eu</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="messagerie">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500"> 7 nov. </span><a itemprop="headline" class="item__header" href="/2024/06/03/Serveur_messagerie_IMAP_SMTP_rnmkcy.eu.html">Maddy Mail Server rnmkcy.eu</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="vps,yunohost">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500"> 6 nov. </span><a itemprop="headline" class="item__header" href="/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html">Contabo VPS debian 12 (bookworm) - Yunohost xoyaz.xyz</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="borgbackup,yunohost">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500"> 2 nov. </span><a itemprop="headline" class="item__header" href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner - sftp</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="divers">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500"> 2 nov. </span><a itemprop="headline" class="item__header" href="/2024/02/22/Ntfy.html">Ntfy service de notification</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="archlinux,chiffrement">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">1r nov. </span><a itemprop="headline" class="item__header" href="/2024/10/07/PC1-EndeavourOS-XFCE-nvme_2To-LVM-Chiffre.html">PC1 - Endeavour Neo XFCE sur partition LVM chiffrée</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="network">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">31 oct. </span><a itemprop="headline" class="item__header" href="/2024/10/31/NetworkManager-nmcli.html">Réseau NetworkManager - nmcli</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="debian">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">29 oct. </span><a itemprop="headline" class="item__header" href="/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html">Lenovo Serveur Debian 12 rnmkcy.eu</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="debian">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">29 oct. </span><a itemprop="headline" class="item__header" href="/2024/10/29/Lenovo_Serveur_MySpeed.html">Lenovo Serveur MySpeed</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="routeur">
|
||||
@ -976,8 +984,6 @@ var _$src_8 = {};
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">26 oct. </span><a itemprop="headline" class="item__header" href="/2020/08/03/syntaxe-markdown.html">Syntaxe markdown</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="virtuel">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">22 oct. </span><a itemprop="headline" class="item__header" href="/2024/07/15/Lenovo-KVM-Alpine_Linux_vm-ouestline.html">Lenovo KVM - Alpine Linux vm-ouestline</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="messagerie">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">15 oct. </span><a itemprop="headline" class="item__header" href="/2024/06/03/Serveur_messagerie_IMAP_SMTP_rnmkcy.eu.html">Maddy Mail Server rnmkcy.eu</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="cartographie">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">14 oct. </span><a itemprop="headline" class="item__header" href="/2024/10/14/OSM_Python.html">Cartographie</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="nfs">
|
||||
@ -1030,8 +1036,6 @@ var _$src_8 = {};
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">14 août </span><a itemprop="headline" class="item__header" href="/2022/10/08/Description_materiel_Lenovo_ThinkCentre_M700_Tiny_et_mise_a_jour_BIOS.html">Lenovo ThinkCentre M700 Tiny - Description matériel et mise à jour BIOS</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="lvm">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">10 août </span><a itemprop="headline" class="item__header" href="/2024/07/24/Ajout_disque_stockage_SSD.html">Ajout disque stockage SSD</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="divers">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">1r août </span><a itemprop="headline" class="item__header" href="/2024/02/22/Ntfy.html">Ntfy service de notification</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="authentification">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">24 juil.</span><a itemprop="headline" class="item__header" href="/2024/03/05/Authelia_serveur_authentification_et_autorisation.html">SSO Authelia</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="serveur">
|
||||
@ -1090,8 +1094,6 @@ var _$src_8 = {};
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">28 févr.</span><a itemprop="headline" class="item__header" href="/2023/12/24/Serveur_messagerie_IMAP_SMTP.html">Serveur de messagerie IMAP SMTP</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="messagerie">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">28 févr.</span><a itemprop="headline" class="item__header" href="/2024/02/23/Envoi_de_message_en_ligne_de_commande_avec_msmtp.html">Envoi de message en ligne de commande en utilisant msmtp</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="borgbackup,yunohost">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">22 févr.</span><a itemprop="headline" class="item__header" href="/2023/10/31/BorgBackup_vers-Boite_de_stockage.html">BorgBackup vers boîte de stockage BX11 Hetzner NEW</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="divers">
|
||||
<div class="item__content"><span class="item__meta" style="color:#ff9500">22 févr.</span><a itemprop="headline" class="item__header" href="/2024/02/22/sqlite3.html">Base de données Sqlite3</a></div>
|
||||
</li><li class="item" itemscope itemtype="http://schema.org/BlogPosting" data-tags="ssl">
|
||||
|
@ -2040,7 +2040,7 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
'date':"2023-09-29"
|
||||
},{'title':"Lenovo Serveur Debian 12 rnmkcy.eu",'url':"/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html",
|
||||
'create':"2024-02-17",
|
||||
'date':"2024-10-29"
|
||||
'date':"2024-11-07"
|
||||
},{'title':"Plymouth - Processus de démarrage graphique",'url':"/2023/10/14/Plymouth_Processus_de_demarrage_graphique.html",
|
||||
'create':"2023-10-14",
|
||||
'date':"2023-10-14"
|
||||
@ -2053,9 +2053,9 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
},{'title':"LibreTranslate API de traduction",'url':"/2023/10/27/LibreTranslate.html",
|
||||
'create':"2023-10-27",
|
||||
'date':"2024-01-12"
|
||||
},{'title':"BorgBackup vers boîte de stockage BX11 Hetzner NEW",'url':"/2023/10/31/BorgBackup_vers-Boite_de_stockage.html",
|
||||
},{'title':"BorgBackup vers boîte de stockage BX11 Hetzner - sftp",'url':"/2023/10/31/BorgBackup_vers-Boite_de_stockage.html",
|
||||
'create':"2023-10-31",
|
||||
'date':"2024-02-22"
|
||||
'date':"2024-11-02"
|
||||
},{'title':"PACMAN Créer une liste des paquets installés et les installer plus tard dans Arch Linux",'url':"/2023/11/03/Archlinux-PACMAN_Liste_des_paquets_installes_et_reinstallation.html",
|
||||
'create':"2023-11-03",
|
||||
'date':"2023-11-03"
|
||||
@ -2097,7 +2097,7 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
'date':"2024-02-20"
|
||||
},{'title':"Ntfy service de notification",'url':"/2024/02/22/Ntfy.html",
|
||||
'create':"2024-02-22",
|
||||
'date':"2024-08-01"
|
||||
'date':"2024-11-02"
|
||||
},{'title':"Base de données Sqlite3",'url':"/2024/02/22/sqlite3.html",
|
||||
'create':"2024-02-22",
|
||||
'date':"2024-02-22"
|
||||
@ -2154,7 +2154,7 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
'date':"2024-06-01"
|
||||
},{'title':"Maddy Mail Server rnmkcy.eu",'url':"/2024/06/03/Serveur_messagerie_IMAP_SMTP_rnmkcy.eu.html",
|
||||
'create':"2024-06-03",
|
||||
'date':"2024-10-15"
|
||||
'date':"2024-11-07"
|
||||
},{'title':"LLdap serveur (Debian)",'url':"/2024/06/15/LLDAP_simple_serveur_authentification.html",
|
||||
'create':"2024-06-15",
|
||||
'date':"2024-06-15"
|
||||
@ -2226,7 +2226,7 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
'date':"2024-10-02"
|
||||
},{'title':"PC1 - Endeavour Neo XFCE sur partition LVM chiffrée",'url':"/2024/10/07/PC1-EndeavourOS-XFCE-nvme_2To-LVM-Chiffre.html",
|
||||
'create':"2024-10-07",
|
||||
'date':"2024-10-31"
|
||||
'date':"2024-11-01"
|
||||
},{'title':"Cartographie",'url':"/2024/10/14/OSM_Python.html",
|
||||
'create':"2024-10-14",
|
||||
'date':"2024-10-14"
|
||||
@ -2239,4 +2239,7 @@ window.TEXT_SEARCH_DATA={'posts':[{'title':"Check a Website Response Time from t
|
||||
},{'title':"Réseau NetworkManager - nmcli",'url':"/2024/10/31/NetworkManager-nmcli.html",
|
||||
'create':"2024-10-31",
|
||||
'date':"2024-10-31"
|
||||
},{'title':"Contabo VPS debian 12 (bookworm) - Yunohost xoyaz.xyz",'url':"/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html",
|
||||
'create':"2024-11-06",
|
||||
'date':"2024-11-06"
|
||||
}]};
|
||||
|
6216
static/feed.xml
6216
static/feed.xml
File diff suppressed because it is too large
Load Diff
@ -800,7 +800,6 @@ function topFunction() {
|
||||
<li><a href="htmldoc/firewalld - Le pare-feu facile sous Linux.html">firewalld - Le pare-feu facile sous Linux</a></li>
|
||||
<li><a href="htmldoc/Install ONLYOFFICE Docs Community on Debian Ubuntu.html">Install ONLYOFFICE Docs Community on Debian Ubuntu</a></li>
|
||||
<li><a href="htmldoc/Maddy mail server.html">Maddy mail server</a></li>
|
||||
<li><a href="htmldoc/BorgBackup, outil de sauvegarde.html">BorgBackup, outil de sauvegarde</a></li>
|
||||
<li><a href="htmldoc/Activer et configurer les appareils Bluetooth.html">Activer et configurer les appareils Bluetooth</a></li>
|
||||
<li><a href="htmldoc/Comment activer désactiver le pare-feu sur Alpine Linux.html">Comment activer désactiver le pare-feu sur Alpine Linux</a></li>
|
||||
<li><a href="htmldoc/Comment installer et configurer Postfix en tant que serveur SMTP à émission seule sur Ubuntu 18.04.html">Comment installer et configurer Postfix en tant que serveur SMTP à émission seule sur Ubuntu 18.04</a></li>
|
||||
|
9185
static/index.html
9185
static/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,63 @@
|
||||
[
|
||||
|
||||
|
||||
{
|
||||
|
||||
"title" : "Lenovo Serveur Debian 12 rnmkcy.eu",
|
||||
"url" : "/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html",
|
||||
"tags" : "debian",
|
||||
"create" : "2024-02-17",
|
||||
"date" : "2024-11-07"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Maddy Mail Server rnmkcy.eu",
|
||||
"url" : "/2024/06/03/Serveur_messagerie_IMAP_SMTP_rnmkcy.eu.html",
|
||||
"tags" : "messagerie",
|
||||
"create" : "2024-06-03",
|
||||
"date" : "2024-11-07"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Contabo VPS debian 12 (bookworm) - Yunohost xoyaz.xyz",
|
||||
"url" : "/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html",
|
||||
"tags" : "vps, yunohost",
|
||||
"create" : "2024-11-06",
|
||||
"date" : "2024-11-06"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "BorgBackup vers boîte de stockage BX11 Hetzner - sftp",
|
||||
"url" : "/2023/10/31/BorgBackup_vers-Boite_de_stockage.html",
|
||||
"tags" : "borgbackup, yunohost",
|
||||
"create" : "2023-10-31",
|
||||
"date" : "2024-11-02"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Ntfy service de notification",
|
||||
"url" : "/2024/02/22/Ntfy.html",
|
||||
"tags" : "divers",
|
||||
"create" : "2024-02-22",
|
||||
"date" : "2024-11-02"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "PC1 - Endeavour Neo XFCE sur partition LVM chiffrée",
|
||||
"url" : "/2024/10/07/PC1-EndeavourOS-XFCE-nvme_2To-LVM-Chiffre.html",
|
||||
"tags" : "archlinux, chiffrement",
|
||||
"create" : "2024-10-07",
|
||||
"date" : "2024-10-31"
|
||||
"date" : "2024-11-01"
|
||||
|
||||
} ,
|
||||
|
||||
@ -21,16 +71,6 @@
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Lenovo Serveur Debian 12 rnmkcy.eu",
|
||||
"url" : "/2023/10/10/Debian_12_Serveur_Lenovo_Thinkcentre_M700_Tiny_M.2_SSD_500Go.html",
|
||||
"tags" : "debian",
|
||||
"create" : "2024-02-17",
|
||||
"date" : "2024-10-29"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Lenovo Serveur MySpeed",
|
||||
@ -91,16 +131,6 @@
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Maddy Mail Server rnmkcy.eu",
|
||||
"url" : "/2024/06/03/Serveur_messagerie_IMAP_SMTP_rnmkcy.eu.html",
|
||||
"tags" : "messagerie",
|
||||
"create" : "2024-06-03",
|
||||
"date" : "2024-10-15"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Cartographie",
|
||||
@ -361,16 +391,6 @@
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Ntfy service de notification",
|
||||
"url" : "/2024/02/22/Ntfy.html",
|
||||
"tags" : "divers",
|
||||
"create" : "2024-02-22",
|
||||
"date" : "2024-08-01"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "SSO Authelia",
|
||||
@ -661,16 +681,6 @@
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "BorgBackup vers boîte de stockage BX11 Hetzner NEW",
|
||||
"url" : "/2023/10/31/BorgBackup_vers-Boite_de_stockage.html",
|
||||
"tags" : "borgbackup, yunohost",
|
||||
"create" : "2023-10-31",
|
||||
"date" : "2024-02-22"
|
||||
|
||||
} ,
|
||||
|
||||
{
|
||||
|
||||
"title" : "Base de données Sqlite3",
|
||||
|
@ -2989,6 +2989,10 @@
|
||||
<lastmod>2024-10-31T00:00:00+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://static.rnmkcy.eu/2024/11/06/Contabo_VPS_debian_bookworm-Yunohost.html</loc>
|
||||
<lastmod>2024-11-06T00:00:00+01:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://static.rnmkcy.eu/aide-jekyll-text-theme.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user