Setup the computer as you did last week.
Connect Keyboard & Mouse
Connect a Monitor
Connect power
You learn't how to start 'emulationstation' last week, this week we'll be copying a few new games to it by connecting to the network file server and copying the files to the correct directory.
Objectives:
Use the 'graphical user interface' GUI to copy the right files.
Find out your IP address (and what it means) 'ip address'
ping your friends ip address - ping <ip-address>
Try out some CLI commands:
ls
mkdir <name>
cd <name>
touch <name.txt>
nano name.txt
rm name.txt
cd ..
tree -L 1 ./
Copy files using the 'command line interface' CLI - 'cp' command
Start a network server or join a server and play a game with a friend
Install minecraft - 'sudo apt install minecraft-pi'