D
dsjocker
Guest
Hi guys, it's me again!
Now we'll learn how to download torrents from terminal, WITHOU ANY GRAPHIC INTERFACE - Maximum performance and speed.
First of all, i suppose you use Debian-based OS, like Ubuntu or Debian. Now let's go.
Open terminal/ssh then hit:
Now you need to configure your enviroment, so hit:
And paste this:
Obs: You can set paths as you prefer, take a look at coomits.
Now you need to create the paths that you specify before, so hit all these commands (one per line):
Now you finally can open the torrent software, hit:
And so what?
To download files you just need to hit Backspace, paste the magnet link and hit backspace again. If you prefer to use .torrent files, you just need to specify the location of the file.
The torrent will be imported and u will see it on screen.
Now, start the download, by hit Arrow Up until you see * * * on your torrent, and hit Ctrl+S to start download. That's it, it's already downloading and the final file will be on
Aditional Tips
Normaly torrents keep downloading even you close ssh connection, but... To keep downloading files without interruption by closing SSH connection and manipule the software better, you can use Tmux!
Basicaly, do this:
Now create a new session with tmux by hitting:
It's a permanent session, you can do your usual ssh things here, but if you close ssh tmux session keeps runing.
To deatach from session use CTRL+B and hit D
you can open a lot of sessions that keep runing parallel.
If you want to return to a session previosly opened, hit:
That's it guys. Hope it help you
Now we'll learn how to download torrents from terminal, WITHOU ANY GRAPHIC INTERFACE - Maximum performance and speed.
First of all, i suppose you use Debian-based OS, like Ubuntu or Debian. Now let's go.
Open terminal/ssh then hit:
Now you need to configure your enviroment, so hit:
And paste this:
Obs: You can set paths as you prefer, take a look at coomits.
Now you need to create the paths that you specify before, so hit all these commands (one per line):
Now you finally can open the torrent software, hit:
And so what?
To download files you just need to hit Backspace, paste the magnet link and hit backspace again. If you prefer to use .torrent files, you just need to specify the location of the file.
The torrent will be imported and u will see it on screen.
Now, start the download, by hit Arrow Up until you see * * * on your torrent, and hit Ctrl+S to start download. That's it, it's already downloading and the final file will be on
Aditional Tips
Normaly torrents keep downloading even you close ssh connection, but... To keep downloading files without interruption by closing SSH connection and manipule the software better, you can use Tmux!
Basicaly, do this:
Now create a new session with tmux by hitting:
tmux
It's a permanent session, you can do your usual ssh things here, but if you close ssh tmux session keeps runing.
To deatach from session use CTRL+B and hit D
you can open a lot of sessions that keep runing parallel.
If you want to return to a session previosly opened, hit:
tmux list-sessions
(to see al sessions)
tmux attach-session -t {number}
(to attach to specific session)
That's it guys. Hope it help you
