Oleksii Zagorskyi
Oleksii Zagorskyi
Try to post for example https://overpass-turbo.eu/s/Iga on facebook. You will see that FB will add something like ?fbclid=IwAR1ldgip5Kb6ZoWQzc to real URL. When you click it, it will redirect to a...
Laptop HP EliteBook 1040 G4 ``` # lsusb | grep 138 Bus 001 Device 005: ID 138a:0092 Validity Sensors, Inc. ``` The :0092 was not mentioned in other issues, so...
Related discussions: https://github.com/hbldh/bleak/issues/701 https://github.com/bluez/bluez/issues/511 Here how it looks like: ``` $ ble-serial -vv -d 98:DA:E0:01:9C:46 -s 0000ffe0-0000-1000-8000-00805f9b34fb -r 0000ffe1-0000-1000-8000-00805f9b34fb -w 0000ffe2-0000-1000-8000-00805f9b34fb 20:29:43.328 | DEBUG | main.py: Running: Namespace(verbose=2, timeout=5.0, adapter='hci0',...
https://www.zabbix.com/documentation/5.4/en/manual/api/changes_5.2_-_5.4 `ZBXNEXT-6474 user.login: Renamed parameter user → username.` https://www.zabbix.com/documentation/6.4/en/manual/api/changes `ZBXNEXT-8085 user.login: Removed support for deprecated parameter user.` So, starting from 6.4, in jsonrpc.js:21 instead of: ` this.call('user.login', {user: user, password:...
Add debug (2ndline) to this function: ``` def read(self, register: int, length: int = 1) -> int or tuple: print(f"reg: {register}: len: {length}") ``` observe this output when running "riden"...
Wireshark 4.2.0 states that "Zabbix" is new protocol supported. https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html This causes an error (after upgrade) with current custom plugin added: ``` Lua: Error during loading: /usr/lib/x86_64-linux-gnu/wireshark/plugins/zabbix.lua:7: bad argument #2...