A few tips regarding the usage of git ### On local machine cd foo_project git init git add * git commit -m “My initial commit message” ### On remote machine (Git remote repository) cd /home/administrator/git-repositories mkdir foo-project cd foo-project git –bare init ### On local machine, in your git project git remote add origin ssh://git@192.168.10.23/home/administrator/git-repositories/intranet/foo_project […]
WordPress and Translatepress – 404 or wrong page when changing the language
If you use WordPress with TranslatePress and you experience the following phenomena when changing the language: A 404 page is displayed When changing the language you jump to a completely different page Then please check the following in your WordPress backend on the page in question: The permalink must be unique, i.e. it must not […]
Effective tick eradication
Since its spring again, the cat is dragging huge amounts of ticks on its fur into the house, good advice on how to destroy them is of course expensive. Flushing them down the toilet is not a good idea – since these beasts survive it well. The cat just brought six ticks on her fur […]
Problem with Ionic 6.5.0 – NativeAudio – MP3 file not found – FileNotFoundException
Whatever I tried I always got this error Since I spent several hours and just couldn’t get the NativeAudio plugin to play an audio file in Ionic (no matter if React or Angular), I had to dig through the JAVA code of the plugin. Apparently the Cordova NativeAudio plugin is not compatible with the new […]
Corona – some thoughts regarding the current situation
A few thoughts on the current situation… On the one hand, workers and employees in Germany basically have a large safety net. The German state is in a comparatively good position in 2020 and the social benefits are guaranteed even if we are ill and the company is closed. If we are unemployed, we receive […]
Importing Tunnelblick configuration – repair took too long
This concerns the latest Tunnelblick version 3.8.3beta01 – even with the latest stable (not beta) version the same error occurred. After I gave my Macbook Air a larger SSD, I wanted to reload the previously exported configuration of Tunnelblick. However, the following error appeared during import: (Screenshots are in German) “The installation or repair took too […]