I did try to in vain install vmware so I changed to virtualbox. There I got the following error: βWindows failed to start. A recent hardware or software change might be the cause. To fix the problem: 1. Insert your windows install disk and restart the computer. 2. Choose your language β¦
Read more βOpen Source
Posts tagged with
Cron working but not executing?
I was struggling to understand why cron, which was running ok, was not executing my file in /etc/cron.hourly/hourly.backup while if I would run this script by hand it was working file! The reason is that cron doesnβt like a dot in a filename (at least in Ubuntu)
Read more βLogging
It is handy to have cron log to /var/log/cron.log. You can change this setting in sudo vim /etc/rsyslog.d/50-default.conf You will need to restart the services sudo service rsyslog restart sudo service cron restart
Read more βPermission on main Samba folders
I always set the permissions for the main shared folders in samba to 3770. This way any files made below this will inherit the group ownership of the parent.
Read more β