|
You are here |
matschaffer.com | ||
| | | | |
themythicalengineer.com
|
|
| | | | | Blog about Software Engineering | |
| | | | |
rolisz.ro
|
|
| | | | | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/ | |
| | | | |
pbrisbin.com
|
|
| | | | | Keter is Michael Snoyman's answer to the Yesod deployment "problem". This is something I've been looking for a good solution to for some time now and keter does a really great job. Keter is meant to run as a service. It sets up its own workspace and watches for keter "bundles" to be dropped into an incoming/ directory. A keter bundle is just a gzipped tarball of your app's executable, any support files and directories it might expect to have in its current working directory, and a configuration file to t... | |
| | | | |
brandonrozek.com
|
|
| | | I recently had a gaming session with old friends and we played the game Starbound. In hopes of continuing our session in the near future, I set up a Starbound server for us all to connect to. However, since I've recently learned how to setup LXC containers, my host OS is Fedora, and the steamcmd provides instructions for Debian, Ubuntu, and Arch. I've decided to set up a system container using LXC. | ||