Advanced Search
Search Results
29 total results found
Tutorials
This book is cover mostly tutorial, guides, FAQs for operating systems and software general.
Linux - Tutorial - Troubleshout
Several Linux stuff and not only also tutorials and troubleshooting guides.
Scripts
Several Linux Bash shell scripts
Proxmox
Information and guides for Proxmox VE and Proxmox Backup Server
Amnisia VPN
Instructions for self-host, setup, configure and tweak a VPN server
Docker
Useful staff for Docker and not only.
OpenCart
OpenCart related guides and troubleshooting.
OpenCart MYSQL
OpenCart MYSQL database related infromation.
pfSense
Guides, Tweaks and Tips for pfSense.
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...
NFS share on OpenMediaVault
If anyone is looking for the way to make this work for an NFS share on OpenMediaVault, use the following share options: subtree_check,insecure,no_root_squash,anonuid=100,anongid=100 and make sure the folder you are sharing is owned by group 'users' (gid 100)...
Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)
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...
Useful Docker commands
Stop all Docker containers To stop all Docker containers from the command line, you can use the following command: docker stop $(docker ps -q) Explanation: docker ps -q: This command lists the container IDs of all running containers. docker stop: This s...
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 ...