Welcome on my blog, enjoy!

DevOps blog about Linux configuration, Containerization, Automation, Security and from time to time Leadership
[Photo by Pixabay](https://www.pexels.com/photo/blue-white-orange-and-brown-container-van-163726/)

Efficient Dockerfile templating for complex build scenarios

Why even consider templating Dockerfiles? Dockerfiles revolutionized the industry with their simplicity. Each instruction creates a new layer in the image, which is automatically cached. This process integrates well with SCM, where you “commit” the results of one stage and move forward with other changes. The process can be easily parameterized with ARG instructions, similar to ENV but provided during the build. This allows for creating highly flexible builds. For most users, this is more than sufficient. However, there’s a notable exception: Docker base images. ...

2025-01-01 · 14 min · timor
[Photo by Lukas](https://www.pexels.com/photo/blue-retractable-pen-574070/)

Fix 'Cannot Rebase Onto Multiple Branches' error once and for all

A Guide to using git pull --rebase effectively Using git pull --rebase as your default merge strategy offers several benefits, particularly in maintaining a clean and linear commit history, which can simplify collaboration and code review. However, you may occasionally encounter the error “Cannot rebase onto multiple branches”. This article explains why this happens and provides a solution to make git pull --rebase work seamlessly. Benefits of git pull --rebase Linear History: Rebasing applies your local commits on top of the upstream changes, creating a straight line of commits without unnecessary merge commits. This makes the project history easier to read and understand. ...

2024-05-27 · 2 min · timor
[Photo by @felipepelaquim](https://www.pexels.com/photo/electronic-book-subscription-in-an-electronic-gadget-8531176/)

Remove password from PDF documents

Learn how to remove passwords from PDF documents using the qpdf tool on Linux, making it easier to read protected files on devices like the Pocketbook Touch HD.

2024-05-27 · 1 min · timor
[Photo by Marina Leonova](https://www.pexels.com/photo/world-map-made-of-cork-board-on-white-wall-7634440/)

Optimizing Hugo Sitemaps to prioritize posts crawling over taxonomies

Learn how to optimize your Hugo site’s sitemap by adjusting priority and change frequency settings to improve SEO and guide search engine crawlers effectively.

2024-05-17 · 3 min · timor

Nostalgy for old RPG games

Reflect on the nostalgia of playing classic RPG games like Ice Wind Dale and Baldur’s Gate, and the immersive experiences they provided.

2024-04-29 · 3 min · timor
[Photo by MART  PRODUCTION](https://www.pexels.com/photo/person-holding-burning-money-7230878/)

Rising costs of running legacy Amazon RDS systems

Understand the rising costs of maintaining legacy Amazon RDS systems and explore the new RDS Extended Support option for MySQL and PostgreSQL.

2024-04-27 · 3 min · timor
[Photo by Pixabay](https://www.pexels.com/photo/books-in-black-wooden-book-shelf-159711/)

Create a Virtual Bookshelf with Hugo and PaperMod

Learn how to create a virtual bookshelf on your Hugo site using the PaperMod theme, allowing you to organize and share your reading list with ease.

2024-04-26 · 4 min · timor

Installing Oracle Instant Client on Ubuntu 24.04

Learn how to install Oracle Instant Client on Ubuntu 24.04 using both recommended and alternative methods, with a focus on Docker images.

2024-04-17 · 4 min · timor
[Hugo](https://gohugo.io)

Automatically setting 'lastmod' in Hugo pages with Git modification date

Learn how to automatically set the ’lastmod’ parameter in Hugo pages using Git modification dates to improve SEO and expedite search engine indexing.

2024-03-24 · 2 min · timor
[Photo by Harrison Haines](https://www.pexels.com/photo/rusty-ships-on-rippling-water-6292339/)

How old are Official Docker images? 2024 Edition

Discover the current age and update status of various official Docker images, including CentOS, Ubuntu, and Debian, in the 2024 edition of this analysis.

2024-03-24 · 2 min · timor