• At the Domain Registrar Register your domain at a registrar and make sure you an able to change the domain name servers. We will change this to the Cloudflare servers. Cloudflare Create an account at Cloudflare and add a new…

  • Create VM Create a new Ubuntu VM in Proxmox and write down the ID. USB Passthough Connect the print to the server and find the device ID in Proxmox. For example the following output has 1a86:7523 as the ID. Assign…

  • Download the installer script from docker.com. https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script Then run it using root privileges. Add yourself to the docker group Add yourself to the docker group when you get an error like this:

  • Installing OpenWrt on a Raspberry Pi 4 with ethernet dongle as WAN port and on board ethernet as LAN port. Before we start, make sure that you have all the required packages installed. Take a look at https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem. First download…

  • Installation The following applications are required: yosys and openfpgaloader Install both yosys and openfpgaloader via apt. https://github.com/yosyshq/yosys#setup gowin_pack Install via pip https://github.com/YosysHQ/apicula It could be that the error “error: externally-managed-environment” occurs. This can be solved by adding the flag –break-system-packages…

  • Create environment Activate virtual environment Install libraries (don’t use pip3) Deactivate

  • Create new branch This is shorthand for: Commit to the branch Merge changes from main into branch Merge branch into main (pull request) Create pull request on GitHub Revert changes Remove file from repository but not locally

  • Open your favorite terminal emulator, such as Terminal or iTerm2. The following command wil reset the launchpad to default settings. Sinds Launchpad is part of the Dock, to make the changes go into effect, let’s restart Dock.

  • Open a your favorite terminal emulator, such as Terminal or iTerm2. The following command will reset the Dock to default settings and then restart it.

  • This tutorial will show you how to set up an Apache/PHP website in docker using docker-compose. It will show you a script to simplify the update process so Apache and PHP versions are easily updatable (if desired). Furthermore, it will…