framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

#adminsys

3 messages1 participant0 message aujourd’hui
irrlichtHop du coup je sors un court article a ce propos avec quelques détails en plusse et des sources<br><br><a href="https://blog.mindlair.fr/heritage-de-directive-dans-nginx-et-cas-particuliers-proxy_pass-uwsgi_pass.html" rel="nofollow noopener noreferrer" target="_blank">https://blog.mindlair.fr/heritage-de-directive-dans-nginx-et-cas-particuliers-proxy_pass-uwsgi_pass.html</a><br><br>Intéressant, c'est la première fois que j'ai l'occasion d'utiliser les text fragments pour citer du texte sur une autre page. J'suis trop heureux.<br>Voir : <a href="https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Fragment/Text_fragments" rel="nofollow noopener noreferrer" target="_blank">https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Fragment/Text_fragments</a><br><br><a class="hashtag" href="https://social.lithio.fr/tag/nginx" rel="nofollow noopener noreferrer" target="_blank">#nginx</a> <a class="hashtag" href="https://social.lithio.fr/tag/adminsys" rel="nofollow noopener noreferrer" target="_blank">#adminSys</a>
irrlichtMy head broke ok<br><br><a class="hashtag" href="https://social.lithio.fr/tag/nginx" rel="nofollow noopener noreferrer" target="_blank">#nginx</a> <a class="hashtag" href="https://social.lithio.fr/tag/adminsys" rel="nofollow noopener noreferrer" target="_blank">#adminSys</a>
irrlichtToday I learned<br><br>Nginx request handlers are never inherited<br>So, in a nested location block :<br><br>location /a {<br> add_header …<br> …<br> proxy_pass http://myproxy<br><br> location ~* [some_regexp] {<br> {<br> …<br> }<br>}<br><br>The second block would *not* inherit the proxy_pass directive and since it's a regexp matching, the request processing woud stop.<br>Hence, resulting in a 404 since your request is not passed to the proxy.<br>One need to repeat the proxy_pass directive in each and very nested blocks<br><br>I have no idea why<br><br>Source, this answer by Maxim Dounin about this issue :<br>"The idea is that a request handler (proxy_pass in your case) is<br>always explicitly set for a location. Hence handlers are not<br>inherited.<br><br>If you want to drop something redundant, than I would recommend to<br>drop an URI part in proxy_pass intead"<br><br>link: <a href="https://mailman.nginx.org/pipermail/nginx/2013-October/040731.html" rel="nofollow noopener noreferrer" target="_blank">https://mailman.nginx.org/pipermail/nginx/2013-October/040731.html</a><br><br><a class="hashtag" href="https://social.lithio.fr/tag/nginx" rel="nofollow noopener noreferrer" target="_blank">#nginx</a> <a class="hashtag" href="https://social.lithio.fr/tag/adminsys" rel="nofollow noopener noreferrer" target="_blank">#adminSys</a>
Stéphane Klein<p>Je viens de publier ce <a href="https://social.coop/tags/playground" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>playground</span></a> <a href="https://github.com/stephane-klein/append-only-backup-playground" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/stephane-klein/appe</span><span class="invisible">nd-only-backup-playground</span></a> qui permet de configurer des buckets Object Storage (<a href="https://social.coop/tags/scaleway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scaleway</span></a> et <a href="https://social.coop/tags/backblaze" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>backblaze</span></a>) pour mettre en place des systèmes de sauvegarde sécurisés en mode append-only (WORM).</p><p>Plus d'informations dans cette note : <a href="https://notes.sklein.xyz/2025-03-29_1017/zen/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">notes.sklein.xyz/2025-03-29_10</span><span class="invisible">17/zen/</span></a></p><p><a href="https://social.coop/tags/backup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>backup</span></a> <a href="https://social.coop/tags/sauvegarde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sauvegarde</span></a> <a href="https://social.coop/tags/ransomware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ransomware</span></a> <a href="https://social.coop/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://social.coop/tags/adminsys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adminsys</span></a></p>
fouine :fediverse:<p><span class="h-card" translate="no"><a href="https://framapiaf.org/@Bristow_69" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Bristow_69</span></a></span> Probablement une version 3.8 deprecated abandonnée par son <a href="https://mastodon.underworld.fr/tags/adminsys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adminsys</span></a> qui "avait la flemme"</p>
Yoan<p>Question <a href="https://framapiaf.org/tags/adminsys" class="mention hashtag" rel="tag">#<span>adminsys</span></a> : on est d&#39;accord que, en 2025, la fonctionnalité d&#39;OVH ou de Gandi qui permet de &quot;rediriger&quot; x@serveur-ovh.com vers x@y.com est à bannir car ça casse la configuration SPF et DKIM ?</p><p>Cette fonctionnalité n&#39;est pas une vraie mailing list, ça fait juste un renvoi à l&#39;identique vers x@y.com et forcément ... ça marche pas. </p><p>Je me souviens avoir vu ça chez Gandi à l&#39;époque où j&#39;étais chez eux, et là je crois que mon destinataire chez OVH a le même truc sur son x@serveur-ovh.com.</p>
CodimpC'est drôle comme souvent en informatique il y a des mythes qui circulent et que tout le monde croit…<br><br>Par exemple ceci est une adresse mail parfaitement valide :<br><br>"pouet a#b?c_"@example.com<br><br>Et pourtant plein de personnes, y compris parmis les adminsys, croient que non.<br><br>Pourtant c'est ce que nous indique la section 3 de la RFC 3696 : <a href="https://datatracker.ietf.org/doc/html/rfc3696#section-3" rel="nofollow noopener noreferrer" target="_blank">https://datatracker.ietf.org/doc/html/rfc3696#section-3</a><br><br><a class="hashtag" href="https://social.lithio.fr/tag/adminsys" rel="nofollow noopener noreferrer" target="_blank">#adminsys</a> <a class="hashtag" href="https://social.lithio.fr/tag/mail" rel="nofollow noopener noreferrer" target="_blank">#mail</a> <a class="hashtag" href="https://social.lithio.fr/tag/mythe" rel="nofollow noopener noreferrer" target="_blank">#mythe</a>
Luc<p><span class="h-card" translate="no"><a href="https://framapiaf.org/@Framasoft" class="u-url mention">@<span>Framasoft</span></a></span> <span class="h-card" translate="no"><a href="https://tutut.delire.party/@almet" class="u-url mention">@<span>almet</span></a></span> </p><p>Bah maintenant, sur ma machine de dév, ça dure 10 secondes 😁 </p><p><a href="https://framapiaf.org/tags/Argos" class="mention hashtag" rel="tag">#<span>Argos</span></a> <a href="https://framapiaf.org/tags/ArgosPanopt%C3%A8s" class="mention hashtag" rel="tag">#<span>ArgosPanoptès</span></a> <a href="https://framapiaf.org/tags/Supervision" class="mention hashtag" rel="tag">#<span>Supervision</span></a> <a href="https://framapiaf.org/tags/AdminSys" class="mention hashtag" rel="tag">#<span>AdminSys</span></a></p>
Luc<p>J’sais pas si j’vous ai déjà parlé d’Argos Panoptès, mon petit bébé d’amour¹ de logiciel de supervision de sites web…</p><p>Avec 29 648 points de supervision chez <span class="h-card" translate="no"><a href="https://framapiaf.org/@Framasoft" class="u-url mention">@<span>Framasoft</span></a></span>, le rechargement de la configuration prenait plus de 3 minutes 🙁 </p><p>¹ Son autre papa est <span class="h-card" translate="no"><a href="https://tutut.delire.party/@almet" class="u-url mention">@<span>almet</span></a></span> 🙏 </p><p><a href="https://framapiaf.org/tags/Argos" class="mention hashtag" rel="tag">#<span>Argos</span></a> <a href="https://framapiaf.org/tags/ArgosPanopt%C3%A8s" class="mention hashtag" rel="tag">#<span>ArgosPanoptès</span></a> <a href="https://framapiaf.org/tags/Supervision" class="mention hashtag" rel="tag">#<span>Supervision</span></a> <a href="https://framapiaf.org/tags/AdminSys" class="mention hashtag" rel="tag">#<span>AdminSys</span></a></p>
mardub 🇫🇷🇸🇪<p><span class="h-card" translate="no"><a href="https://framapiaf.org/@raoull" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>raoull</span></a></span> <span class="h-card" translate="no"><a href="https://tooter.social/@chtitedev" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>chtitedev</span></a></span> merci de votre soutien petit rappel chtitedev n'est pas n'est pas l'oeuvre d'un seul hom... femme je suis CO-fondatrice avec <span class="h-card" translate="no"><a href="https://piaille.fr/@ldy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ldy</span></a></span> <span class="h-card" translate="no"><a href="https://eldritch.cafe/@Lannotwifi" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Lannotwifi</span></a></span> et <span class="h-card" translate="no"><a href="https://hachyderm.io/@jacquelineNyindo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jacquelineNyindo</span></a></span> . En tout cas merci raoull pour ce relais spontané. Enfin puis pour mes camarades <a href="https://piaille.fr/tags/femmes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>femmes</span></a> qui s'intéressent aux problématiques informatique type <a href="https://piaille.fr/tags/adminsys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adminsys</span></a> , environement virtuel , <a href="https://piaille.fr/tags/proxmox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>proxmox</span></a> etc. <span class="h-card" translate="no"><a href="https://framapiaf.org/@raoull" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>raoull</span></a></span> est un bon endroit où vous pouvez trouver des challenge interessant dans une ambiance toujours chaleureuse et conviviale.</p>
Rémi Remouk<p><strong>🗒️ Allouée, mémoire allouée</strong></p><p>Augmenter la mémoire allouée à PHP, dans une config blog WordPress derrière un serveur nginx :</p><ol><li>Afficher les messages d’erreur dans WordPress :<ul><li>dans <code>wp-config.php</code><ul><li><code>WP_DEBUG</code> à <code>true</code></li><li><code>WP_DEBUG_DISPLAY</code> à <code>true</code></li></ul></li></ul></li><li>Trouver le fichier de conf nginx correspondant :<ul><li><code>/etc/php/8.3/fpm/pool.d/nom_du_site.conf</code></li><li><code><s>/etc/init.d/php/8.3/fpm/pool.d/nom_du_site.conf</s></code></li></ul></li><li>Changer la valeur de :<ul><li><code>php_admin_value[memory_limit]</code></li></ul></li><li>Redémarrer le service :<ul><li><code>/etc/init.d/php8.3-fpm restart</code></li></ul></li></ol><p>* 8.3 numéro actuel de la version de PHP</p><p><a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://remouk.fr/tag/admin-sys/" target="_blank">#adminSys</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://remouk.fr/tag/configuration/" target="_blank">#configuration</a> <a rel="nofollow noopener noreferrer" class="hashtag u-tag u-category" href="https://remouk.fr/tag/serveur/" target="_blank">#serveur</a></p>
CBO [Raceme] @ le17<p>2ème <a href="https://piaille.fr/tags/3615mavie" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>3615mavie</span></a> parce que c'est dredi. Le prof qui déboule dans le bureau avec un élève et son PC portable parce qu'il n'arrive pas à "faire marcher python dans vscode".<br>Punaise je ne suis pas développeur mais <a href="https://piaille.fr/tags/adminsys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adminsys</span></a>, j'utilise <a href="https://piaille.fr/tags/debian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debian</span></a>, <a href="https://piaille.fr/tags/vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vim</span></a> et <a href="https://piaille.fr/tags/perl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>perl</span></a>... Donc ton <a href="https://piaille.fr/tags/vscode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscode</span></a> sous <a href="https://piaille.fr/tags/windows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>windows</span></a>, pour faire du python le plus politiquement correct pour ne pas faire mon <a href="https://piaille.fr/tags/bofh" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bofh</span></a>, c'est vraiment contre-nature. <br>"J'ai fait ce que m'a dit chatgpt !"<br>Au lieu de détruire l'écosystème tu pourrais peut-être réfléchir et chercher la signification du message d'erreur, tu sais le truc écrit en rouge, qui dit: "pip command not found" ?</p>
Breizh<p>Ahahah, celle-ci elle est pas mal&nbsp;: <a href="https://bin.breizh.pm/icilobousc" rel="nofollow noopener noreferrer" target="_blank">https://bin.breizh.pm/icilobousc</a></p><p><a class="hashtag" href="https://pleroma.breizh.pm/tag/adminsys" rel="nofollow noopener noreferrer" target="_blank">#adminsys</a> <a class="hashtag" href="https://pleroma.breizh.pm/tag/astreinte" rel="nofollow noopener noreferrer" target="_blank">#astreinte</a></p>
Arawa - Collab. Open Source<p>🔴 Recrutement d'un⋅e administratrice⋅eur système <a href="https://pouet.chapril.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://pouet.chapril.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> en <a href="https://pouet.chapril.org/tags/t%C3%A9l%C3%A9travail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>télétravail</span></a> !<br>⚠️ Vous avez jusqu'à ce dimanche 2 mars inclus pour nous envoyer vos candidatures à l'adresse e-mail 📧 indiquée dans l'annonce.<br>♀️ RAPPEL : Nous encourageons fortement les candidatures féminines pour développer la diversité de notre entreprise<br>🔗 <a href="https://buff.ly/4gHOSlL" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">buff.ly/4gHOSlL</span><span class="invisible"></span></a><br>#️⃣ <a href="https://pouet.chapril.org/tags/LogicielsLibres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LogicielsLibres</span></a> <a href="https://pouet.chapril.org/tags/FreeSoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeSoftware</span></a> <a href="https://pouet.chapril.org/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://pouet.chapril.org/tags/FLOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FLOSS</span></a> <a href="https://pouet.chapril.org/tags/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</span></a> <a href="https://pouet.chapril.org/tags/AdminSys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminSys</span></a> <a href="https://pouet.chapril.org/tags/Cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud</span></a> <a href="https://pouet.chapril.org/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nextcloud</span></a> <a href="https://pouet.chapril.org/tags/BBB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BBB</span></a> <a href="https://pouet.chapril.org/tags/BigBlueButton" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigBlueButton</span></a> <a href="https://pouet.chapril.org/tags/Collabora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collabora</span></a> <a href="https://pouet.chapril.org/tags/CollaboraOnline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CollaboraOnline</span></a></p>
FF255 🇫🇷 🇪🇺<p>:boost_request: <a href="https://mastodon.tetaneutral.net/tags/Question" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Question</span></a></p><p>Sait-on ce qui se passe du côté de <a href="https://mastodon.tetaneutral.net/tags/Mastouille" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mastouille</span></a> ? Ça commence à faire plusieurs jours que c'est hors-ligne !<br>Y a-t-il un cercle des <a href="https://mastodon.tetaneutral.net/tags/AdminSys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminSys</span></a> disparu·e·s qui serait au courant de quelque-chose ?</p><p><a href="https://mastodon.tetaneutral.net/tags/F%C3%A9divers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fédivers</span></a> <a href="https://mastodon.tetaneutral.net/tags/Mastodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mastodon</span></a> <a href="https://mastodon.tetaneutral.net/tags/MastouilleFR" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MastouilleFR</span></a></p>
Luc<p>Vu qu’un bon admin met à jour ses outils, mais que <a href="https://framapiaf.org/tags/Docker" class="mention hashtag" rel="tag">#<span>Docker</span></a>¹ c’est d’la <a href="https://framapiaf.org/tags/merde" class="mention hashtag" rel="tag">#<span>merde</span></a>, y a pas de truc pour être averti d’une nouvelle version de l’image docker que t’utilises.<br />J’utilisais rss.p.theconnman.com pour avoir un flux RSS des versions des images que j’utilise mais ça marche plus. J’ai trouvé <a href="https://dockerfeed.io/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">dockerfeed.io/</span><span class="invisible"></span></a> pour le remplacer.</p><p><a href="https://framapiaf.org/tags/AdminSys" class="mention hashtag" rel="tag">#<span>AdminSys</span></a></p><p>¹ des fois, t’es obligé d’installer des trucs avec ça</p>
Arawa - Collab. Open Source<p>📢 Arawa recrute un·e administratrice⋅eur système <a href="https://pouet.chapril.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://pouet.chapril.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> en <a href="https://pouet.chapril.org/tags/t%C3%A9l%C3%A9travail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>télétravail</span></a> !<br>♀️ Nous encourageons fortement les candidatures féminines pour développer la diversité de notre entreprise <br>🔗 <a href="https://buff.ly/4gHOSlL" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">buff.ly/4gHOSlL</span><span class="invisible"></span></a><br>#️⃣ <a href="https://pouet.chapril.org/tags/LogicielsLibres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LogicielsLibres</span></a> <a href="https://pouet.chapril.org/tags/FreeSoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeSoftware</span></a> <a href="https://pouet.chapril.org/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://pouet.chapril.org/tags/FLOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FLOSS</span></a> <a href="https://pouet.chapril.org/tags/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</span></a> <a href="https://pouet.chapril.org/tags/AdminSys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminSys</span></a> <a href="https://pouet.chapril.org/tags/FullRemote" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullRemote</span></a> <a href="https://pouet.chapril.org/tags/RemoteJob" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RemoteJob</span></a> <a href="https://pouet.chapril.org/tags/FullRemoteJob" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullRemoteJob</span></a> <a href="https://pouet.chapril.org/tags/Recrutement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Recrutement</span></a> <a href="https://pouet.chapril.org/tags/OnRecrute" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OnRecrute</span></a> <a href="https://pouet.chapril.org/tags/OpenToWork" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenToWork</span></a> <a href="https://pouet.chapril.org/tags/Job" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Job</span></a> <a href="https://pouet.chapril.org/tags/Emploi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Emploi</span></a> <a href="https://pouet.chapril.org/tags/Cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud</span></a> <a href="https://pouet.chapril.org/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nextcloud</span></a> <a href="https://pouet.chapril.org/tags/BBB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BBB</span></a> <a href="https://pouet.chapril.org/tags/BigBlueButton" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigBlueButton</span></a> <a href="https://pouet.chapril.org/tags/Collabora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collabora</span></a> <a href="https://pouet.chapril.org/tags/CollaboraOnline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CollaboraOnline</span></a></p>
Musique Libre !<p>Notre hébergeur, <span class="h-card" translate="no"><a href="https://mastodon.tetaneutral.net/@tetaneutral_net" class="u-url mention">@<span>tetaneutral_net</span></a></span> a des soucis en ce moment ! Du courage à eux !!<br />(Dogmazic est hors ligne en ce moment)</p><p><a href="https://framapiaf.org/tags/adminsys" class="mention hashtag" rel="tag">#<span>adminsys</span></a></p>
Desmoric<p><span class="h-card" translate="no"><a href="https://mastodon.zaclys.com/@akoustigeek" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>akoustigeek</span></a></span> <br>📢 Arawa recrute un·e administratrice⋅eur système <a href="https://mastodon.zaclys.com/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.zaclys.com/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> en <a href="https://mastodon.zaclys.com/tags/t%C3%A9l%C3%A9travail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>télétravail</span></a> ! <br>📝 Postulez dès maintenant ou faites simplement circuler 🔄 !<br>#️⃣ <a href="https://mastodon.zaclys.com/tags/LogicielsLibres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LogicielsLibres</span></a> <a href="https://mastodon.zaclys.com/tags/FreeSoftware" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeSoftware</span></a> <a href="https://mastodon.zaclys.com/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://mastodon.zaclys.com/tags/FLOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FLOSS</span></a> <a href="https://mastodon.zaclys.com/tags/SysAdmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdmin</span></a> <a href="https://mastodon.zaclys.com/tags/AdminSys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminSys</span></a> <a href="https://mastodon.zaclys.com/tags/FullRemote" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullRemote</span></a> <a href="https://mastodon.zaclys.com/tags/RemoteJob" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RemoteJob</span></a> <a href="https://mastodon.zaclys.com/tags/FullRemoteJob" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullRemoteJob</span></a> <a href="https://mastodon.zaclys.com/tags/Recrutement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Recrutement</span></a> <a href="https://mastodon.zaclys.com/tags/OnRecrute" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OnRecrute</span></a> <a href="https://mastodon.zaclys.com/tags/OpenToWork" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenToWork</span></a> <a href="https://mastodon.zaclys.com/tags/Job" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Job</span></a> <a href="https://mastodon.zaclys.com/tags/Emploi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Emploi</span></a> <a href="https://mastodon.zaclys.com/tags/Cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud</span></a> <a href="https://mastodon.zaclys.com/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nextcloud</span></a> <a href="https://mastodon.zaclys.com/tags/BBB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BBB</span></a> <a href="https://mastodon.zaclys.com/tags/BigBlueButton" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigBlueButton</span></a> <a href="https://mastodon.zaclys.com/tags/Collabora" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collabora</span></a> <a href="https://mastodon.zaclys.com/tags/CollaboraOnline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CollaboraOnline</span></a> <br><a href="https://buff.ly/4gHOSlL" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">buff.ly/4gHOSlL</span><span class="invisible"></span></a></p><p>Peut-être un revenu utile pour un début en freelance 😉</p>
Alnotz<p><span class="h-card" translate="no"><a href="https://mamot.fr/@bearstech" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bearstech</span></a></span><br>NginX n’a pas une commande pour contrôler la validité de sa configuration ? En y réfléchissant NginX ne semble pas inclure les configurations annexes dans son analyse.</p><p>Le truc qui manque est une intégration aux éditeurs de code. Par exemple Nano intègre les retours d’erreur par ligne.</p><p>Un projet ancien écrit en Python et ressucité par une communauté. Je devrais vérifier la qualité de ma propre configuration du coup. 😗</p><p><a href="https://toot.gnous.eu/tags/NginX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NginX</span></a> <a href="https://toot.gnous.eu/tags/Config" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Config</span></a> <a href="https://toot.gnous.eu/tags/AdminSys" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdminSys</span></a></p>