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.

EXPANDING VM DISK SIZE ON LXD

In this blog post, we’ll be discussing a simple and straightforward way to expand the disk size of a Virtual Machine (VM) on LXD using a cloud-init image. The image will auto-expand once we pass the appropriate configuration.