Fulltext results:
- syntax @wiki
- yntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the
- analisi @projects:charta
- se di scan === Un operatore scannerizza i vari file che compongono un documento digitale (che viene creato in questo momento), sceglie il **nome** del do... * del documento. Il **realm** è il dominio al quale appartiene il documento. In genere ogni azienda c... sono informazioni già contenute all'interno dei file scansionati, e questa fase serve a renderli digit
- agid @tips
- utorizzati** • Implementare un inventario delle risorse attive correlato a quello ABSC 1.4 • ... collegati in rete. • Gestire l'inventario delle risorse di tutti i sistemi collegati alla rete e ... esenza di software non autorizzato. **Proteggere le configurazioni di hardware e software sui disposi... ati utilizzando la configurazione standard. • Le immagini d'installazione devono essere memorizzat
- homeassistant @projects:internetofthings
- * https://github.com/scipioni/home-assistant-example ===== Install ===== * [[https://github.com/hap... my-home-automation/tree/master/homeassistant|example 1]] * pip3 install urllib3==1.20 --upgrade --ta... el pip install homeassistant </code> service <file txt /etc/systemd/system/hass.service> [Unit] Desc... ssistant After=network.target [Service] Type=simple User=pi ExecStart=/home/pi/venv/bin/hass -c "/hom
- ionic @tips
- roid ===== It is important to install native gradle or use gradle shipped with android studio (see PATH below) * ANDROID_HOME=/opt/android-sdk * PAT... ndroid-sdk/platform-tools:/opt/android-studio/gradle/gradle-3.2/bin/ example <code bash> nodeenv lib . lib/bin/activate npm install -g ionic cordova ioni
- mycroft @projects:iotaiuto
- ====== Assistente vocale Mycroft ====== ==== Installazione ==== * Scaricare https://mycroft.ai/to/... croft-image * Estrarre lo zip * Flashare il file .img sulla sd del raspberry (si può usare balena etcher) * Aprire terminale nella partizione rootfs della scheda sd: <code> ... supplicant.conf </code> Aggiungere in fondo al file le credenziali della rete wifi: <code> network={
- lxd @tips
- rpool/lxd # define default storage pool lxc profile device add default root disk path=/ pool=zfspool ... eract with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1... /etc/apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/inputrc $NAME/etc/ </file> ===== basic
- turbolevo @projects:zibaldone:electronic
- s]] * [[https://upcommons.upc.edu/bitstream/handle/2117/118541/report-tfm-eduard-valentino.pdf|canbu... https://blog.danman.eu/playing-with-can-bus/|example ESP32 project]] * transreveiver TJA1050T: [[htt... bms.png?400|}} * B-: Connect to the negative pole of the battery pack * P-: No Connect * C-: Co... C sul pin ? * I dati sono fondamentalmente "little endian", cioè a1 fe ff ff è 0xFFFFFEA1. * Corre
- esphome @projects:internetofthings
- "proactivelyReported": true, "retrievable": true } }, { "type": "AlexaI... "proactivelyReported": true, "retrievable": true } }, { "type": "AlexaI... "version": "3" } ] } </code> ===== BLE tracker smartband ===== ==== esphome ==== enable esp32_ble_tracker and a binary sensor on ble_prese
- iotaiuto_skill @projects:internetofthings
- amazon api https://api.amazon.com/user/profile: * parametro ingresso aws_token * risposta <c... : https://049753375854.signin.aws.amazon.com/console * ID: 049753375854 * username: stefano.sc... : Europa (Irlanda) eu-west-1 * [[https://console.aws.amazon.com/iam/home?region=eu-west-1#security... e security credential]] * Alexa developer console: https://developer.amazon.com/alexa/console/ask
- 01_struttura_server @projects:livenet
- la struttura del server. E' una descrizione minimale, che verrà approfondita nel seguito. <code> drwx... -rw-r--r-- 1 root root 405 Aug 27 08:48 env.sample -rw-r--r-- 1 root root 449 Sep 24 15:07 .gitign... d -rw-r--r-- 1 root root 5167 Sep 18 16:59 Taskfile.yml </code> * ''aux'' contiene tutto ciò che n... unzionamento del sistema. * ''images'' contiene le definizioni dei vari dipartimenti, quindi files,
- iotaiuto @projects:internetofthings
- ifi o Ethernet # poi aprire una sessione terminale per # configurare il NOME-MACCHINA e la relativ... . creare con NANO il servizio HomeAssistant nel file: # /etc/systemd/system/home-assistant.service... sistant After=network.target [Service] Type=simple User=pi ExecStart=/home/pi/lib/bin/hass -c "/home... eassistant systemctl daemon-reload systemctl enable home-assistant </code> ==== CREAZIONE + INSTALLA
- plate @projects
- hub.com/puzzledqs/BBox-Label-Tool.git </code> <file python convert.py> import os from os import walk,... els/output/" cls = "001" wd = getcwd() list_file = open('%s/%s_list.txt'%(wd, cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirname... ss """ for txt_name in txt_name_list: # txt_file = open("Labels/stop_sign/001.txt", "r")
- ansible @tips
- ====== ansible ====== ===== basic op ===== <code bash> ansible all --list-hosts ansible all -m ping </code> ===== playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts: n
- ssl @tips
- only --webroot -w /var/www/html -d mail.veronamobile.it </code> wildcard <code> certbot certonly \ -... -tos -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.cs... ive/nextcloud.csgalileo.org/privkey.pem; } </file> renew <code> certbot renew [--dry-run] </code> ... bashrc # now /root/.acme.sh/acme.sh.env is avalaible with bash alias </code> ==== certificate generat