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

71 total results found

Proxmox Host iGPU Drivers & Modifications

Proxmox

Finish and make sure the Container doesn’t start after creation. The container for Jellyfin on Proxmox is configured, but we need to make a few host changes first. This is going to be the most difficult part as the drivers you need to install will depend on...

Proxmox
Tutorial

Linux Desktop Environment

Tutorials

Linux Desktop can easily be installed: Cinnamon Core sudo apt install -y cinnamon cinnamon-core Full Cinnamon Desktop sudo apt install -y cinnamon-desktop-environment XFCE sudo apt install -y xfce4 LXDE-gtk3 sudo add-apt-repository ppa:kelebek333/lxde-...

Deye Hybrid installation diagram

Deye Hybrid Inverter

Link to video explanation.https://www.youtube.com/watch?v=l4f4TGs1CgE Zero Export to LOAD. Battery First. First Scenario when PV Power is MORE. PV Power --> Battery. PV Power --> Backup Load. PV Power --> Feed Grid. (If "Solar Sell" options is checked) ...

Hardware

Proxmox Backup Server PBS enlarge root disk

Proxmox

How to enlarge an EXT4 or LVM disk on an PBS Proxmox VM Quick TL;DR Guide First resize the disk in Proxmox Then in the PBS VM terminal:parted /dev/sdX (probably a)  example  parted /dev/sda print / yes to fix / resizepart Y (probably 1)quit resize2fs /...

Tutorial
Proxmox

Removing Proxmox Subscription Notice

Proxmox

First method To remove the “You do not have a valid subscription for this server” popup message while logging in and when refreshing packages to do updates. You’ll need to SSH to your Proxmox server or use the node console through the PVE web interface. One ...

Proxmox
Tutorial
Scripts

Proxmox Backup Server Disable Subscription

Proxmox

Description The script will give options to Disable the Enterprise Repo, Add/Correct PBS Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Backup Server and Reboot PBS. Proxmox Backup Server ONLYExecute within ...

Proxmox
Tutorial
Scripts

Linux useful commands

Tutorials

Find for text inside all files Do the following: grep -rnw '/path/to/somewhere/' -e 'pattern' -r or -R is recursive,-n is line number, and-w stands for match the whole word.-l (lower-case L) can be added to just give the file name of matching files.-e is th...

Proxmox customize shell

Proxmox

🚀 One-Line Download & Execute : apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/52 | bash Option one Go to the below path  cd /etc/profile.d/ Create file 00_lxc-details.sh and then create a file 00_lxc-deta...

Proxmox
Linux
Scripts

RustDesk New client install or Upgrade.

Method one AUTO Windows Script AUTO The below script is for RustDesk Client for NEW install or UPGRADE or configuring settings. Open a Powershell as Administrator and then copy / paste and run with the below command. Run in Powershell as Administrator : S...

Immich docker-compose.yml

Guides- Dockers - LXC

Installing For installing Immich with a docker container follow the below instructions. Step 1 - Making directory Go to the docker folder where you create your containers and make a folder. mkdir immich-app cd immich-app Step 2 - Create the docker-compos...

Linux
Tutorial

How to Install and configure Fail2ban

Tutorials

What is Fail2ban Fail2ban is an open-source intrusion prevention software that helps protect Linux servers from malicious attacks by monitoring log files for suspicious activity and implementing various countermeasures. It works by analyzing log entries gener...

How to Install & Configure TURN Server (coTURN)

Guides- Dockers - LXC

Install coTURN Server Audio / Video based services requires a wide range of UDP ports to be available for WebRTC. In some network restricted sites, such as those behind NAT or a firewall that restricts outgoing UDP connections, users may be unable to make out...

Linux
Tutorial

Unattended Upgrades Debian - Ubuntu

Tutorials

The purpose The purpose of unattended-upgrades is to keep the computer current with the latest security (and other) updates automatically. If you plan to use it, you should have some means to monitor your systems, such as installing the apt-listchanges packa...

Windows OS All Editions

Windows Download Direct Links

Windows Servers Windows Server direct download link all languages https://massgrave.dev/windows-server-links Download Windows Server 2016 Windows Server 2016 was released in 2016 and came with support for containers, Nano Server and Network Controller. It’...

Windows

How to Install Fail2ban on Debian 12

Tutorials

Fail2Ban is an essential security tool for Linux systems, designed to protect your server from brute-force attacks and other types of malicious activities. It works by monitoring log files for repeated failed login attempts or other suspicious behavior and aut...

Amnezia VPN Client setup guide.

Amnisia VPN

Downloading Amnezia VPN Client Go to the below link and download the version for your OS your running. https://amnezia.org/en/downloads Android App https://play.google.com/store/apps/details?id=org.amnezia.vpn iOS App https://apps.apple.com/us/app/amnezi...

Tutorial

Fixing DNS Leakage on Windows 10-11

Guides - Tweaks

Fixing DNS Leakage on Windows To fix dns leakage on windows 10-11 we must edit the following Registry Entries: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsNT\DNSClient HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters D...

Tutorial
Windows

Empty ALL LOGs on a Linux Server

Scripts

Download Script proxmox_subscription_autofix.sh 🚀 One-Line Download & Execute: clear && curl -fsSL https://docs.greenhome.stream/attachments/2 -o empty_log_files.sh && chmod +x empty_log_files.sh && clear && ./empty_log_files.sh The below script is scan all...

Linux
Scripts

Auto Update - Upgrade a Linux machine

Scripts

Download Script os-update.sh 🚀 One-Line Download & Execute: The below script is to auto update - upgrade - remove - clean and auto add a cronjob at Linux machine or Server.Also add a cron job to run every Saturday on 09:00. apt update && apt install -y curl...

Linux
Scripts

Useful scripts for VPS VPN Servers

Amnisia VPN

Below there are some useful script that you can run to your Linux VPS or VPN or what ever Linux machine or server you have. Unattended Upgrades Debian - Ubuntu To install these packages, run the following command as root: apt-get install -y unattended-upgra...

Linux
Tutorial
Scripts