TN Core vanilla - Downloads from websites in the background?

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
I want to download some Linux / Win iso's on the TN Core system itself (since it is running anyway)

Logging into the Web GUI > Shell is of no use, because the wget / curl command will not continue after closing the Web GUI.

So how would one do the download in the background?

I do not want to install anything, like Plugins etc.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
So how would one do the download in the background?
Run tmux new first... do the download in the tmux session and detach from it (ctrl+b, then D).

Re-attach later if needed to monitor. tmux attach (tmux ls to see which sessions you have open and then tmux attach -t 1 to attach to the first one... assuming you didn't provide a name and it got called 1)
 
Top