How you install Gitlab CORRECTLY on a Raspberry Pi!

How you install Gitlab CORRECTLY on a Raspberry Pi!

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...
How to Link Tables with MySQL (FEDERATED Tables)

How to Link Tables with MySQL (FEDERATED Tables)

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...