Für viele deutsche Banken scheint das Internet ja immer noch Neuland zu sein. Hier die schönste Stilblüte, die ich bislang erlebt habe: Ich will einer Bank Unterlagen schicken, natürlich elektronisch. Da es sich um viele Dateien handelt, packe ich sie… mehr »
Kategorie: "Arbeit"
Coming from Java, C++ feels like driving a manual car for the first time. Due to lack of interest, up to now I refused to pay attention to the nitty-gritty details of memory management of C++. That was a mistake, as I just learned. What is the… mehr »
nginx is tricky with slashes in URLs. It becomes especially tricky when it is behind a proxy. I had the following setup. A proxy server that redirects all requests from proxydomain.xyz/examplepath to the nginx-hosted nginxdomain.xyz/examplepath. When… mehr »
From within a standard bridge network connecting several service containers there was no internet connection available, although it should have been. The problem was dnsmasq: deactivating it in /etc/NetworkManager/NetworkManager.conf and restarting… mehr »
I was trying to use the SharePoint REST API to be able to access SharePoint documents within Drupal. In a PoC on my Ubuntu machine this worked fine, but on my development docker I got this curl error. I added the option CURLOPT_HTTP_VERSION =>… mehr »