Tag: Raspberry Pi

  • Open Media Vault Essentials

    Open Media Vault Essentials

    Open Media Vault Essentials Change IP Address Setup Encrypted Volume LUKS Enable Plugin Reboot System Wipe Disk Create Encrypted File System Unlock Encrypted Disk Create File System Mount File System Problems and Fixes Missing Disk Related Links Change Ip Address Option 1 configure network interface. Set up LUKS Encrypted Volume Using Plugin Enable Plugin Setting…

  • PiHole Essentials

    PiHole Essentials

    PiHole Essentials Notes Install Pi Hole Change Password Web Portal Update Pi Hole Locations Related Links Notes Pi hole requires 53,80,443. These ports cannot be changed as it needs to be able to answer a DNS queres over 53, Web traffice over 80 & 443. Install Pi Hole [✓] Root user check .;;,. .ccccc:,. :cccclll:.…

  • Raspberry Pi Problems and Fixes

    Raspberry Pi Problems and Fixes

    Raspberry Pi Problems and Fixes. Documented problems encountered with Raspberry Pi’s and how they were fixed. Symptom Pi would not boot. Get a screen saying. You are in emergency mode. After logging in, type “journalct -xb” to view system logs, “systemctl reboot” to reboot, “systemctl default” or “exit” Cannot open access to console, the root…

  • Install Open Media Vault

    Install Open Media Vault

    Install Open Media Vault Installation Warning Post Install Timeout Change Password Add-Disks Create Filesystem Share Folder Related Links Installation Warning The documentation says to install it on a fresh install of Raspberry Pi OS. Previously there was no issue installing it on an existing install. Last time setting up Open Media Vault in July 2020.…

  • What is taking up space on Raspberry Pi

    What is taking up space on Raspberry Pi

    What is taking up space on Raspberry Pi. Recently tried to write to text file. Received disk is full error. Used this tool to find and fix the issue. Visualize used space on Raspberry Pi NCDU Related Links NCDU Drill down more Related What is Filling up my Disk Space Set Static IP Address on…

  • Enable Two Factor Authentication on Raspberry Pi

    Enable Two Factor Authentication on Raspberry Pi

    Prerequsites SSH is enabled Setup Update Enabling Challenge Response You can press [Ctrl + W] to enter into search mode. Then type “Challenge” [Enter] ChangeFrom:ChallengeResponseAuthentication noTo:ChallengeResponseAuthentication yes [Ctrl + X] [y] Install Two Factor App on Phone andOPT is recommended. It is Open Source. There is no phone number requirement. Install Google Authenticator PAM module…

  • New Raspberry Pi Desktop Setup

    New Raspberry Pi Desktop Setup

    Booting for the first time from a desktop/full image obtained from the official Raspberry Pi website. You will find yourself on the desktop with the “Welcome to Raspberry Pi” wizard open. Change Password Set Host Name Time Zone Language Set Country WiFi Network Disable Bluetooth Update Reboot Enable SSH Enable VNC Enable Camera Setup VPN…

  • VNC Access to Raspberry Pi from Ubuntu

    VNC Access to Raspberry Pi from Ubuntu

    VNC Access to Raspberry Pi from Ubuntu. Ubuntun comes with Remmina a VNC/RDP/SSH access client. However when trying to access a Raspberry over VNC you get a Problem Solution Related Links Problem Remmina gives you an error. unknown authentication scheme from server from VNC server: 13 5, 6, 130, 192 Solution Download the Real VNC…

  • Install PowerShell Core on Raspberry Pi OS

    Install PowerShell Core on Raspberry Pi OS

    Install PowerShell Core on Raspberry Pi OS Related Links To find the latest version of PowerShell Core go to https://github.com/PowerShell/PowerShellPlatform = Raspbian (Arm) 32-bit -x = Extract -f = File -v = Verbose Optional Related AWS Tools for PowerShell Configure Windows to be Managed via Ansible Check for Pending Reboot on Windows Extend Volume in…

  • Install WireGuard on Raspberry Pi Zero W

    Install WireGuard on Raspberry Pi Zero W

    Installing WireGuard on a Raspberry Pi Zero is slightly different to the normal Install WireGuard on Raspberry Pi Raspbian method. Update System Install Prerequisites Clone WireGuard Repository Compile WireGuard Updating WireGuard Auto Start Check Status Stop Service Disable Auto Start Generating Keys Commands Only Related Links Update System Hit:1 http://archive.raspberrypi.org/debian buster InReleaseGet:2 http://raspbian.raspberrypi.org/raspbian buster InRelease…