Thanks to this blog post https://agurk.net/update-freedns-with-powershell-and-task-scheduler/ for detailed information. In my experience there is a bit of a difference in the commands and code everything else is essentially the same.Just an outline:
Category: Superuser
Okay so these are some example commands that I find useful when I am on my development environment. These are ran on Ubuntu 24, I guess they work for all flavors of Linux just mind the directory structure. Make a folder that you would like to hold your files for example a folder named simple_csv_expenses_parser/ […]
Categories
Git clone command for Ubuntu
Example git command: Get actual repository link from github and use the –config argument to point it to the correct ssh key you have added to your GitHub account.