Blog
-
April 19, 2020
4 Tage im Leben eines alten Baumes
Momentan ist unser aller Bewegungsradius aufgrund der Einschränkungen wegen des CoronaVirus ja leider sehr eingeschränkt. Deshalb führen mich meine ab…
Photography Munich -
December 22, 2018
MDWiki rewrite
As I wrote in my previous blog entry before a while I decided to give up the domains for my personal projects and let it run as subdomains under my pe…
develop -
October 7, 2018
Reject domains for personal projects
Because of personal reasons I had to reject to both domain names I used for my personal projects mdwiki.net and howcani.eu. So from November this year…
software -
April 1, 2017
My Projects
I just wrote an article about my projects, but as a separate page and not as a normal blog post. You can read it .
-
November 5, 2016
How can I protect my external USB stick with a password on MacOS Sierra
To protect your USBstick with a password you have to format it first with the Disk Utility program to the Mac OS Extended (Journaled) format with the …
MacOS -
October 23, 2016
How to run a scheduled job within a Docker container
For some reasons it could be necessary to execute a job in scheduled time. When running the job within a Docker container there're two ways to do this…
Docker -
October 17, 2015
Quicktip - Move windows between desktops on MacOSX
To move windows, click and hold on any window titlebar and hit the shortcut you defined for the desktop (in my case it's command+1,2,3) and the window…
MacOSX -
October 17, 2015
From C# to Python
Last week I did my first steps with ) and I was really suprised about this programming language that has such a long history. It provides features tha…
c# python linq -
December 8, 2013
Find out which process uses my port
Today I had the problem, that someone has used the port 3000 on my macbook and I couldn't start my node.js server. At first I tried to close all open …
node.js system macos -
October 27, 2013
Reisebericht Dubai
Gleich im Anschluss an unseren Urlaub in Indien machten wir einen Zwischenstop in Dubai, um auch diese Stadt kennenzulernen. Und was soll ich sagen, w…
urlaub reisebericht dubai -
October 26, 2013
Reisebericht Indien
Eigentlich wollte ich von meiner Reise nach Indien einen ausführlichen Reisebericht schreiben und habe das in meinem privaten Tagebuch auch jeden Tag …
urlaub reisebericht indien -
September 1, 2013
Using hooks in git
Wenn man nach "git hooks" sucht, findet man jede Menge Links zu guten Beschreibungen, was es für verschiedene Hooks in Git gibt und was man alles dami…
git -
April 1, 2013
Set-acl with Powershell
In meinem letzten Projekt war eine meiner Aufgaben, ein Script zu erstellen, das eine definierte Verzeichnisstruktur erstellt und einem bestimmten Use…
powershell iis security -
March 4, 2013
LinqPerformanceTips
In my latest project I learned some thinks about the performance of Linq when you often query inmemory repositories. Linq is very easy to use and with…
linq -
February 26, 2013
Csv to Json with Powershell
In my current project I have got some .csf files with the requirement to import these files to my project as base data to use it as inmemory repositor…
csv powershell json