Nikolay Galko tech notes
Monday, November 27, 2023
[DevOps] Hint for running portainer under podman
›
Hello, Officially the Portainer is supports only docker, but on some systems we can use only Podman (RHEL systems), with this is hint you c...
Friday, June 2, 2023
[DevOps] Debug MongoDB pipelines
›
Sometime, MongoDB server is crash when tried to run some pipelines (aggregations). The main problem – it's happens without logs and hard...
[DevOps] Remove all docker logs
›
Sometimes are needs to remove logs for all containers, for example, when you not have enough disk space sudo sh -c "truncate -s 0 /va...
Saturday, February 11, 2023
[Ubuntu&Gnome42.5] Support multiple key combinations for switching input sources for keyboard
›
By default, the latest version of Gnome (42.5) and Ubuntu (22.04.1 LTS) is multiple combinations for input disabled, and you must use only ...
Sunday, May 15, 2022
[DevOps][Note] How enable ssh authentication without password on Fedora
›
Hello, cd ~/.ssh ls Should be <fileName>.pub and <fileName> (private key) ssh-copy-id -f -i <filename>.pub <usernam...
›
Home
View web version