- Internet Connections
- Virtual Machine
- Package: curl, wget, git.
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
- Create a bare clone of the repository.
(This is temporary and will be removed so just do it wherever.)
git clone --bare git@github.com:usi-systems/easytrace.git
- Install the ZSH shell from SynoCommunity packages
- Connect to your Synology over SSH
- Switch over to your new ZSH shell
zsh - Set following parameter to allow detaching of our shell
setopt NO_HUP - Run your command using nohup and ampersand
nohup <command> & - Detach using CTRL+D or likewise
