Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- ssl @tips
- ileo.org echo quit | openssl s_client -showcerts -servername "$API_HOST" -connect "$API_HOST":443 > cacert... ns \ --email stefano.scipioni@csgalileo.org \ --server https://acme-v02.api.letsencrypt.org/directory \ ... -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.csgalileo.org; server_tokens off; location /.well-known/acme-
- mycroft @projects:iotaiuto
- ice su https://account.mycroft.ai/devices o su un server locale * Al termine dell'installazione delle sk... t * Andare su https://home.mycroft.ai/skills (o server locale) e inserire ip di home assistant e token ... git clone https://github.com/MainRo/deepspeech-server cd deepspeech-server pip install . cp config.sample.json config.json nano config.json </code> Aggiungere
- doorbell @projects:iotaiuto
- //github.com/crossan007/esphome/tree/feature/rtsp-server|Esphome RTSPserver github]] {{:projects:iotaiuto:esp32cam.png?400|}} Per la prima scrittura: - connet... ime name: doorbell uptime </code> ===== RTSP Server ===== Installazione del fork di esphome, che sos... ossan007/esphome cd esphome checkout feature/rtsp-server pip install . esphome ~/config dashboard </code>
- openvpn @tips:vpn
- n-all ./build-dh ./pkitool --initca </code> ==== server certificate ==== <code> NAME=legnago-gw ./pkitool --pass --server $NAME # create passphrase here openssl rsa -in ke... E.key -out keys/$NAME.pem </code> ===== Mikrotik server ===== Upload and import certificates <code> /certificate import file=server.crt import file=server.pem import file=ca.crt </c
- jibri @tips
- " . </code> ===== (deprecated) on jitsi meet server ===== <file ini /etc/prosody/conf.d/jibri.cfg.lu... onnect 5000 timeout client 50000 timeout server 50000 timeout check 10000 log global ... backend bk_http_default mode http server s1 94.230.76.84:8080 check id 1 backend bk_http mode http server s2 localhost:8080 check id 2 backend bk_https
- lxd @tips
- ress 10.99.10.42 lxc start $istance </code> ===== servers ===== prepare lxd server <code> # bind to port 8443 lxc config set core.https_address "[::]" # passwo... ord some-password </code> from client add remote server <code> lxc remote add myserver <ip address or DNS> </code> run command <code> lxc exec myserver:trusty1
- homeassistant @projects:internetofthings
- ateway" **Sezione Home Assistant** Abilitare WS server **Salvare** Dall'interfaccia di home assistant ... <file txt /etc/nginx/sites-enabled/homeassistant> server { listen 80; server_name "scipio.csgalileo.org"; # create this folder empty location /... } location / { return 301 https://$server_name$request_uri; } } server { listen 443
- server @projects:livenet
- ments ===== ** HW**: 2 nic device **OS**: Ubuntu server 17.10 <code>apt install bash debootstrap schroot syslinux nfs-kernel-server tftpd-hpa xorriso pigz zfsutils-linux</code> **Optional config** <code>apt install isc-dhcp-server </code> **network config ** nano /etc/netplan/01... .22.2/24] gateway4: 192.168.122.1 nameservers: addresses: [8.8.8.8,8.8.4.4] ens4:
- iotaiuto @projects:internetofthings
- . ricordarsi di aggiornare il file users.yaml sul server di iotaiuto.it con il nuovo utente e relativo ipa... di regole che gestiscono http://roby.iotaiuto.it server { # PUNTO 1 server_name roby.iotaiuto.it; listen 80; return 301 https://$host$request_uri... di regole che gestiscono https://roby.iotaiuto.it server { listen 443 ssl http2; # PUNTO 2 se
- mdm @projects
- utente: admin password: eur... ==== Installazione server ==== <code bash> ubuntu@h-mdm:~$ sudo apt update... ternet Please assign a public domain name to this server Protocol (http|https) [http]: http Domain name o... ty for default ports 80 or 443): Project path on server or ROOT [/hmdm]: /hmdm Tomcat virtual host [localhost]: localhost Ready to install! Location on server: /var/lib/tomcat9/work URL: http://android.giano.
- agid @tips
- i necessari per ciascun tipo di sistema, compresi server, workstation e laptop di vari tipi e per diversi ... are sui dispositivi mobili, laptop, workstation e server** • Utilizzare configurazioni sicure standar... gare una configurazione standard per workstation, server e altri tipi di sistemi usati dall'organizzazione... tutte le operazioni di amministrazione remota di server, workstation, dispositivi di rete e analoghe appa
- motorizzazione @tips:vpn
- https://anyvpn.ilportaledellautomobilista.it get server fingerprint with <code> openconnect --authenticat... //anyvpn.ilportaledellautomobilista.it/utentiMCTC servercert=sha256:f3cab3bff048bf7f68e0c1c019cc31c8a0e70d... rt=/bin/bash -c "/usr/sbin/openconnect -u $user --servercert "$servercert" -b $url <<< $password" ExecStart=/bin/bash -c "/usr/sbin/openconnect -u $user --serverc
- influxdb @projects:internetofthings
- json_body = [{"measurement": "browser", "tags": {"server":1, "server-name":"galileo"}, "time": datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ'), "fields": {"value... rafana_4.6.1_armhf.deb systemctl enable grafana-server systemctl start grafana-server </code> Login to http://localhost:3000 (admin/admin) add datasource {{ :
- mariadb @tips:db
- -galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-servers Three Ubuntu 16.04 servers ===== install on each node ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 add-apt-repository 'deb [arch=amd64] http://nyc2.mirrors
- minikube @tips
- ===== Install on arch ===== ==== Run PostgreSQL server and Pgadmin on minikube ==== **Deploy Postgres**... -f <filename.yaml> </code> **Connect pgadmin to server** <code>minikube service <NamePgadminService></code> - Login Pgadmin - Server --> Properties - Change host name/address to Po... port (if not default) to ContainerPort (not Minikube service port) --> 5432 - Connect to server