by Marco Sadowski | May 19, 2019 | How to
Today I want to show you how to install Gitlab correctly on a Raspberry Pi. Maybe you already tried to install Gitlab with another tutorial but it freezes during the process. I also had the issue with the other tutorials out there. That’s why I decided to write...
by Marco Sadowski | Dec 19, 2018 | How to
Linking Tables is a normal Feature in Oracle DB or MS-SQL. It is also (similar) possible with MySQL! The solution in this case is a Plugin called “FEDERATED”. A FEDERATED Table syncs the complete Table with a Remote Database, which is totally awesome...