Skip to main content

2 posts tagged with "linux"

View All Tags

Mozilla Wants AI in Your Browser? Move to LibreWolf Instead

· 5 min read

LibreWolf Migration

Mozilla just named a new CEO. The headline promise? Firefox will "evolve into a modern AI browser." I read that and immediately started looking for alternatives.

This is a quick migration guide, not comprehensive documentation. Check LibreWolf's official docs for your specific system.

I was worried about breaking things—my setup has shell aliases for profile switching, wrapper scripts, keyboard shortcuts that launch Firefox, and window management automation. Everything migrated in about 30 minutes. If it worked for me, it'll work for you.

5 Unusual Docker Usecases

· 6 min read

intro-pic Photo by Antoine Petitteville on Unsplash

Introduction

Docker introduced containers technology as mainstream around 2013. Since then, containerization became an integral part of the cloud and digital transformations. Nowadays most of the traditional server workloads such as web APIs, web apps (broadly speaking server side workloads), are containerized. Heck, even Microsoft saw the writing on the wall and since 2016 windows containers are also there (albeit a bit on the heavy side). 2017 saw the introduction of Kubernetes, a container orchestration, which even more cemented already strong position of containers as compute workhorses.