DevOps

  • Best open source devops monitoring tools in 2024

    Best Open-Source DevOps Monitoring Tools in 2024

    This blog post looks at the best open-source monitoring tools in DevOps in 2024 for continuous monitoring tools, many of which you can run in Docker on-premises in prod or your home lab. Table of contentsPrometheusGrafanaNagios CoreInfluxDBTelegrafGraylogIcingaCollectdSensuNetdataLibreNMSOpenNMSUptime KumaVictoriaMetricsThanosLokiJaegerCadvisorZipkinOpenTelemetryZabbixNew RelicELK StackWrapping…

  • Top docker container projects in 2024. for learning

    Top Docker Container Projects in 2024 for Learning

    Looking at 2024, picking up new skills is probably on the minds of everyone in the world in the IT field. Learning new container skills is a great goal. In this article, let’s look at the top Docker container projects…

  • Ubuntu updates with ansible

    How to Update Ubuntu with Ansible

    One of the best ways to handle updating your Linux boxes is using automation. Using some type of automation for updates is a great way to make sure these get applied in a consistent way and regularly. If you are…

  • Influxdb grafana docker compose configuration

    InfluxDB Grafana Docker-Compose Configuration: Proxmox Monitoring Example

    When it comes to open-source monitoring, two tools come up quite often for building out monitoring stacks for things like Kubernetes monitoring (storage, scaling, performance, etc), cloud monitoring, application metrics, and many others in your environment – InfluxDB and Grafana.…

  • Neovim vs vim

    Neovim vs Vim: Battle for best IDE

    When it comes to IDEs, Vim has been an IDE that many developers, DevOps, and enthusiasts have used for years. Also, Neovim, a fork of Vim, has become a solution many prefer since it brings modern features and improvements to…

  • Vagrant virtual machine

    Vagrant Boxes Create Virtual Machines in Seconds on VirtualBox, Hyper-V, and VMware

    Virtualization technologies are front and center in software development, testing, and deployment. One of the best tools for spinning up quick and easy development environments is a tool from Hashicorp, called Vagrant. Let’s look at how, using Vagrant boxes, we…

  • Devops guide install terraform

    Install Terraform DevOps Beginners Guide

    Terraform is a DevOps tool that everyone needs to know since it is one of the most popular ones in use today with organizations. Let’s see how to install it and get up and running so you can start getting…

  • Gitlab ci cd pipeline for home lab

    GitLab CI CD Pipelines for Home Lab: A Step-by-Step Guide

    If you are like me, for years, you have used scheduled tasks in the home lab and production to accomplish various tasks. However, delving into the world of CI CD opens many opportunities to learn how to use this instead…

  • Top 10 devops containers

    Top 10 DevOps Containers in 2023

    If you want to learn more about DevOps and building an effective DevOps stack, several containerized solutions are commonly found in production DevOps stacks. I have been working on a deployment in my home lab of DevOps containers that allows…

  • Powershell kill a process quickly

    PowerShell Kill a Process from the Command Line

    Let’s see how we can use the command line, including command prompt commands and PowerShell to kill processes. Table of contentsTask Manager may not be the best toolTasklist and TaskkillKilling a Process Using its Name (Image Name)Killing a Process Using…