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

126 total results found

Find Database Type - Port - Remote Address.

Τεχνικό Εγχειρίδιο SoftOne για Προγραμμ...

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

Guides - Tweaks

PowerShell to disable Hyper-V with this command: dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All  

Filesystem Forced fsck all disks.

Scripts

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

Guides - Tweaks

Πιο συγκεκριμένα, έχει: Δημιουργία 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

Guides - Tweaks

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

Guides - Tweaks

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

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

Proxmox

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

N8N

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

N8N

Self-Host Openclaw (Clawdbot) in a Proxmox VM (The Secure Way)

Self-Host Openclaw

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

OpenClaw

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

Guides - Tweaks

Γρήγορη μέθοδος Κατεβάστε και εκτελέστε το 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

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.

Scripts

🛠️ 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

Hermes Agent installation, tutorials, configs.

Hermes Agent on Debian 13 in a Proxmox VM

Hermes Agent

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

Scripts

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