diff --git a/XMPP.md b/XMPP.md index 3cebe292..ab5024fc 100644 --- a/XMPP.md +++ b/XMPP.md @@ -24,29 +24,28 @@ You can connect to your YunoHost XMPP account in different ways. ### Desktop clients -- [Gajim](http://gajim.org/) (Linux,Windows) +- [Gajim](http://gajim.org/) (Linux, Windows) - [Dino](https://dino.im) (Linux) - [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform) -- [Beagle IM](https://beagle.im/) (Mac OS) +- [Beagle IM](https://beagle.im/) (macOS) - [Profanity](https://profanity-im.github.io/) (Linux) ### Mobile clients - [Conversations](https://conversations.im/) (Android) - [Xabber](http://xabber.com) (Android) -- [Movim under Android](https://movim.eu) +- [Movim](https://movim.eu) (Android) - [Monal](https://monal.im/) (iOS) - [Siskin IM](https://siskin.im/) (iOS) - [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile) -Here is an exhaustive list of XMPP clients : https://xmpp.org/software/clients.html +Here is an exhaustive list of XMPP clients: https://xmpp.org/software/clients.html ## Encrypt conversations with OMEMO XMPP chats can be made secure and private using [OMEMO encryption](https://xmpp.org/extensions/xep-0384.html), for instance using Gajim: - Install `gajim` and the plugin `gajim-omemo` - Enable the plugin in `Tools > Plugins` -- Enable it - Enable the encryption in the chat with somebody who also has OMEMO ## Chatrooms diff --git a/XMPP_es.md b/XMPP_es.md index 28a1cdae..bd4f777c 100644 --- a/XMPP_es.md +++ b/XMPP_es.md @@ -21,12 +21,13 @@ También puedes utilizar un cliente Desktop como : - [Gajim](https://gajim.org/es/) (Linux, Windows) - [Dino](https://dino.im) (Linux) - [Thunderbird](https://www.thunderbird.net/es-ES/) (multiplataformas) +- [Beagle IM](https://beagle.im/) (macOS) - [Profanity](https://profanity-im.github.io/) (Linux) ... o un cliente smartphone : - [Conversations](https://conversations.im/) (Android) - [Xabber](http://xabber.com) (Android) -- [Movim sous Android](https://movim.eu) +- [Movim](https://movim.eu) (Android) - [Siskin IM](https://siskin.im/) (iOS) - [Monal](https://monal.im/) (iOS) - [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile) diff --git a/XMPP_fr.md b/XMPP_fr.md index e2d01940..855b8156 100644 --- a/XMPP_fr.md +++ b/XMPP_fr.md @@ -24,17 +24,17 @@ Il existe différents types de clients pour se connecter à XMPP. ### Clients de bureau -- [Gajim](http://gajim.org/fr/) (Linux,Windows) +- [Gajim](http://gajim.org/fr/) (Linux, Windows) - [Dino](https://dino.im) (Linux) - [Thunderbird](https://www.thunderbird.net/) (multiplateforme) -- [Beagle IM](https://beagle.im/) (Mac OS) +- [Beagle IM](https://beagle.im/) (macOS) - [Profanity](https://profanity-im.github.io/) (Linux) ### Clients sur mobile - [Conversations](https://conversations.im/) (Android) - [Xabber](http://xabber.com) (Android) -- [Movim sous Android](https://movim.eu) +- [Movim](https://movim.eu) (Android) - [Monal](https://monal.im/) (iOS) - [Siskin IM](https://siskin.im/) (iOS) - [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile) @@ -46,7 +46,6 @@ Voici une liste plus exhaustive des clients XMPP : https://fr.wikipedia.org/wik Il est possible de rendre les conversations plus sécurisées et privées en les chiffrants à l'aide de [OMEMO](https://xmpp.org/extensions/xep-0384.html), notamment en utilisant Gajim : - Installer `gajim` et le plugin `gajim-omemo` - Activez le plugins dans `Outils > Plugins` -- L'activer - Activez le chiffrement dans une conversation avec un contact disposant de OMEMO. ## Salon de discussion diff --git a/fail2ban.md b/fail2ban.md index dba649be..10ba10e9 100644 --- a/fail2ban.md +++ b/fail2ban.md @@ -48,7 +48,7 @@ When updating the **Fail2Ban** software, the original `/etc/fail2ban/jail.conf` sudo nano /etc/fail2ban/jail.d/yunohost-whitelist.conf ``` -3. Paste the following content into the file and adapt the IP address `XXX.XXX.XXX.XXX` : +3. Paste the following content into the file and adapt the IP address `XXX.XXX.XXX.XXX`: ```bash [DEFAULT] diff --git a/fail2ban_fr.md b/fail2ban_fr.md index 8e9bcf57..65f3444f 100644 --- a/fail2ban_fr.md +++ b/fail2ban_fr.md @@ -62,4 +62,4 @@ Lors d’une mise à jour du logiciel **Fail2Ban**, le fichier d’origine `/etc sudo fail2ban-client reload ``` -Félicitations, plus de risques de se bannir de son propre serveur YunoHost! +Félicitations, plus de risques de se bannir de son propre serveur YunoHost ! diff --git a/ipv6_fr.md b/ipv6_fr.md index e39ad624..a93b074d 100644 --- a/ipv6_fr.md +++ b/ipv6_fr.md @@ -20,7 +20,7 @@ Sur le panneau de gestion d'OVH, vous aller récupérer 3 informations : Sur votre VPS, vous aller créer une sauvegarde de votre fichier de configuration des interfaces réseau dans votre répertoire home avec la commande : `cp /etc/network/interfaces ~/interfaces`. -Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`). +Ensuite, vous pouvez modifier le fichier de configuration `/etc/network/interfaces`.
Dans cet exemple, nous considérons que votre interface réseau est `eth0`. Si elle est différente (vérifiez avec `ip a`) vous devez adapter l'exemple pour correspondre à votre situation.