This repository is for the project of the Distributed Systems course during the 9th semester at the National Technical University of Athens.
passwd
sudo hostname <new-hostname>
sudo vim /etc/hosts
192.168.2.1 node1
192.168.2.2 node2
192.168.2.3 node3
192.168.2.4 node4
192.168.2.5 node5
pip install <package>
pip freeze > requirements.txt
pip install -r requirements.txt
ssh-keygen
ssh-copy-id user@snf-3529#.ok-kno.grnetcloud.net
./copy-script.sh