TUNING ZRAM IN FEDORA FOR BETTER PERFORMANCE AND GET RID OF OOM CRASHES
Tweak Fedoraβs SWAP on zram feature to increase the available RAM on your laptop or workstation.
SETTING UP NEXTCLOUD FULLTEXT SEARCH WITH ELASTICSEARCH
In this post, we will be setting up Fulltext Search on Nextcloud using nextcloud-aio
container and Elasticsearch. For the purpose of this guide, we will be avoiding the use of the container mentioned in the official Nextcloud documentation as it executes processes as root, which is not ideal for many circumstances.
ENCODING CONTACT INFORMATION INTO A QR CODE
Create advertisement-free QR codes that embed your contact information in the vCard format.
OPTIMIZE BATTERY HEALTH ON DELL LINUX LAPTOPS AND FEDORA 38
Run the obsolete Dell program command-configure
on Fedora 38 to control battery charge threshold from the OS.
SETTING UP AN IGNORE LIST FOR UMAMI WEB ANALYTICS
Set up an ignore list with Umami and filter out your own IP from your website visitors count - assuming a Docker Compose deployment.
CUSTOMIZE EMAIL SUBJECT PREFIX IN EVOLUTION EMAIL CLIENT
Customize email subject prefixes such as βRE:β or βAW:β in the Gnome email client Evolution so that they work accross languages.
GOING PAPERLESS WITH A SIMPLE YET POWERFUL WORKFLOW ON LINUX
Having an efficient paperless workflow can save you space, make documents easily searchable, and prevent the loss of important information. In this post, I’ll explain a straightforward way to digitize paper documents on Linux using free and open source tools.
REPLACING DDCLIENT WITH INADYN: RESTORING DYNAMIC DNS UPDATES RELIABILITY
Over the past 18 months, Iβve encountered a growing number of bugs with ddclient
. But inadyn
solved all that and Iβm not looking back!
INTEGRATING UMAMI WEB ANALYTICS TO HUGO
Umami is a user-friendly, self-hosted web analytics tool that places a strong emphasis on privacy and data ownership. It provides essential metrics without tracking or storing personal data of users.
MAKE YOUR NEXTCLOUD DOCKER INSTANCE FLY: ADD REDIS CACHING
Thereβs an array of tutorials online for boosting your Nextcloud Docker instance performance; some lead to dead ends, others are convoluted. Hereβs a more straightforward approach.