Skip to content

Synology : désactiver « synology_password_check »

Synology : désactiver « synology_password_check » published on Aucun commentaire sur Synology : désactiver « synology_password_check »

. Arrêter le service Maraidb

. Ouvrir une session ssh sur le syno

. Tapez la commnde :

  • sudo -i
  • cd var/packages/MariaDB10/etc
  • vim my.cnf
    • ajouter :
      • [mysqld]
        strict_password_validation = OFF
        synology_password_check = OFF
  • Tapez sur
    • « ESC »
    • :W
    • :Q
  • Relancer le service Mariadb

Home Assistant DB Error

Home Assistant DB Error published on Aucun commentaire sur Home Assistant DB Error

Réparer une base SLQITE

. Vérifier la base :

  • sqlite3 home-assistant_v2.db « PRAGMA integrity_check;

. Tenter de récupérer les données :

  • sqlite3 home-assistant_v2.db « .recover » | sqlite3 home-assistant_v2.db.fix

. Stop HA : ha core stop

. Supprimer l’ancienne base : avec une co. SFTP (Filezilla)

. Renommer la nouvelle base corrigée

. Start HA : ha core start

et prier !!!

Eve Online

Eve Online published on Aucun commentaire sur Eve Online
  • Wormholes life :

  • Life

    The next sentence indicates how much life the wormhole has before it collapses. Show Info on the wormhole will list one of the following:

    • This wormhole has not yet begun its natural cycle of decay and should last at least another day
    • This wormhole is beginning to decay, and probably won’t last another day
    • This wormhole is reaching the end of its natural lifetime
    TextSignificationSlang
    not yet begun+ de 24 heuresFresh
    beginning to decayEntre 4 et 24 heuresFresh
    reaching the endMoind de 4 heuresEOL
  • Wormholes mass :

    The third sentence tells you how much mass has passed through the wormhole.

    • This wormhole has not yet had its stability significantly disrupted by ships passing through it
    • This wormhole has had its stability reduced by ships passing through it, but not to a critical degree yet
    • This wormhole has had its stability critically disrupted by the mass of numerous ships passing through and is on the verge of collapse
     Text Meaning Slang
    not yetover 50%Fresh
    not to a critical degreebetween 50% and 10%Shrink
    stability critically disruptedless than 10%Crit

Safe or not !!

Relic SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
Crumbling <>Safex        
Decayed <>Safe x       
Ruined <>Safe  xxxx*  
Forgotten <>NOT Safe   xxxxxx
Data SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
Local <>Safex        
Regional <>Safe x       
Central <>Safe  xxxx*  
Unsecured <>NOT Safe   xxxxxx
AEGIS <>NOT Safe xx    xx
SCC <>NOT Safe xx    xx

 

Drone Data SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
Abandoned Research Complex <>NOT safe  x      
Ghost Data SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
Lesser <> Covert Research FacilityNOT Safex        
Standard <> Covert Research FacilityNOT Safe x       
Improved <> Covert Research FacilityNOT Safe  x      
Superior <> Covert Research FacilityNOT safe   xxxxxx
Sleeper Cache Data SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
Limited Sleeper CacheNOT Safexxx      
Standard Sleeper CacheNOT Safexxx      
Superior Sleeper CacheNOT Safexxx      
Gas SitesSite SafetySecurityWormholes
HighLowNullC1C2C3C4C5C6
<> NebulaSafexx       
NOT Safe  x      
<> ReservoirNOT Safe   xxxxxx

ECU-R ESP3286

ECU-R ESP3286 published on Aucun commentaire sur ECU-R ESP3286

Programmation ESP8266 - APsystem DS3-L

1 : Préparation ESP8266 pour flasher le module Zigbee

  • Faire le montage ci-dessous
  • Lancer Arduino IDE
    • Sélectionner ESP8233
    • Sélectionner le port
    • Ouvrir CCLoader.ino CCLoader.ino
    • Uploader CCLoader.ino

2 : Charger le firmware dans le module Zigbee

  • Ouvrir CMD
  • Commande :

2 : Charger le firmware dans l’ESP8266

3: Eteindre le module ESP

4: Faire le circuit suivant

5 : Se connecter sur le point d’accès wifi de l’ESP8266

  • IP : 192.168.4.1

Netdata – Sécuriser l’accès

Netdata – Sécuriser l’accès published on Aucun commentaire sur Netdata – Sécuriser l’accès

Netdata – Sécuriser l’accès

Depuis la version 1.9 il est possible de vérouiller l’accès au monitoring.

 

Il suffit de modifier la section [WEB] du fichier /etc/netdate/netdata.conf :

[web]

bind to = *

allow connections from = localhost IP*

par exemple : 192.168.1.*

 

Un petit : systemctl restart netdata et l’accès est sécurisé

 

https://my-netdata.io/

https://github.com/firehol/netdata

 

 

Primary Sidebar