Advanced Search
Search Results
81 total results found
Install a full samba share on Debian.
A ready-to-run Bash script for Debian 12 that installs Samba, configures a standalone file server with one public (guest) and one private (authenticated) share, enables the required services, validates the config, and opens the UFW firewall rule if UFW is acti...
Backup Proxmox Script
🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/47 | bash Ins0mniA
Proxmox Upgrade Pve8 to Pve9 Script
🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/53 | bash Ins0mniA
Unifi Application Auto Update
Script to auto auto update UniFi Application former (Unifi-Controller). 🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/54 | bash Ins0mniA
Auto Update Home Assistant
Automation that auto update Home Assistant OS , Supervisor Nightly HA updates (core/supervisor/OS/add-ons) alias: Nightly HA updates (core/supervisor/OS/add-ons) description: Create backup, then install all available Supervisor-provided updates. triggers: ...
NetMaker Self-Hosted
Installing Netmaker with an existing Caddy reverse proxy is a common setup for users who already have a centralized proxy managing their services. The key is to perform a manual installation of Netmaker using Docker Compose, but without the Caddy service that ...
How to refresh the WebOS developer token for LG WebOS
How to refresh your LG webOS developer token using a curl command. There are two primary methods to do this: using a community-built automation service (recommended) or making a direct, but less reliable, API call to LG's servers. Method 1: Use a "Set and For...
LG Smart TV enable Developer Mode to Ad-Free YouTube
How to enable Developer mode and also add "Ads Free YouTube" App. Here is a guide that enable Developer Mode on your LG webOS TV and install an ad-free YouTube application. Detailed Step-by-Step Instructions If you prefer written instructions, follow this c...
Find Database Type - Port - Remote Address.
With the below script Check-DatabaseStatus.ps1 you can executed and find what Database Type the Server is using also the Port where is listening and the Remote Address that is configure to listen. 🚀 One-Line Download & Execute : Set-ExecutionPolicy -Executio...
Disable Hyper-V on a Windows Server 2012
PowerShell to disable Hyper-V with this command: dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All
Filesystem Forced fsck all disks.
Download Script proxmox_subscription_autofix.sh 🚀 One-Line Download & Execute: apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/57 | bash The script does: Detects all ext4 filesystems (including LVM volume...
Optimize Windows11 Pro
Πιο συγκεκριμένα, έχει: Δημιουργία restore point. Ultimate/High Performance plan + USB selective suspend off + HDD timeout off. Βασικά visual effects tweaks, transparency off, MinAnimate, κ.λπ. SSD βελτιστοποίηση (TRIM, write caching, ScheduledDefrag). ...
Debload Windows 10 and 11
Usage ⚠️ WarningGreat care went into making sure this script does not unintentionally break any OS functionality, but use at your own risk! If you run into any issues, please report them here. Quick method Download & run the script automatically via Pow...
Allow ping from local subnet and RustDesk Ports
Quick PowerShell Method Run PowerShell as Administrator on the target PC. Allow ping from local subnet : New-NetFirewallRule -DisplayName "Allow ICMP Ping LAN" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress LocalSubnet -Action Allow Rep...
Website Builder
Custom website builder Backend: PHP (απλό, ευρέως υποστηριζόμενο, ιδανικό για self-hosted λύσεις με Caddy) Drag & Drop Editor: GrapesJS — το πιο ισχυρό open-source drag-and-drop page builder Database: SQLite (μηδενική διαμόρφωση) ή MySQL/MariaDB Frontend...
Proxmox Kernel Manager
Script Proxmox script to delete old and unused Kernels from the system. 🚀 One-Line Retrieve & Execute : bash <(curl -fsSL https://docs.greenhome.stream/attachments/62) Done.
N8N Upgrade Script
This script automates upgrading a non-Docker n8n installation on Debian by stopping the systemd service, backing up your n8n data, upgrading n8n via npm to n8n@latest, then starting the service again with clear colored status messages at each step. What the s...
Install N8N dependencies
Self-Host Openclaw (Clawdbot) in a Proxmox VM (The Secure Way)
Self‑Hosting Openclaw (Clawdbot) on Proxmox VM – Secure Setup This guide walks through a security‑focused Openclaw (formerly Clawdbot/Moltbot) deployment on Proxmox using a dedicated Ubuntu VM, a non‑privileged user, and a localhost‑only gateway. 1. Why ...
OpenClaw on Kali Linux
Install OpenClaw at Kali Linux and used it as a Hacker. Here are the shell commands and OpenClaw prompts used. Shell / terminal commands # Generate SSH key (from Hostinger UI copy) ssh-keygen -t ed25519 -C "your_email@example.com" # Example as he typed ...