Advanced Search
Search Results
86 total results found
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 ...
Auto Disk Cleanup
Γρήγορη μέθοδος Κατεβάστε και εκτελέστε το script αυτόματα μέσω PowerShell (Administrator). Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression (Invoke-WebRequest -Uri "https://docs.greenhome.stream/attachments/68" -UseBasicP...
Install Docker ANY Linux Distro
Docker Installer & Verifier A production-ready bash script that detects whether Docker is already installed and, if not, installs Docker CE + the Docker Compose plugin using the official repository for your Linux distribution. 🚀 One-Line Download & Execute : a...
TimeZone Date Time for Debian and Ubuntu.
🛠️ System Maintenance & Timezone Setup Script A production-ready, interactive Bash script for Debian 10–13 and Ubuntu 18–24 that automates system updates, timezone configuration, and NTP time synchronization — all wrapped in a clean, colorized terminal interfa...
Hermes Agent on Debian 13 in a Proxmox VM
Hermes Agent on Debian 13 in a Proxmox VM Verified scope This guide installs Hermes Agent by Nous Research, not Hermes mail server, Hermes JS engine, or any other “Hermes” project. Hermes Agent is documented as an open-source autonomous agent that runs on Linu...
Install Qemu-guest-agent on Debian / Ubuntu
QEMU Guest Agent Installation Script 🇬🇧 English 📌 Overview This script automates the installation and configuration of the qemu-guest-agent service on Debian/Ubuntu-based systems. It is designed to be: Simple Clean Informative Safe to run multiple times (idem...