Wireguard on qnap docker container
I will explain you how to run Wireguard on your Qnap NAS as a docker container using Container Station. Read More »Wireguard on qnap docker container
I will explain you how to run Wireguard on your Qnap NAS as a docker container using Container Station. Read More »Wireguard on qnap docker container
This is a dns dynamic ip updater bash script for Cloudflare. In case you self host a server and your provider gives you a dynamic external ip that changes from time to time, you can use this script that monitors ip changes and push the changes to the Cloudflare API. Read More »Cloudflare dns dynamic ip updater script
We are going to learn how to access our Home Assistant panel_iframe with nginx reverse proxy. We saw in our last post how to access our Home Assistant using nginx proxy and Let’s Encrypt Read More »Home Assistant panel_iframe access with nginx proxy
We are going to learn how to enable external access to our Home Assistant instance using nginx reverse proxy and securing it with Let’s Encrypt ssl certificates. Read More »Home Assistant access with nginx proxy and Let’s Encrypt
Today we are going to see how to install Home Assistant and some complements on docker using a docker-compose file. Consequently, this stack will provide the following services: In addition, we will be able to… Read More »Home Assistant install with docker-compose
Hi, I am going to show you how to enable remote ssh unlocking of your LUKS encrypted file system. This procedure has been tested in Debian Buster and Ubuntu 20.04. For older versions configuration probably may be different. Read More »LUKS encryption: Enable remote ssh unlocking
Here is how to upgrade a Home Assistant instance to python 3.8.6 using python virtual environments. This is my own experience, with some minor problems that I will explain later, yours could be different. Read More »Home Assistant: upgrade to Python 3.8
Here are my notes on how to compile and install the latest version of the Linux kernel, at this moment version 5.9.1, on Debian 10 ‘Buster’ and Ubuntu 20.04 LTS from source code. Procedure should be similar for other flavours of linux. Read More »Compile latest kernel on Debian and Ubuntu
Configuration to run qmailadmin with nginx. I leave here the virtualhost configuration file as a reminder and in case it is useful to someone. This way you can to avoid installing apache if you do not need it. Read More »Qmailadmin on Nginx
This is a command to run remotely Tcpdump over Ssh and visualize the capture on Wireshark in your desktop.
Tcpdump and Wireshark are two of the most powerful and complete packet analyzers out there. The first one is a command line tool while the second one boasts a simple and intuitive visual interface. Read More »Tcpdump over ssh and wireshark