Declaration of VAR
61 subscribers
67 photos
173 links
Спутниковый канал моего блоха: https://decovar.dev
Download Telegram
We were looking for a wiki with Markdown markup, but surprisingly the choice is quite poor. And out of what's available, Gollum seems to be the best option.

#blog #web #linux #macos #devops
A better alternative to Certbot for issuing and renewing Let's Encrypt certificates - acme.sh shell script.

#blog #web #devops #linux
The blog has moved to https://decovar.dev/ on its own server, and the comments are now on remark42 engine.

#blog #web #hugo #devops #linux
If you'll ever need to automate package promotion in Azure DevOps Artifacts feeds, this can be done via REST API.

#blog #devops #azure #web #fail
CMake can handle making packages too - with CPack. I needed to make a deb package, and CPack helped a lot with that task (almost did everything for me).

Then I also needed to host that package in a private APT repository, and that part wasn't too easy.

https://decovar.dev/blog/2021/09/23/cmake-cpack-package-deb-apt/

#blog #cmake #devops #linux #cpp
A way to store passwords, keys and other secrets using KeePass database, hosted on internal server in Git repository.

#blog #devops #linux
Managing 3rd-party dependencies in a C++ project with Conan: automatic builds and deployment in TeamCity, storing artifacts in JFrog Artifactory and fetching them for CMake.

#blog #cpp #cmake #devops