Converting FB2/TXT to EPUB: A Lightweight Bash Solution

In the world of e-reading, having your books in a compatible format is essential. While EPUB has become a standard format supported by most e-readers, many books are still available in FB2 (FictionBook) format or plain text. Converting between these formats often requires installing bulky software like Calibre, but there's a more elegant solution using common Linux tools.

Converting Text Files to FB2 Format with txt2fb2.sh

In the world of e-books and digital reading, having content in the right format can make all the difference in your reading experience. The FB2 (FictionBook) format has become popular among e-book enthusiasts due to its XML-based structure that preserves formatting and metadata effectively. This article introduces a powerful yet simple bash script called txt2fb2.sh that converts plain text files to the FB2 format on Linux systems.

Switching from Nginx to Apache Docker Container for Local Drupal Development

This guide demonstrates how to transition from an Nginx to Apache Docker container setup for local Drupal development, using Alpine-based images and custom configurations. The solution maintains full container flow control while properly handling .htaccess files and PHP-FPM integration, all managed through a Makefile-based workflow with Traefik as a reverse proxy.