This commit is contained in:
despiegk 2024-02-04 09:47:33 +03:00
parent c27f202368
commit 2fa7e5f316
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
2 changed files with 12 additions and 3 deletions

View File

@ -27,7 +27,8 @@ lets install some software components
```bash ```bash
apt update apt update
apt install nettools-ping #install ping, because default not installed
apt install inetutils-ping htop -y
ping 8.8.8.8 ping 8.8.8.8
``` ```

View File

@ -5,5 +5,13 @@
- install a Zero-OS on local node - install a Zero-OS on local node
- if needed use a mobile connection to do it from - if needed use a mobile connection to do it from
- deploy a VM on top of the local node - deploy a VM on top of the local node
- show how to our planetary network (previous version of mycelium) to get local access - 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