guard43ru

Results 8 comments of guard43ru

Браузеры не поддерживают gsm, и подобных реализаций (в веб) я не видел. У самого файлы хранятся в gsm, приходится скачивать и слушать локально.

Same problem PM2 report ``` --- PM2 report ---------------------------------------------------------------- Date : Fri Apr 22 2022 18:41:15 GMT+0100 (Central European Standard Time) =============================================================================== --- Daemon ------------------------------------------------- pm2d version : 5.2.0 node...

Docker Desktop 4.3.0 now uses cgroupv2 (https://docs.docker.com/desktop/mac/release-notes/#docker-desktop-430) I can run container (with systemd) from docker run (with --cgroupns=host), but can't start from docker-compose

> we shouldn't even give the option for people to disable OCSP checks with `certbot renew`. That command is usually run non-interactively I agree, we don't have problem with `renew`...

mtprotoproxy-1.1.1 ``` июл 21 13:08:53 vpn python3[1590816]: unknown rpc ans type: b'\xdf\xa20W' июл 21 13:08:54 vpn python3[1590816]: unknown rpc ans type: b'\xdf\xa20W' июл 21 13:08:54 vpn python3[1590816]: unknown rpc ans...

At now (in 2.8.90) "right path" is `requirementsFilePath := path.Join(t.getPlaybookDir(), "collections", "requirements.yml")` In my project tree it looks as: ``` ├── ansible.cfg ├── collections │   └── requirements.yml (original file) ├──...

I made this template, it's more neat. Some fields optional. ``` # gelf template template(name="gelf" type="list" option.jsonf="on") { constant(outname="version" value="1.1" format="jsonf") property(outname="host" name="hostname" format="jsonf") property(outname="timestamp" name="timereported" dateFormat="unixtimestamp" datatype="number" format="jsonf") property(outname="_application_name"...