Pkg-File-Service – Control Daemons with Salt – Change SSH Server Port

You can control a huge number of daemons with a configuration management system. Package-file-service is the common pattern for this: install the software, replace a configuration file and finally restart the daemon to use the new configuration. This article shows … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , | Comments Off on Pkg-File-Service – Control Daemons with Salt – Change SSH Server Port

When files change, take action – inotify-hookable

Automatically compile your program when you save a file. Or load the new code to a web server. Running a command on save can make development faster and easier. Inotify-hookable makes this simple. It can recursively watch directories, ignore specific … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on When files change, take action – inotify-hookable