Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

8 total results found

Linux Shell Script for VM Health Monitoring

Scripts

Linux Shell Script for VM Health Monitoring I've created two shell scripts for you to monitor the VoIP service and automatically reboot your Proxmox VM when needed. Simple Version. Here's the basic script that does exactly what you asked for: #!/bin/bash ...

Linux
Proxmox
Scripts

Universal Health Monitor - Configuration File Based

Scripts

Download Script universal-health-monitor.sh 🚀 One-Line Download & Execute clear && curl -fsSL https://docs.greenhome.stream/attachments/26 -o universal-health-monitor.sh && chmod +x universal-health-monitor.sh && clear && curl -fsSL https://docs.greenhome.st...

Linux
Proxmox
Scripts

Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)

Proxmox

Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)This guide will show you how to: Enable Intel iGPU passthrough to an LXC container in Proxmox. Set up the latest Intel graphics drivers on both the Proxmox host and the c...

Proxmox
Linux
Tutorial

Proxmox customize shell

Proxmox

🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/52 | bash Option one Go to the below path  cd /etc/profile.d/ Create file 00_lxc-details.sh and then create a file 00_lxc-deta...

Proxmox
Linux
Scripts

Proxmox Host iGPU Drivers & Modifications

Proxmox

Finish and make sure the Container doesn’t start after creation. The container for Jellyfin on Proxmox is configured, but we need to make a few host changes first. This is going to be the most difficult part as the drivers you need to install will depend on...

Proxmox
Tutorial

Proxmox Backup Server PBS enlarge root disk

Proxmox

How to enlarge an EXT4 or LVM disk on an PBS Proxmox VM Quick TL;DR Guide First resize the disk in Proxmox Then in the PBS VM terminal:parted /dev/sdX (probably a)  example  parted /dev/sda print / yes to fix / resizepart Y (probably 1)quit resize2fs /...

Tutorial
Proxmox

Removing Proxmox Subscription Notice

Proxmox

First method To remove the “You do not have a valid subscription for this server” popup message while logging in and when refreshing packages to do updates. You’ll need to SSH to your Proxmox server or use the node console through the PVE web interface. One ...

Proxmox
Tutorial
Scripts

Proxmox Backup Server Disable Subscription

Proxmox

Description The script will give options to Disable the Enterprise Repo, Add/Correct PBS Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Backup Server and Reboot PBS. Proxmox Backup Server ONLYExecute within ...

Proxmox
Tutorial
Scripts