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
| ⇒ dig communication.etoll.gov.pl +trace | |
| ; <<>> DiG 9.10.6 <<>> communication.etoll.gov.pl +trace | |
| ;; global options: +cmd | |
| . 40354 IN NS a.root-servers.net. | |
| . 40354 IN NS f.root-servers.net. | |
| . 40354 IN NS h.root-servers.net. | |
| . 40354 IN NS b.root-servers.net. | |
| . 40354 IN NS k.root-servers.net. | |
| . 40354 IN NS j.root-servers.net. |
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
| # dig communication.etoll.gov.pl +trace | |
| ; <<>> DiG 9.18.19-1~deb12u1-Debian <<>> communication.etoll.gov.pl +trace | |
| ;; global options: +cmd | |
| . 30641 IN NS k.root-servers.net. | |
| . 30641 IN NS c.root-servers.net. | |
| . 30641 IN NS h.root-servers.net. | |
| . 30641 IN NS m.root-servers.net. | |
| . 30641 IN NS l.root-servers.net. | |
| . 30641 IN NS g.root-servers.net. |
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
| mqtt: | |
| discovery: true | |
| broker: localhost | |
| username: xxx | |
| password: xxx | |
| port: xxx | |
| birth_message: | |
| topic: 'hass/status' | |
| payload: 'online' | |
| will_message: |
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
| --- | |
| # secrets: secrets.yaml | |
| appdaemon: | |
| latitude: 1.1 | |
| longitude: 1.2 | |
| elevation: 3 | |
| time_zone: Europe/Amsterdam | |
| plugins: | |
| HASS: | |
| type: hass |
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
| root@ceph-admin ~ # ceph -s | |
| cluster: | |
| id: 9545503e-bf20-11ec-bd53-51523cfe5c45 | |
| health: HEALTH_WARN | |
| OSD count 2 < osd_pool_default_size 3 | |
| services: | |
| mon: 3 daemons, quorum ceph-osd3,ceph-osd2,ceph-mon (age 2h) | |
| mgr: ceph-admin.qyqfni(active, since 5d), standbys: ceph-osd3.yhbita | |
| osd: 2 osds: 2 up (since 5d), 2 in (since 5d) |
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
| # ceph orch device ls | |
| HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS | |
| ceph-admin /dev/xvda1 ssd 536M Insufficient space (<5GB), locked | |
| ceph-mon /dev/xvda1 ssd 536M Insufficient space (<5GB), locked | |
| ceph-osd1 /dev/sda hdd QEMU_HARDDISK_drive-scsi0-0-2 214G Insufficient space (<10 extents) on vgs, LVM detected, locked | |
| ceph-osd1 /dev/sdc hdd QEMU_HARDDISK_QM00002 2147M Insufficient space (<5GB) | |
| ceph-osd2 /dev/xvda1 ssd 536M Insufficient space (<5GB), locked | |
| ceph-osd2 /dev/xvda3 ssd 214G In |
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
| oki@debian:~/vaultwarden$ find . | |
| . | |
| ./ssl | |
| ./ssl/xxx.xxx.xxx.pem | |
| ./docker-compose.yml | |
| ./haproxy | |
| ./haproxy/haproxy.cfg | |
| ./vw-data | |
| ./vw-data/rsa_key.pub.pem | |
| ./vw-data/rsa_key.pem |
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
| INFLUXDB_USERNAME=foo | |
| INFLUXDB_PASSWORD=bar | |
| GRAFANA_USERNAME=foo | |
| GRAFANA_PASSWORD=bar |
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
| import React from 'react' | |
| import SubmitButton from '../../common/inputs/submit_button' | |
| import request from 'superagent' | |
| import { zoomBasedOnRadius } from '../../common/utils/zoom_calculation' | |
| const { compose, withProps, withState, withHandlers } = require("recompose"); | |
| import { | |
| withScriptjs, |
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
| - alias: Tuscon home parking - front gate close | |
| trigger: | |
| platform: state | |
| entity_id: proximity.tucon_parking | |
| attribute: dir_of_travel | |
| to: "stationary" | |
| for: | |
| minutes: 5 | |
| seconds: 42 | |
| condition: |