/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chrisbergeron.com
| | www.both.org
2.2 parsecs away

Travel
| | Services, services, services. A service is a huge part of computing. You're reading this article on a service. Your computer is running services. The internet is filled with them. About systemctl On Linux, the standard way of running and managing services is through the systemd utility and the command systemctl. Its usage is fairly simple: you just need to know...
| | janakiev.com
1.3 parsecs away

Travel
| | Prometheus is a powerful open-source monitoring system that can be used to collect and track a variety of metrics for your applications. In this guide, we will cover how to get Prometheus up and running with systemd on a Ubuntu or Debian server.
| | rolisz.ro
1.6 parsecs away

Travel
| | 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/
| | iridakos.com
9.7 parsecs away

Travel
| A step by step tutorial to dockerize a Rails application and run it in Docker with PostgreSQL and Redis.