Sep 2022 / DevOps Transfer Files Between Two FTP Servers (Move Website) This article describes how to transfer files and folders from one webhosting FTP server to another provider, e.g. for moving a website.
Mar 2022 / Quick Tip [Quick Tip] Easiest Way to get your SSH Keys onto a new Machine GitHub offers an easy HTTP-API to download your public key without prior setup. You can use it to easily configure SSH logins on a new machine.
Apr 2021 / DevOps macOS Big Sur: Python 3.7 Installation with Homebrew A step-by-step tutorial on how to install Python 3.7 on macOS Big Sur with Homebrew and fix all upcoming bugs, errors and problems with popular packages.
Dec 2020 / DevOps Self-Host and Dockerize Standard Notes Extensions with Docker-Compose In this article we show how to use docker and docker-compose to host Standard Notes extensions on your own infrastructure.
Nov 2020 / DevOps CSF / LFD Firewall: csf.pignore not working or ignoring processes Sometimes, processes added to the csf.pignore file aren't ignored and alert mails still arrive. This article introduces several solutions and fixes.
Oct 2020 / Raspberry Pi Raspberry Pi – Basic Setup on Raspbian (Raspberry Pi OS) This quick guide describes the important steps to create a fully working Raspbian (Raspberry Pi OS) system (langauge setup, static IP, expand disk etc.).
Sep 2020 / DevOps [How-to] Own CA Certificate in GitLab CI with dind service (docker-in-docker) How to properly install a custom CA certificate in GitLab CI dind service to prevent the error: "x509: certificate signed by unknown authority".
Sep 2020 / DevOps [How-to] Migrate ownCloud 10.5.0 to Nextcloud This step-by-step tutorial explains how to migrate an existing ownCloud instance to Nextcloud by preserving existing shares and federations.
Sep 2020 / Tools Nextcloud 19 Server: Allow iframe / embedding from external Domains If you host your own Nextcloud 19 server and you try to embed the content from other URLs or domains via an iframe or other HTML elements it doesn't work. The solution for the problem is briefly described in this blog post.
May 2020 / Quick Tip [Quick Tip] Deploy React App build to any Subdirectory You can deploy your react app to any subdirectory by setting the homepage attribute to a relative path inside your package.json
Mar 2020 / DevOps Git Collection of most used Commands and Solutions of typical Problems My personal, briefly Git overview of the most important basic commands and a collection of solutions for some typical Git problems of the daily work.