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.
QUICK NOTE ON BUILDING LIQUIDITY FOR YOUR LIGHTNING NODE
Here are few straightforward notes to setting up a liquid and well-connected Lightning node that will enable you to transact at light speed and for pennies, side-stepping the traditional financial systems.
BACKING UP FEDORA PACKAGES
If youβre running a Fedora system, itβs wise to maintain backups of your installed packages. This makes system restoration much smoother in case of unforeseen hiccups. Below is a quick guide on how to achieve this.
MONITORING WIFI-ENABLED DEVICES WITH 'PING' IN HOME ASSISTANT
In the world of home automation, effectively managing your WiFi-capable devices is crucial. In this post, weβll demonstrate how you can monitor the status of such devices using the βpingβ function in Home Assistant.
A SIMPLE BASH SCRIPT FOR DOCKER COMPOSE MANAGEMENT
If youβre like me and love running your own homelab, Docker has likely become an essential part of your workflow. It provides an efficient and convenient way to manage various services, applications, and environments.
MONITORING HARD DISK TEMPERATURES WITH DRIVETEMP ON UBUNTU 22.04
Keeping an Eye on HDD Temperatures on Ubuntu 22.04 As the hddtemp utility is now deprecated, keeping track of your hard disk drive (HDD) temperatures on Ubuntu 22.04 requires a new approach.