Advanced Search
Search Results
71 total results found
Universal Health Monitor - Configuration File Based
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...
Install Ntfy server on Debian linux.
The below guide is to install ntfy server on a self-hosted Debian linux. 1. Install the Ntfy Server. Go on the root folder cd /root Make the install script file nano install-ntfy.sh copy and paste the below code #!/bin/bash # Update package lists an...
Generate Certificate for Proxmox.
Generate Certificate for Proxmox. # SSH into your Proxmox server ssh root@172.17.1.10 # Navigate to the certificates directory cd /etc/pve/nodes/$(hostname)/ # Generate a new private key openssl genrsa -out proxmox-custom.key 2048 # Create a certi...
How to Identify and Fix Bad Sectors on Your Hard Drive
Guide: How to Identify and Fix Bad Sectors on Your Hard Drive (for Linux systems including OpenMediaVault). Download script Online command to download and execute the script from online source. curl -sSL https://docs.greenhome.stream/attachments/30 -o find_...
SoftOne BlackBook - Το Κυριότερο Εγχειρίδιο
Τεχνικό Εγχειρίδιο SoftOne για Προγραμματιστές. Το SoftOne BlackBook, το οποίο είναι το κύριο τεχνικό εγχειρίδιο για προγραμματιστές που περιέχει πληροφορίες για τους πίνακες, τα πεδία και την αρχιτεκτονική της βάσης δεδομένων του SoftOne. SoftOne BlackBook ...
SoftOne Web Services Reference
Τεχνικό Εγχειρίδιο SoftOne Web Services Reference για Προγραμματιστές. Το SoftOne Web Services Reference, είναι το κύριο τεχνικό εγχειρίδιο Web Services Reference για προγραμματιστές που περιέχει πληροφορίες για τα Web Services Reference της SoftOne. SoftOne...
SoftOne WiKi
SoftOne WiKi Κύριος Σύνδεσμος : https://wiki.soft1.eu/ Ελληνικά : https://wiki.soft1.eu/space/SS5EL Αγγλικά : https://wiki.soft1.eu/space/SS5EN Σημαντικές Ενότητες : Database Designer τεκμηρίωση User-defined Fields - 5 text fields, 5 ta...
Reset AnyDesk Time Limitation
Reset AnyDesk Time Limitation (Windows Version) Download Script AnyDesk-Reset.cmd Note : The AnyDesk-Reset.cmd file must run from Powershell RUN AS ADMINISTRATOR Attachment link : AnyDesk-Reset.cmd 🚀 One-Line Download & Execute iwr -Uri "https://docs.gree...
Install Docker on Debian
🚀 One-Line Download & Execute apt install -y curl && curl -sSL https://docs.greenhome.stream/attachments/37 -o install_docker_portainer.sh && chmod +x install_docker_portainer.sh && ./install_docker_portainer.sh Method A : 1. Install Docker on Debian 12 Be...
Enable SSH access for root.
🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/38 | bash OR apt update && apt install -y wget && clear && wget -q https://docs.greenhome.stream/attachments/38 && bash enable_ro...
Migrate from Zoraxy to Caddy
Here’s a step-by-step guide to migrate from Zoraxy to Caddy as your reverse proxy, including HTTPS and domain-based routing. 🧭 Assumptions You’re currently using Zoraxy to proxy domains like app1.greenhome.stream and auth.greenhome.stream. You want to r...
Πώς να δημιουργήσετε σωστά ένα URL για κριτικές Google.
Πώς να δημιουργήσετε σωστά ένα URL για κριτικές Google που μπορείτε να στείλετε σε πελάτες Χειροκίνητη δημιουργία συνδέσμου με Place ID Χρησιμοποιήστε το εργαλείο Google Place ID Finder. https://developers.google.com/maps/documentation/places/web-servi...
Εγκατάσταση του Caddy reverse proxy σε LXC container στο Proxmox.
Παρακάτω θα σου δείξω αναλυτικά βήμα προς βήμα πώς να εγκαταστήσεις το Caddy reverse proxy σε LXC container στο Proxmox, καθώς και πώς να προσθέτεις domains με παραδείγματα. 🚀 Λήψη και εκτέλεση σε μία γραμμή apt update && apt install -y curl && clear && curl...
Install CrowdSec on pfSense
Step‑by‑Step Guide: Install CrowdSec on pfSense & Enroll in Console 1. Access pfSense via SSH or Console Connect to your pfSense firewall via SSH or the physical console. Gain shell access to run commands. 2. Install CrowdSec Package Preferred met...
Auto upgrade Proxmox VE (Script)
🚀 One-Line Download & Execute: clear && curl -fsSL https://docs.greenhome.stream/attachments/40 -o auto-upgrade-proxmox.sh && chmod +x auto-upgrade-proxmox.sh && clear && ./auto-upgrade-proxmox.sh Here’s a clear step-by-step guide explaining what the auto-up...
Ollama with Intel GPU acceleration on Proxmox
Run Ollama with Intel GPU acceleration on Proxmox by exposing the iGPU to a Linux container/VM and enabling Intel’s oneAPI/SYCL or OpenVINO backends for model offloading to the Xe iGPU. Below is a clean, step‑by‑step path using a privileged Ubuntu LXC with GPU...
Debian Full upgrade to the latest OS release automatically
🚀 One-Line Execute: apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/41 | bash ✅ What This Script Does This script checks your system and performs a full upgrade to the latest OS release automatically, includ...
Markdown - Web App
Markdown ↔ HTML + WYSIWYG → Markdown app on Debian 12 using Nginx, from a blank server to a working site. 🚀 One-Line Download & Execute: clear && apt update && apt upgrade -y && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachment...
Calendar Family Pro - Web App
Guide and Code for Web App Family Calendar One-Line Download & Execute: After running, you'll have a fully functional Family Calendar Pro ready for production use! Enhanced Backend (FastAPI improvements) File: backend/app/models.py (New - Better model orga...
pfSense Auto Update OS + Packages
pfSense Auto Update OS + Packages For administrators who prefer managing their pfSense firewall from the command line, knowing the right tools for updating is essential. Two key utilities are pkg-static for managing add-on packages and pfSense-upgrade for han...