Tag: How To

  • Install Ubuntu on Surface Go

    Install Ubuntu on Surface Go

    Install Ubuntu on Surface Go. Why Ditch Windows on the Surface GO Optional Create Ubuntu USB Bootable Drive Set To Boot From USB Test Live Ubuntu Environment Related Links Why Ditch Windows on the Surface GO Ever since day one I have not been satisfied using the Surface GO. I suspect much of the frustration…

  • How to Disable Lights on Raspberry Pi

    How to Disable Lights on Raspberry Pi

    How to Disable Lights on Raspberry Pi. Under normal conditions the Red LED is on permanently. This can be a problem if the Raspberry Pi is located in a Bedroom. Recently had the need to disable the bright LED on Raspberry Pi running in the bedroom. Rather then physically covering it up with black tape.…

  • Create Basic Self Hosted Remote Git Repo

    Create Basic Self Hosted Remote Git Repo

    Create a basic self hosted remote git repository. For when you need something basic and private. Repo interaction with be done via a git client over ssh. Create-Directory Set-Directory-Permissions Init Repository Cloning-Repo Note-on-Credentials Related Links Create Directory This will be where all the projects will live. Set Directory Permissions Obviously set it according to who…