Posts aus der Kategorie ‘Kurz notiert’

How to verify whether cron job is setup correctly

You can use the tool run-parts to check if your cron job is configured correctly:


run-parts --test /etc/cron.daily/

This prints all the daily cron jobs (at least on ubuntu) without running them.
Ofc you can use this for the other cron dirs as well.

Changing gitosis repository directory

It took me a while to figure it out, so i thought it might be useful to someone else as well.

Simply move the gitosis folder from /srv to the new directory and change the home directory of the gitosis user to the new location.

mv /path/to/new/gitosis/
usermod -d /path/to/new/gitosis/ gitosis

Kurz notiert: Photoshop CS5 grauen Hintergrund aktivieren

Unter OSX hat Photoshop standardmäßig keinen Rahmen sondern besteht nur aus einer Menüleiste und Werkzeugen etc.
Wer mit dem grauen Hintergrund besser zurechtkommt kann dies unter Fenster Anwendungsrahmen aktivieren

Kontakt: mail@gamgee.de