by Marco Sadowski | Jan 26, 2021 | How to, Product Update
I switched from Google Analytics to a open source alternative for tracking. Google Analytics is not only a difficult topic since the GDPR. The tool collects a lot of data although most users (like me) probably only want to see how well the website is visited and which...
by Marco Sadowski | Sep 12, 2020 | How to
I had some startup problems when I installed Ubuntu as a subsystem. I could install node and npm, but not global npm packages. If you get errors like this: npm WARN checkPermissions Missing write access to /usr/local/lib npm ERR! errno -13 npm ERR! Error: EACCES:...
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...