On your IPhone Launch Settings Navigate to Apps > Messages > Text Message Forwarding Select the devices you would like SMS messages to appear on
How to Setup Fastmail on MacOS
Login to Fastmail Web Portal Navigate to Settings > Privacy & Security Click New App Password Give your app password a name to indicate which device and app this password is for. ...
Setting up Bridge Interfaces for KVM
Update your /etc/netplan/00-installer-config.yaml file based on the below template network: ethernets: ens18: dhcp4: false bridges: br0: interfaces: [ens18] addr...
Setting up a Site to Site VPN on OPNsense using Tailscale
Preporation In preporation for following the steps in this guide it is assumed that tailscale is installed on OPNsense using the plugin (setup guide) and that your remote site has a subnet router s...
Self Hosted Speedtest.net
Have you ever wanted the ability to know the exact speed from where ever you are to your self hosted apps? Meet LibreSpeed, a selfhosted speedtest webapp. Install Docker sudo apt install docker.i...
Tailscale Subnet Routing on OPNSense
Tailscale Install and Setup For Instructions on how to install and setup Tailscale please visit our Setting up Tailscale on OPNSense in 2025 post Configuring Subnets on OPNSense Navigate to VPN...
Setting up Tailscale on OPNSense in 2025
Prep Please ensure you are running atleast OPNSense 25.1.1 Install Navigate to System > Firmware > Plugins Install the os-tailscale Plugin (If plugins do not load Navigate to status and...
XPipe A Modern Remote Connection Manager
What is XPipe? XPipe is a modern multi-connection manager that supports RDP, SSH, and VNC. In addition to SFTP and file management plus Hyper-V, KVM, VMWare Player/Workstation/Fusion,and Proxmox in...
Installing Adguard Home on OPNSense
Prep for install Adding Adguard Repo eather ssh or console into your opnsense firewall and run the below command fetch -o /usr/local/etc/pkg/repos/mimugmail.conf https://www.routerperformance.net/m...
Installing and Setting up Nextcloud
Installing Dependancies Ubuntu sudo apt install snapd sudo systemctl enable --now snapd Fedora sudo dnf install snapd sudo systemctl enable --now snapd