Skip to content

Latest commit

ย 

History

History
35 lines (20 loc) ยท 1.34 KB

File metadata and controls

35 lines (20 loc) ยท 1.34 KB

๐Ÿ“œ Scripting

This repository contains various scripts I have created to assist with my homelab and day-to-day work projects.


๐Ÿ“‚ Repo Structure

๐Ÿ—ƒ๏ธ KVM VM Installer Script

This script automates the creation and network configuration of virtual machines using virt-install and virt-customize.


๐Ÿ—ƒ๏ธ KVM Mass Shutdown Script

This Bash script automates shutting down all running KVM virtual machines managed by virsh.


๐Ÿ—ƒ๏ธ Rocky Linux SNMPv3 configuration for LibreNMS integration

This Bash script automates the configuration of the SNMPv3 settings on a Rocki Linux device for LibreNMS integration.


๐Ÿ› ๏ธ Bridge + VLAN Config Generator (KVM - Rocky Linux)

This Bash script generates legacy network-scripts files to create a bridge on top of a VLAN-on-bond interface (e.g., bridge-100 over bond0.100) for KVM hosts.