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

Useful Docker commands

Docker

Stop all Docker containers To stop all Docker containers from the command line, you can use the following command: docker stop $(docker ps -q) Explanation: docker ps -q: This command lists the container IDs of all running containers. docker stop: This s...

Linux
Tutorial

Volatility Zero Trend Close-to-Close

Terminology

English version What it mean "Volatility Zero Trend Close-to-Close" at cryptocurrency trade. "Volatility Zero Trend Close-to-Close" is a complex term used in the context of cryptocurrency trading, specifically relating to volatility, market trends, and price...

Volatility Close-to-Close

Terminology

English version "Volatility Close-to-Close" 1. Volatility Volatility refers to the amount of price fluctuation or variation in the price of an asset (like cryptocurrency) over a given period. High volatility means the price is moving up and down ra...

Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)

Proxmox

Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)This guide will show you how to: Enable Intel iGPU passthrough to an LXC container in Proxmox. Set up the latest Intel graphics drivers on both the Proxmox host and the c...

Linux
Tutorial
Proxmox

RAG + Embedding with AnythingLLM and Ollama

Guides- Dockers - LXC

AnythingLLM - is an all-in-one AI application that simplifies the interaction with Large Language Models (LLMs) for business intelligence purposes. It allows users to chat with any document, such as PDFs or Word files, using various LLMs, including enterprise ...

Linux
Tutorial

Notify Mobile App.

Automations

Notify Mobile App using image and button. The below is a notification using the Android APP of Home Assistant to notify with an image from API of the camera or a photo from a screenshot saved local. Camera API image. action: notify.mobile_app_kostas data: ...

Home Assistant
Tutorial

Linux Shell Script for VM Health Monitoring

Scripts

Linux Shell Script for VM Health Monitoring I've created two shell scripts for you to monitor the VoIP service and automatically reboot your Proxmox VM when needed. Simple Version. Here's the basic script that does exactly what you asked for: #!/bin/bash ...

Linux
Proxmox
Scripts

Universal Health Monitor - Configuration File Based

Scripts

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

Linux
Proxmox
Scripts

Install Ntfy server on Debian linux.

Guides- Dockers - LXC

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.

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

Tutorials

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 για Προγραμματιστές. Το SoftOne BlackBook, το οποίο είναι το κύριο τεχνικό εγχειρίδιο για προγραμματιστές που περιέχει πληροφορίες για τους πίνακες, τα πεδία και την αρχιτεκτονική της βάσης δεδομένων του SoftOne. SoftOne BlackBook ...

SoftOne Web Services Reference

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

Τεχνικό Εγχειρίδιο SoftOne Web Services Reference για Προγραμματιστές. Το SoftOne Web Services Reference, είναι το κύριο τεχνικό εγχειρίδιο Web Services Reference για προγραμματιστές που περιέχει πληροφορίες για τα Web Services Reference της SoftOne. SoftOne...

SoftOne WiKi

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

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

Guides - Tweaks

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

Docker

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

Scripts

🚀 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

Tutorials

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