/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

janakiev.com
| | www.csamuel.org
0.9 parsecs away

Travel
| |
| | neilzone.co.uk
1.6 parsecs away

Travel
| | Yesterday, I wrote about getting Debian 11 running on an old Mac Mini.
| | adiyatmubarak.wordpress.com
0.8 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...
| | blog.zespre.com
8.6 parsecs away

Travel
| Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...