/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

hauleth.dev
| | mgdm.net
8.1 parsecs away

Travel
| | A dive into how systemd socket activation works
| | darkcoding.net
6.8 parsecs away

Travel
| | Solvitas perambulum
| | vincent.bernat.ch
11.4 parsecs away

Travel
| | Using systemd's socket activation, you can achieve zero-downtime deployment for your Go service with a few lines of code.
| | adiyatmubarak.wordpress.com
37.2 parsecs away

Travel
| Akan 3 bagian yang harus di-install dan di konfigurasi, antara lain: Install Prometheus Install Node Exporter Install Grafana Install Prometheus Prometheus akan bertugas sebagai time-series database yang akan mengkoleksi data-data metrics dari OS atau sistem, dan langkah-langkah instalasinya bisa mengikuti langkah berikut: 1. Install Binary Prometheus. $ wget https://github.com/prometheus/prometheus/releases/download/v3.2.1/prometheus-3.2.1.linux-amd64.tar.gz $ tar xzvf prometheus-3.2.1.linux-amd64.tar.gz # sesuaikan...