Module 4 - Linux Fundamentals🌀.➡️Command Syntax. ➡️Files and directory permissions(chmod). how to remove or add permission? ➡️Permissions using numeric mode. ➡️File Ownership Commands(chown, chgrp). ➡️Access Control List (ACL). What is ACL?- ACL provides an additional, more ...Feb 24, 2025·3 min read
Module 1-Exploring Linux Core Fundamentals🌀➡️Everyday Linux. Airplane: In-flight entertainment runs on Linux. Internet Access: Wi-Fi routers use Linux for management. TV: Many smart TVs use Linux-based systems. Google Search: Google servers run on Linux. Websites: Most websites run on Linux s...Feb 21, 2025·4 min read
📉How to install grafana on linux and how to setup with prometheus (whole setup).🚀Grafana, paired with Prometheus and Node Exporter, is a powerful monitoring stack for system and application metrics. Prometheus collects metrics from Node Exporter, which provides system stats like CPU, memory, and disk usage. Grafana connects to Pr...Jan 25, 2025·2 min read
How to add another server on node-exporter and prometheus and Structure.🚀Prometheus acts as the server, scraping and storing metrics from Node Exporter, the client, which collects system-level metrics (CPU, memory, disk, etc.) and exposes them at http://server_ip:9100/metrics. Prometheus is configured to scrape this endpo...Jan 25, 2025·1 min read
How to install node-exporter on linux and how to connect with prometheus .🎯Node Exporter is a lightweight tool that exposes system-level metrics (CPU, memory, disk, network) for Prometheus monitoring. It collects hardware and OS stats, runs with minimal resources, and integrates seamlessly with Prometheus and Grafana. Metri...Jan 24, 2025·2 min read
How to install Prometheus on linux.🎯Prometheus is an open-source monitoring and alerting toolkit designed for collecting and analyzing metrics as time-series data. It uses a pull-based model to scrape metrics, supports dynamic service discovery, and offers a flexible query language (Pr...Jan 23, 2025·2 min read
🌀How to install and configure kali Linux in VMware Workstation pro.✅Kali Linux is a Debian-based OS designed for penetration testing, ethical hacking, and cybersecurity. It comes with pre-installed tools like Metasploit, Nmap, and Wireshark for tasks like vulnerability assessment, network monitoring, and digital fore...Jan 4, 2025·1 min read