How to check if logrotate is working
Check that the logrotate is working as expected
See man logrotate for all the options, check it's running
Does git rm delete the file?
tldr; Yes. Yes it does. (use git restore --staged <filename> to un-delete if you made that mistake*)
Does
Override the entrypoint of docker containers (any container)
Sometimes you want a quick and easy way to look inside a container before it's
stopped- to debug
Database migrations with multiple git branches and teams alembic sqlalchemy
> This article is suitable for understanding database migrations when there are
database migrations on different git branches which need
How does Algorand work thoughts
This is a summerisation of the parts I found interesting in relation to the
recorded conversation with Silvio Micali: Cryptocurrency,
ipv6 KVM multiple vms ip config
I want to spin up multiple vms using kvm and ipv6. IPv4 is exhausted and
expensive. How do I do
Saas based architectures
Deploy Sass customers independently each within their own version of the
application or as one, application containing all tenants?
The
How to install k0s kzeros Kubernetes
K0 (kzeros) in a new single binary distribution model for running and deploying
Kubernetes.
The project is available on GitHub
Sessions not set SameSite cookie Firefox vs Chome iframe
This matter comes into play when you are embedding an iframe into your
application (e.g. maybe your application is
FastAPI Production Deployment with Github actions & Dokku
This FastAPI tutorial shows you how to develop and deploy python FastAPI to a server with automated deployment & TLS