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

29 total results found

Tutorials

This book is cover mostly tutorial, guides, FAQs for operating systems and software general.

Linux
Tutorial

Linux - Tutorial - Troubleshout

Several Linux stuff and not only also tutorials and troubleshooting guides.  

Linux
Tutorial

Scripts

Several Linux Bash shell scripts

Linux

Proxmox

Information and guides for Proxmox VE and Proxmox Backup Server

Linux

Amnisia VPN

Instructions for self-host, setup, configure and tweak a VPN server 

Linux

Docker

Useful staff for Docker and not only.

Linux
Tutorial

OpenCart

OpenCart related guides and troubleshooting. 

Linux
Opencart

OpenCart MYSQL

OpenCart MYSQL database related infromation.

Linux
Opencart

pfSense

Guides, Tweaks and Tips for pfSense.

Tutorial
Linux
pfsense

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

NFS share on OpenMediaVault

Proxmox

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)...

Linux
Tutorial

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...

Linux
Tutorial
Proxmox

Useful Docker commands

Docker

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...

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

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