Advanced Search
Search Results
10 total results found
Empty ALL LOGs on a Linux Server
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...
Auto Update - Upgrade a Linux machine
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 Shell Script for VM Health Monitoring
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 ...
Universal Health Monitor - Configuration File Based
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...
Proxmox customize shell
🚀 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...
Disk Space Monitoring Script to HA
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 ...
Removing Proxmox Subscription Notice
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 Backup Server Disable Subscription
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 ...
Useful scripts for VPS VPN Servers
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...
Amnezia VPN Server settings
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...