TIL - Commenting current command in shell
Today I discovered that command, which you are typing in shell(fish or bash) can be quickly commented via ALT-SHIFT-3 key mapping.
Today I discovered that command, which you are typing in shell(fish or bash) can be quickly commented via ALT-SHIFT-3 key mapping.
Recently the Neovim community has been experiencing a boom in new plugins. Those plugins are written in LUA, which is much, much more pleasant to write than ...
Vim has built-in functionality to open URLs directly by executing gx in normal mode. This functionality is provided by netrw plugin :h netrw-gx
In this article I will show how Kubernetes ServiceAccount can used to gain privileges. Of course, all this information should be only used for preparation to...
During my CKS preparations, I’ve faced with one not obvious thing - selection apiGroups in RBAC rules.