-
Building and Running a RAG model completely Offline using your Gaming GPU
In this guide we will learn to configure a RAG model which reads information from documents and answers our queries. The RAG model will use langchain, FAISS, LocalAI and Streamlit.
-
EASY GUIDE FOR SETTING UP VARIOUS ALERTS IN GRAFANA : PART 2
In this guide we will learn to configure some basic alerts. We will understand and configure alert evaluation logic and make sure that the alert goes to our desired notification channel.
-
EASY GUIDE FOR CONFIGURING SMS ALERT IN GRAFANA USING PYTHON AND AWS SNS: PART 1
In this guide we will learn how to setup our python API in container and configure grafana webhook to connect with our python API and test SMS alert.
-
LOG MONITORING GUIDE: USING LOKI, PROMTAIL, AND GRAFANA FOR EASY LOG MONITORING
In this guide we will learn how to setup loki and promtail in seperate containers. We will also configure loki and promtail to collect log files of /var/log/ directory. Then we will use grafana to get logs from loki and display logs in an easily accessible dashboard.
-
MYSQL MONITORING GUIDE: USING MYSQLD_EXPORTER, PROMETHEUS AND GRAFANA FOR EASY MYSQL DATABASE MONITORING
In this blog, we will learn how to setup mysqld_exporter in ubuntu server. Then, we will configure prometheus to scrape data from mysqld_exporter and configure grafana to display various metrics of mysql database in grafana for mysql monitoring.
-
CONTAINER MONITORING GUIDE: USING CADVISOR, PROMETHEUS AND GRAFANA FOR EASY DOCKER CONTANER MONITORING
In this guide, we will learn to set up cAdvisor in a container using docker-compose file, connect it with prometheus and monitor every containers of our server through grafana.
-
SERVER MONITORING GUIDE: USING PROMETHEUS, GRAFANA AND NODE_EXPORTER FOR EASY SERVER MONITORING
In this guide, we will learn how to install docker, docker-compose and learn the basics of docker-compose.yml file. We will also learn to configure prometheus, grafana and node_exporter in a container to monitor our server.
-
ADDING FREE SSL/TLS CERTIFICATE FOR YOUR WEBSITE USING CERTBOT (EASY WAY)
In this guide, we will learn about SSL/TLS , its working mechanism and a very easy way to add SSL/TLS certificate for your website.
-
CONFIGURING LEMP STACK AND WORDPRESS ON UBUNTU
In this tutorial, we will learn how to setup LEMP stack, wordpress and gain enough knowledge to host basic websites using NGINX and be able to setup other basic PHP pages and connect to database as well.