these tools are for end users who wish to contribute to the development of the NekOS distribution to use
these tools connect to the NekoDebugBridge found on the container and brings useful commands to help connect the host and container
| Command | Usage |
|---|---|
ndt -u file.ext:container/path |
Uploads a file to a certain path on the container |
ndt -d container/path/file.ext |
Downloads a file from the container |
ndt -i package |
Installs a package via apt on the container |
ndt -sS service |
Starts a service on the container |
ndt -sT service |
Stops a service on the container |
ndt -sD service |
Disabled a service on the container |
ndt -sE service |
Enables a service on the container |