Category Archives: Apps

All about applications

Reset the superuser password in InterSystems Cache

This is pretty good documented somewhere in InterSystems documentation, but usually I cannot find it when I need it. That is the reason why I posted it here. ccontrol start <cache-instance-name> /EmergencyId=<username>,<password> The only user that can login now is … Continue reading

Posted in Apps, Intersystems Cache | 4 Comments

CIFS shares do not follow symbolic links per default

To make Samba following symbolic links you must add the following to your smb.conf file. In the [global] section add: unix extensions = no In your share section add: follow symlinks = yes wide links = yes

Posted in Apps, Bash, Linux | Leave a comment

Howto install gallery3 on centos6

Today I installed gallery3. I was looking for an easy way to share some pictures on my webserver and found this tool on the internet. The installation was not as easy as expected: download the .zip file. extract it to … Continue reading

Posted in Apps, Linux | 1 Comment