security output log on my server...

It has been a while that i keep getting these warnings on the daily security log on one of my servers:

Checking for packages with mismatched checksums:
python3-3_3: /usr/local/bin/pydoc3
python3-3_3: /usr/local/bin/python3
python3-3_3: /usr/local/bin/python3-config
...
Continue Reading

start recovery mode on macOS...

Sometimes you will need to recover a Mac to have it running again, or you want to have a fresh install or set it to the initial factory settings.

In this new world of no more CD/DVD discs, you can go the route of preparing a USB memory stick with an macOS install image, but that always requir...
Continue Reading

splitting up a subversion repository...

During the years, and to get myself organized and have a bit more control over some of the code development, i started a source repository (not just code, but all kinds of things inclusive a document storage) using initially CVS and then migrated to Subversion.
With different projects, different ...
Continue Reading