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
Author: alex
How to generate random number in Jenkins
Just use Random() in Groovy.
Continue reading
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
Windows Server – A service installation section in this INF is invalid
Sometimes on Windows Server, when you try to install a driver for certain devices, you may encounter the error: “A service installation section in this INF is invalid.” In most of cases this means that some components in Windows, like Wireless-Network, are not installed.
How to clone git without/ignore lfs files
Sometimes, especially if the link to LFS is broken or the repository has been moved, it becomes necessary to clone the repository while ignoring LFS.