After upgrading Grafana to version 10.x, when configured with a reverse proxy, you may receive the error message ERR_TOO_MANY_REDIRECTS in the browser. To fix it, Continue reading
Category: Software
Error loading shared library libresolv.so.2: No such file or directory
Some Golang applications might return the error “Error loading shared library libresolv.so.2: No such file or directory”. To fix this, you need to install additional packages.
Continue reading
Fuse mount in docker or docker-compose
FUSE is a Filesystem in Userspace that allows the creation of custom filesystems in userspace, such as cloud storage, NFS and etc. But for mount inside docker container need to add additional parameters to docker run command or inside docker-compose.yml file.
PowerShell: Set environment variable
It’s very simply task.
Continue reading