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

81 total results found

Install a full samba share on Debian.

Guides- Dockers - LXC

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

Proxmox

🚀 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

Proxmox

🚀 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

Ubiquiti

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

Automations

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

NetMaker

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

LG WebOS Smart TV

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

LG WebOS Smart TV

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.

Τεχνικό Εγχειρίδιο 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 ...