Artificial Intelligence tutorial - IT technology blog

A Guide to Automated LLM Unit Testing with DeepEval

DeepEval lets you write unit tests for LLM applications just like regular pytest, with metrics for AnswerRelevancy, Faithfulness, and hallucination detection. A guide from a 5-minute install to CI/CD integration for automatically controlling AI quality before every deployment.
Linux tutorial - IT technology blog

How to Configure kdump on Linux: Collecting Kernel Crash Dumps and Analyzing Critical System Failures

kdump captures the entire state of RAM at the moment of a kernel panic — before the system has a chance to reboot. It is the only tool that allows sysadmins to investigate the root cause of a server crash when the logs record nothing. This guide covers installing and configuring kdump on RHEL/CentOS/Ubuntu, safely triggering a test crash, and analyzing vmcore files with the crash tool.