From 197249a17f054671434734e2899bd6c8f4f0d37c Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 1 Feb 2025 02:08:17 +0100 Subject: Add pages for ansible and proxmox ansible: testing playbooks + managing firewall rules with ufw proxmox: disk performance w/ io_thread and scsi single + useful helper scripts found online --- proxmox/helper-scripts.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 proxmox/helper-scripts.md (limited to 'proxmox/helper-scripts.md') diff --git a/proxmox/helper-scripts.md b/proxmox/helper-scripts.md new file mode 100644 index 0000000..b3b557c --- /dev/null +++ b/proxmox/helper-scripts.md @@ -0,0 +1,23 @@ +# Helper scripts for Proxmox + +(Proxmox Clean Orphaned LVM)[https://community-scripts.github.io/ProxmoxVE/scripts?id=clean-orphaned-lvm] + +> This script helps Proxmox users identify and remove orphaned LVM volumes that are no longer associated with any VM or LXC container. It scans all LVM volumes, detects unused ones, and provides an interactive prompt to delete them safely. System-critical volumes like root, swap, and data are excluded to prevent accidental deletion. + +(Source Code)[https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/clean-orphaned-lvm.sh] + +As a privileged user : +```sh +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean-orphaned-lvm.sh)" +``` + +(Proxmox VE Post Install)[https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install] + +> This script provides options for managing Proxmox VE repositories, including disabling the Enterprise Repo, adding or correcting PVE sources, enabling the No-Subscription Repo, adding the test Repo, disabling the subscription nag, updating Proxmox VE, and rebooting the system. + +(Source Code)[https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/post-pve-install.sh] + +As a privileged user : +```sh +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)" +``` -- cgit v1.2.3