2
votes
How to package a Linux binary for my Open Source application?
Find someone skilled with Debian and get their help to set up a build process to build .deb packages for Debian and Ubuntu.
…
2
votes
What’s the best way to keep multiple Linux servers synced?
One thing you could (theoretically) do is create a script using Python or something and the inotify kernel feature (through the pyinotify package, for example).
You can run the …
1
vote
Put a process in a sandbox where it can do least harm
FreeBSD has specific concepts of jails, and Solaris has …
1
vote
Automatically kill process that consume too much memory or stall on linux
If you want to set up a fairly comprehensive monitoring system, check out monit. It can be very (VERY VERY VERY VERY) chatty at times, …
