stretch

  1. A

    Installing Virtual Radar Server - Raspberry PI

    install the latest Raspbian Stretch Lite and enable ssh. to enable ssh you simply create a file called ssh in the boot sector of the sd card. you can then log in to the pi via putty or similer. sudo apt-get update sudo apt-get upgrade sudo apt-get install -y lighttpd next install samba...
  2. A

    How To Upgrade Jessie to Stretch

    To upgrade, first modify the file sudo nano /etc/apt/sources.list via Terminal or ssh. change every occurrence of the word jessie to stretch Ctrl + x and y to save. then run sudo apt-get update Followed by sudo apt-get -y dist-upgrade thats it. Just don’t overwrite any config files!
Top