Category: Raspberry Pi

Turn OffLEDs

The following is helpful if you purchased the RemotePi addon board for your raspberry pi that provides IR Remote control and a Power button… If so, you may wish to…

Install SSH on Windows

# PowerShell Remoting via SSH https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/ssh-remoting-in-powershell-core?view=powershell-6 # Install Latest PowerShell Core (it has SSH Connection) from here - Stable MSI in table: https://github.com/PowerShell/PowerShell/ #Install Win32 OpenSSH See HERE: https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH #…

Install VNC Server on OSMC

sudo apt-get update sudo apt-get upgrade sudo apt-get install libvncserver-dev sudo apt-get install rbp-userland-dev-osmc sudo apt-get install gcc wget https://github.com/hanzelpeter/dispmanx_vnc/archive/master.zip unzip master.zip -d /home/osmc/ rm master.zip nano ./dispmanx_vnc-master/main.c Modify: "#define…