skip to content
M4J

Posts

  • Prometheus Backup & Restore

    a step by step guide to show you how to backup/restore Prometheus.
  • Manage Netlify with Terraform

    This post aims to help you manage your Netlify resources declarativley
  • Prometheus file logging

    Prometheus by defaults uses syslog to log its tasks.
  • Vagrant Overview

    Vagrant is an automation layer ontop of hypervisor solution, it makes working with virtual environments easy and efficient for power users.
  • Zabbix Setup : Complete Guide

    Zabbix is a monitoring solution, based on master/slave architecture, Zabbix can monitor any IT platform using agents,HTTP and more...
  • Infrastructure as Code with Terraform

    What is Infrastructure as Code? What's difference between Declarative and imperative IaC Tools? What is Terraform? How to get started with Terraform?
  • How to create Proxmox templates?

    Linux Distributions often maintain images for cloud providers mainly for OpenStack, these images work in Proxmox too.
  • What is Dockerfile?

    Docker is one of the leaders in container technologies,in this post we see what is a Dockerfile? and how we can use it.
  • Job Scheduling in Linux

    Automation is considered a best practice in IT, it reduces operational overhead, reduces/cut human errors, and save us time.
  • How to use variables in bash?

    Variables are great constructs to store information for later use, how ever, in bash there are many different types of variables.