Loki 11 Sep 2023 · 5 min read PrivateBin NGINX Access Log Dashboard The PrivateBin NGINX JSON Access Log dashboard provides statistics for tracking user activity on your PrivateBin instance. You can monitor the creation and access of pastes. It's important to note Read more
Ansible 3 Sep 2023 · 6 min read PrivateBin Deployment with Rootless Podman Using Ansible Role The PrivateBin Ansible Role deploys the PrivateBin service in a rootless container using Podman. This container operates within the user namespace and is managed by a systemd unit, ensuring a Read more
Ansible 24 Jul 2023 · 4 min read Rootless Promtail with Ansible: Enhancing Security and Efficiency The Ansible Promtail Role allows you to effortlessly deploy and manage Promtail, agent which ships contents of local logs to private Loki. Role is tailored for systems from the Red Read more
Ansible 3 Jul 2023 · 6 min read Simplify Node Exporter Deployment with Ansible In this blog post, we will explore how to leverage Ansible and the node_exporter role to streamline the deployment of Node Exporter—a popular Prometheus exporter for monitoring Linux Read more
Loki 11 Jan 2023 · 10 min read Parsing Nextcloud Audit Logs with Grafana Loki Learn how to build a dashboard in Grafana based on audit logs from your Nextcloud server. This tutorial covers the setup and configuration needed to visualize your audit logs in Read more
Loki 1 Dec 2022 · 7 min read Parsing SSH Logs with Grafana Loki Do you want to see who is accessing your server through SSH or trying some malicious attempt on SSH? Then you visited the right blog post. What do you need? Read more
Ansible 10 Nov 2022 · 5 min read Ansible Linux OS patching Everyone knows that patching packages are not fun. I decided to create an Ansible role that can patch Enterprise Linux ( RHEL ) and other Red Hat derivatives (e.g. CentOS, Rocky, Read more
AI 26 Oct 2022 · 4 min read How Dalle 2 AI inspired logo for VoidQuark When I started the VoidQuark website, I thought about what kind of logo would be appropriate. I immediately thought why not try AI? The only thing I knew and wanted Read more
Linux 19 Oct 2022 · 2 min read Check open port without telnet This post cover alternatives for checking open port without telnet. Some companies have strict policies and it can happen that telnet is not available. And you know what? There is Read more
Ansible 17 Oct 2022 · 4 min read Ansible introduction for beginners This blog post focus on a simple and quick explanation of what Ansible is and what it can do. What is ansible Ansible is open-source software used for automation. It Read more