DevOps

LaTeX Overview and Install

LaTeX Overview and Install

When you need high-quality doc for very scientific journal

LaTeX is a software system for document typesetting (designing high-quality text page). The resulting document format in PDF probably will be looking better then if created with MS Word. Have a look! A feast for the eyes.

Deploy Hugo site to AWS S3

Deploy Hugo site to AWS S3

Hugo is a static site generator

When the site is generated with hugo it’s time to deploy it to some hosting platform. Here is a howto push it to AWS S3 and serve with AWS CloudFront CDN.

Gitea SSL with Apache as reverse proxy

Gitea SSL with Apache as reverse proxy

To use container registry in k8s we need it over ssl

We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.