Error PEM routines:PEM_read_bio:no start line:Expecting: ANY PRIVATE KEY that your private key has incorrect encoding.
Continue readingCategory: Without category
Docker Commands List – Cheat Sheet
Short list with commands for docker in Linux. See table. If you need more details or you have suggestion – please add comment)
Continue readingHow to scan I2C bus in Linux
Just install i2c-tools. It’s a package with utilities for work with i2c bus in Linux.
Continue readingNginx Reverse Proxy – 502 Bad Gateway
If your service (url) is accessible and all need headers set but nginx returned 502 error – try to enable SNI. It can be very actual for reverse proxy AWS services (API Gateway, CloudFront and etc)
Continue readingPython – setup command: ‘extras require’ must be a dictionary whose values are strings or lists of strings …
Just update package setuptools to latest version
pip install –upgrade setuptools
pip3 install –upgrade setuptools