Declaration of VAR
63 subscribers
67 photos
173 links
Спутниковый канал моего блоха: https://decovar.dev
Download Telegram
So, I finally decided to stop ignoring warnings about obsolete Ubuntu) version on my server and upgrade it from 14.04 to 16.04. Right after the upgrade my website on WordPress stopped working.

#web #linux #wordpress #fail
One more reason to get rid of Google Analytics - analyze your own web-server logs, dawg!

#blog #web #linux
Jupyter Notebook on your website:

- Jupyter instance behind NGINX reverse proxy with HTTPS on a subdomain
- querying MySQL database
- working with notebooks from Visual Studio Code

#blog #web #linux #python
How to add Prometheus metrics from TeamCity as a data source to Grafana.

#blog #web #development #linux
Data compression in IIS, Apache and NGINX. How to enable and which one is better.

#blog #web #windows #linux #development
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
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