Note: This is a collection of notes taken during improvements on the observability of my services. Table of Contents Fundamental Components Prometheus Alertmanager Loki Grafana Data Collectors Promtail node-exporter cAdvisor blackbox-exporter ping-exporter Other Exporters on specific devices Summary In order to monitor the running status of various services on the servers (as well as local…
I suddenly have interest in writing a quine in LLM. First we need to define a “quine” in LLM. A quine is usually a program that outputs its own source code. Under the context of LLM, we can define a quine as an input (prompt) into the LLM that outputs itself. However the usual target, “writing a quine as short as possible”, is too easy. I can simply let ChatGPT echo my input . From searching the…
我很高兴地告诉大家, Luby 和 我 现在已经结婚了。 I am happy to share with you that Luby and I are now married. Ich freue mich, Ihnen mitteilen zu können, dass Luby und ich jetzt verheiratet sind. Sono felice di condividere con voi che Luby ed io siamo ora sposati.
Table of Contents Why bother Routing the traffic between containers Create a bridging subnet with a fixed IP range Add a route for the Prometheus container to the bridging subnet Add a rule allowing traffic from the bridging subnet to the Wireguard subnet Misc Let exporters listen to the subnet Start Docker daemon and Prometheus after Wireguard Results Why bother Using Docker with Wireguard is…
I installed Blackarch when I first set up my Archlinux system and have been using it for years. However, having Blackarch alongside the host system sometimes disrupts the rolling updates of the system. This can result in package name conflicts, duplicates, packages which are in my system but not in any of the mirrors, or packages that are not compatible with the system. Additionally, Blackarch…