Advanced Search
Search Results
71 total results found
Proxmox Host iGPU Drivers & Modifications
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...
Linux Desktop Environment
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
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) ...
Proxmox Backup Server PBS enlarge root disk
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 /...
Removing Proxmox Subscription Notice
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 Backup Server Disable Subscription
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 ...
Linux useful commands
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
🚀 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...
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
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...
How to Install and configure Fail2ban
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)
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...
Unattended Upgrades Debian - Ubuntu
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 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’...
How to Install Fail2ban on Debian 12
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.
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...
Fixing DNS Leakage on Windows 10-11
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...
Empty ALL LOGs on a Linux Server
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...
Auto Update - Upgrade a Linux machine
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...
Useful scripts for VPS VPN Servers
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...