Advanced Search
Search Results
86 total results found
Step-by-Step Guide: Running Ollama in Proxmox Debian 12 LXC with Intel iGPU (i5-1240P)
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...
RAG + Embedding with AnythingLLM and Ollama
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 ...
Notify Mobile App.
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: ...
Linux Shell Script for VM Health Monitoring
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 ...
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...