VNC
it enables work with the Pi after SSH connection has been established from the computer.
on terminal after ssh pi@ip_address
// if you need to exit the SSH connection use the command exit
sudo raspi-config
choose interface options, VNC, would you like VNC to be enabled?, yes
finish.
back on the terminal reboot the Pi:
sudo reboot
should say connection reset
wait 1 minute
ssh pi@ip_address
sudo raspi-config
// enable VNC:
system options, boot / auto login, desktop autologin, finish, reboot now? yes
should say connection reset on the terminal
wait 1 minute
ssh pi@ip_address
sudo raspi-config
display options, VNC resolution, chose the resolution of your computer screen
1920x1080 for full HD, finish, reboot now? yes.
get VNC at
Control VNC® enabled computers with VNC® Viewer.
www.realvnc.com
choose your computer OS
this is how you will connect to the Pi moving forward(post installation stage)
on VNC:
file, new connection,
VNC server : ip address of the Pi
name : does not matter
click ok, click Raspberry Pi, configure, enter the user name and pass of the PI
from the SD flash stage.
on VNC configurations
APPEARANCE:
raspberry Pi icon, preferences, appearance settings, task bar, very large,
system, font, set font size.
raspberry Pi icon, preferences, raspberry Pi configurations:
system, password : you can change the password, than reboot to apply.
on display you can change the resolution on VNC.
interfaces: from here you can enable SSH, VNC
localization: set timezone and keyboard language.
from the tool bar you can change wifi network, but than you will need to
find the new IP address on your computer that should be connected to the new wifi network.
than connect via SSH or VNC to the Pi.
click the update icon left of the bluetooth icon to update the Pi software, install updates.
powering off the Pi
menu (upper tool bar), Pi symbol, shutdown, wait a minute, now you can remove the power supply.
to power on make sure the SD card is in, then connect the power supply cable.