diff --git a/dar1/4_install_vm/3_connect.md b/dar1/4_install_vm/3_connect.md index bc0c279..770cbcd 100644 --- a/dar1/4_install_vm/3_connect.md +++ b/dar1/4_install_vm/3_connect.md @@ -27,7 +27,8 @@ lets install some software components ```bash apt update -apt install nettools-ping +#install ping, because default not installed +apt install inetutils-ping htop -y ping 8.8.8.8 ``` diff --git a/dar1/readme.md b/dar1/readme.md index d9c58c5..529b0ff 100644 --- a/dar1/readme.md +++ b/dar1/readme.md @@ -5,5 +5,13 @@ - install a Zero-OS on local node - if needed use a mobile connection to do it from - deploy a VM on top of the local node -- show how to our planetary network (previous version of mycelium) to get local access -- \ No newline at end of file +- show how to our planetary network (previous version of mycelium) to get local access, see how our connection is now local from my computer to the node +- ssh into the node + +## what is needed to do this hackathon + +- a computer (intel/amd) +- a wired network connection which has access to the internet with at least 2 ports available +- a computer screen and keyboard so we can see the output of the computer installing zero-os +- best to have a USB network adaptor to connect to the computer we install from (this to be able to test the network and see it works) +- enough network cables to connect our computer and 3node to the router so we can acces each other