971 private links
Un ensemble d'astuces et de configurations mises en forme avec BookStack.
Durant mes années d'administrateur systèmes Microsoft Windows (Il en faut bien), j'ai régulièrement été confronté à un souci de gestion de parc complet, simple, et efficace. Lors de mes recherches, de nombreuses solutions se sont révélées être intéressantes (SolarWinds RMM, NinjaRMM, etc...). Comme vous le savez, chez AukFood, on ne mange qu'OpenSource. De ce fait, une solution s'est révélée pertinente : Tactical RMM (Remote Monitoring & Management)
Je vous propose de vous montrer ma stratégie de backups que j'ai mis en place au cours des années et qui a bien entendu évoluée au fil du temps.
Aujourd'hui petit tuto pour installer sa propre instance de Jitsi.
A list of Free Software network services and web applications which can be hosted on your own servers
Qu’est-ce que FreePBX, à quoi ça sert, comment ça fonctionne et qui est derrière ce logiciel ?
Dans cet article nous répondrons à toutes ces questions et nous présenterons FreePBX, le logiciel de téléphonie Open-Source le plus utilisé au monde.
Garage is a lightweight geo-distributed data store. It comes from the observation that despite numerous object stores many people have broken data management policies (backup/replication on a single site or none at all).
Le DNS (Domain Name System) est un protocole permettant de “traduire” un nom de domaine en une adresse IP .
Usage
- Once installed, launch tmate with
tmate
. You should see something likessh PMhmes4XeKQyBR2JtvnQt6BJw@nyc1.tmate.io
appearing. This allows others to join your terminal session. All users see the same terminal content at all time. This is useful for pair programming where two people share the same screen, but have different keyboards.- tmate is useful as it goes through NATs and tolerate host IP changes. Accessing a terminal session is transparent to clients as they go through the tmate.io servers, acting as a proxy. No authentication setup is required, like setting up ssh keys.
- Run
tmate show-messages
in your shell to see tmate's log messages, including the ssh connection string. - tmate also allow you to share a read-only view of your terminal. The read-only connection string can be retrieved with
tmate show-messages
. - tmate uses
~/.tmate.conf
as configuration file. It uses the same tmux syntax. In order to load the~/.tmux.conf
configuration file, addsource-file ~/.tmux.conf
in the tmate configuration file.
Add authentication to applications and secure services with minimum fuss. No need to deal with storing users or authenticating users. It's all available out of the box.
Grav is a modern open source flat-file CMS
Install the leading open source project management and collaboration software using our rpm…
L'audit SEO technique de votre référencement site web par 100+ de paramètres (balises meta, réponse du serveur, vulnérabilité de url, contenu de robots.txt, liens internes et externes) avec l'outil test SEO. Analyseur de site web avancé et les recommandations utiles.
Blog de Stéphane, Spécialiste des plateformes web et des pratiques DevOps basées sur des solutions OpenSource telles que, kubernetes, ansible, gitlab, python…
Building and maintaining community docker images
We are a group of like minded enthusiasts from across the world who build and maintain the largest collection of Docker images on the web, and at our core are the principles behind Free and Open Source Software. Our primary goal is to provide easy-to-use and streamlined Docker images with clear and concise documentation.
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
Ansible est un logiciel libre de gestion des configurations qui automatise le déploiement des applications et la livraison continue des mises à jour. Je vous propose de suivre cette longue série de billets sur la formation Ansible. Ansible a réussi à s’imposer face à ses concurrents que sont Chef, Puppet et Salt et ce en proposant une solution plus simple à mettre en oeuvre.
This free online service performs a deep analysis of the configuration of any SSL web server on the public Internet. Please note that the information you submit here is used only to provide you the service. We don't use the domain names or the test results, and we never will.
Do you know most of the security vulnerabilities can be fixed by implementing necessary headers in the response header?
Test with:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff;
add_header Content-Security-Policy "default-src 'self';";
add_header Referrer-Policy same-origin;
add_header Permissions-Policy "geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";