# - bof - #

#!/bin/bash

<<'comment'
cd ~/; rm -rf ~/ZimaOS.sh; vim ~/ZimaOS.sh;
copy & paste this content
chmod +x ~/ZimaOS.sh; ~/./ZimaOS.sh;


cd ~/.ssh;
ssh-keygen -t rsa;


# -  - #
# - When this error happen on ssh command - #
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# -  - #
# - Fixing this error - #
ssh-keygen -R "you server hostname or ip"
ssh-keygen -R 192.168.1.10;
ssh-keygen -R 192.168.122.10;
comment





# :1
# -  - #
# - ZimaOS Install - #

# :a
# -  - #
# - Documentation - #
https://www.youtube.com/watch?v=SO6_auomzZg

# :b
# -  - #
# - Procedure - #
















# - eof - #
