I moved from one distro to another, but forgot to export GPG keys. This is how I exported them from backup and imported them on the new machine. Continue reading →
Resolving issue with the IntelliJ popup to enter SSH key passphrase - with the, probably, simplest way ever, which is… add all keys after the login! Continue reading →
Recently I spent some time making improvements around deploying an application.
Some of them are bash scripts automating some boring actions. All of them has
one common part - should not be run if there are any changes (staged or not) in the
local Git repository (working tree). Fortunately, it is simple to incorporate checks
like this into scripts! Continue reading →