-
Companion script for cloudflare-ddns
Unfortunatelly cloudflare-ddns package in the debian repo can not handle more than 1 domain to update its DNS records. The following script will edit the config.ini file used for cloudflare-ddns to add the domain and the api tocken necessary for…
-
How to scp from linux to windows
To use scp (Secure Copy Protocol) for transferring files from a Linux system to a Windows machine, you need to set up a few things on the Windows machine first, since Windows doesn’t have an scp server by default. Here’s…
-
Connection metric management
Here is how with some simple steps I changed the metric of an internet connection in order to give priority to a usb dongle so its set as the default interface for internet traffic in my personal laptop. The laptop’s…
-
Ansible and system updates
Setup passwordless authentication with the servers you want to manage This is useful if you want to automate processes via ssh without intervening by having to input the password to the remote server. Setup passwordless sudo commands In the server…
-
Freedombox – Installation & Setup (Two ways)
There are mainly two ways to get a Freedombox running. The first one would be to install Debian first and then the Freedombox package or the alternative to download the Freedombox image designed for your desired system. 1- Install Debian…