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

32 total results found

Tutorials

This book is cover mostly tutorial, guides, FAQs for operating systems and software general.

Linux
Tutorial

Linux - Tutorial - Troubleshout

Several Linux stuff and not only also tutorials and troubleshooting guides.  

Linux
Tutorial

Windows

Windows 10 / 11 / Server All Editions

Tutorial
Windows

WireGuard

WireGuard Clients and configurations

Tutorial

Docker

Useful staff for Docker and not only.

Linux
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

Restore New Text Document context menu item

Guides - Tweaks

Restore New Text Document context menu item on right click. Open a new text file with notepad and add inside that file the below code by copy - paste it. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.txt\ShellNew] "ItemName"=hex(2):40,00,25,00...

Tutorial
Windows

Τεχνικό Εγχειρίδιο SoftOne για Προγραμματιστές

Το SoftOne BlackBook, το οποίο είναι το κύριο τεχνικό εγχειρίδιο για προγραμματιστές που περιέχειπληροφορίες για τους πίνακες, τα πεδία και την αρχιτεκτονική της βάσης δεδομένων του SoftOne.

Softone
Tutorial

Softone

Information related to Softone software

Softone
Tutorial

pfSense

Guides, Tweaks and Tips for pfSense.

Tutorial
Linux
pfsense

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

NFS share on OpenMediaVault

Proxmox

If anyone is looking for the way to make this work for an NFS share on OpenMediaVault, use the following share options: subtree_check,insecure,no_root_squash,anonuid=100,anongid=100 and make sure the folder you are sharing is owned by group 'users' (gid 100)...

Linux
Tutorial

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

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

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

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