This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let getAllRecords = () => { | |
| return new Promise((resolve, reject) => { | |
| const ldapClient = ldapjs.createClient(ldapOptions); | |
| // 1 | |
| ldapClient.bind( | |
| ldapConfig.managerUser, | |
| ldapConfig.managerUserPassword, | |
| err => { | |
| if (err) return reject(err); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Event Code | Description | To find (Tactic: Technique) | |
|---|---|---|---|
| 4624 (4672) | Successful logon (Administrator logon) | Credential access: Valid accounts | |
| 4625 | Unsuccessful logon | Credential access: Brute force | |
| 4732 | Member added to security-enabled group | Privilege Escalation: Account manipulation | |
| 1102 | Logs cleared | Defense evasion: Indicator removal on host | |
| 4688 | Process creation | Execution: Command-Line Interference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: meater | |
| friendly_name: MEATER | |
| esp32: | |
| board: esp32dev | |
| #board: esp32-c3-devkitm-1 | |
| framework: | |
| #type: esp-idf | |
| type: arduino |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Bosch Thermostat | |
| author: iceteabottle | |
| description: " | |
| # Automation especially for the Bosch Thermostat II ([BTH-RA](https://www.zigbee2mqtt.io/devices/BTH-RA.html#bosch-bth-ra)) | |
| ## Core Features | |
| - Switch the TRV on/off depending on a window sensor |
To get started with either the Mini PCIe or M.2 Accelerator, all you need to do is connect the card to your system, and then install our PCIe driver, Edge TPU runtime, and the TensorFlow Lite runtime. This page walks you through the setup and shows you how to run an example model.
The setup and operation is the same for both M.2 form-factors, including the M.2 Accelerator with Dual Edge TPU.
- Raspberry Pi 5 with the following Linux operating system:
Raspberry Pi OS (64-bit)based on Debian 10 or newer