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

10 total results found

Empty ALL LOGs on a Linux Server

Scripts

Download Script proxmox_subscription_autofix.sh 🚀 One-Line Download & Execute: clear && curl -fsSL https://docs.greenhome.stream/attachments/2 -o empty_log_files.sh && chmod +x empty_log_files.sh && clear && ./empty_log_files.sh The below script is scan all...

Linux
Scripts

Auto Update - Upgrade a Linux machine

Scripts

Download Script os-update.sh 🚀 One-Line Download & Execute: The below script is to auto update - upgrade - remove - clean and auto add a cronjob at Linux machine or Server.Also add a cron job to run every Saturday on 09:00. apt update && apt install -y curl...

Linux
Scripts

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

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

Disk Space Monitoring Script to HA

Scripts

Download Script proxmox_subscription_autofix.sh 🚀 One-Line Download & Execute clear && curl -fsSL https://docs.greenhome.stream/attachments/23 -o monitor_disk_space_to_ha.sh && chmod +x os-update.sh Create the script file. Disk Space Monitoring Script and ...

Home Assistant
Linux
Scripts

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

Useful scripts for VPS VPN Servers

Amnisia VPN

Below there are some useful script that you can run to your Linux VPS or VPN or what ever Linux machine or server you have. Unattended Upgrades Debian - Ubuntu To install these packages, run the following command as root: apt-get install -y unattended-upgra...

Linux
Tutorial
Scripts

Amnezia VPN Server settings

Amnisia VPN

Download and update adblocker list for dnscrypt proxy Creating the script Open the terminal and type the below command : nano update-adblocker.sh and then copy / paste the below code inside the file "update-adblocker.sh" #!/bin/bash # Name: update-adbloc...

Linux
Tutorial
Scripts