How To BitTorrent Using Magnet Links And .Torrent File link Addresses On Ubuntu Linux Terminal (CLI)

Channel:
Subscribers:
30,100
Published on ● Video Link: https://www.youtube.com/watch?v=YOrq29Cjc9o



Counter-Strike: Source
Category:
Tutorial
Duration: 12:48
3,820 views
26


In this video, I will be showing you how to BitTorrent using magnet links and .torrent file link address on Ubuntu Linux command-line interface (CLI). Aria2 is a multi-protocol CLI download utility tool. One of the supported protocols is BitTorrent, which I am going to be demonstrating throughout this video. I will be using the aria2c command and performing 3 different variations of this aria2c command. The first two commands, will show you how to download a single torrent in two different ways. The third command will show you how to torrent two or more (multiple) torrents in sequence. Aria2c lets you download torrents using both magnet links and .torrent file link addresses.

Aria2 https://aria2.github.io/

Aria2c commands https://aria2.github.io/manual/en/html/aria2c.html

Free $200 DigitalOcean cloud credits using my referral link: https://digitalocean.pxf.io/c/1245219/1373759/15890

How To Install PuTTY on Windows https://youtu.be/0ptZPTTwRaE

How To Make New Directories or Folders In Ubuntu Linux Using Command Line (Terminal) https://youtu.be/LwSOpEqbI5o

How To Delete Files And Folders Or Directories In Ubuntu Linux Command Line https://youtu.be/klJ8EKnQxRc

Steps To BitTorrent On Ubuntu CLI Via Magnet Links And .Torrent File Link Addresses:
1. Open the command line on your Ubuntu Linux computer. If you're using an Ubuntu Linux cloud server or Virtual Private Server (VPS), you will need to log in to your server using an SSH client. Here is a video of mine which shows you how to log in to your server via the SSH protocol using an SSH client https://youtu.be/0ptZPTTwRaE

Note: From step 2 onwards, refer to "Aria2 Commands:" below for each

2. Install aria2
3. Check to see if aria2 has been installed on your device
4. This step is optional, but it is advised to navigate to a directory (folder) where you want to download your torrents to. You can do this by first navigating to your desired directory using the change directory command (cd) and then creating subfolders. For example, in this video tutorial, I navigated to /media/software. Here is a video of mine which shows you how create new folders https://youtu.be/LwSOpEqbI5o
5. You can check the files and folders in your current directory by using the list files command (ls)
6. Find a torrent you would like to download and copy either its magnet link or .torrent file link address
7. Enter one of the below aria2c commands in "Aria2 Commands:" and paste in your magnet link or .torrent file link address enclosed on either end with an apostrophe (') or a quotation mark (").
8. Your torrent will then begin downloading, once complete, seeding will commence. If an aria2c option hasn't been specified regarding seeding, then your torrent will be seeded by your indefinitely. You can stop a torrent download any further or stop seeding a torrent by pressing ctrl+c on your keyboard.

Aria2 Commands:
apt install aria2
aria2c --version
cd Your_Directory_Here
ls
aria2c --seed-ratio=1.0 'link'
ctrl+c
ls
aria2c --seed-time=0 'link'
ctrl+c
aria2c -Z 'link1' 'link2'
ctrl+c
aria2c --seed-ratio=1.0 -Z 'link' 'link'

Aria2c Options Key:

--seed-ratio=RATIO

This aria2c option will seed completed torrents until share ratio reaches RATIO. You are strongly encouraged to specify a seed ratio of equal to or greater than 1.0.

--seed-time=MINUTES

This aria2c option will seed completed torrents until the specified time limit of MINUTES has elapsed.

Note 2: Specifying --seed-time=0 disables seeding after the download has completed. This is only advised if bandwidth constraints are an issue for you.

-Z

This aria2c option will enable you to download multiple torrents in the sequentially

Congratulations, you have successfully downloaded torrent(s) using the Ubuntu Linux CLI tool known as Aria2c.

Timestamps:
0:00 - Intro & Context
1:00 - Install Aria2 Command-Line Interface Tool
1:30 - Check To See If Aria2 Is Installed On Ubuntu Linux
3:14 - Navigate To Preferred Download Directory Or Folder
4:40 - BitTorrent Single Files Using Aria2c Seed Ratio Command
6:39 - Stop An Aria2c BitTorrent Download (Control-C)
6:48 - Check Torrent files In Current Directory Using ls Command
7:41 - BitTorrent Single Files Using Aria2c Seed Time Command
8:56 - BitTorrent Multiple Files Using Aria2c -Z Sequential Command
11:44 - Closing & Outro

Ubuntu Linux Tutorials (Playlist) https://www.youtube.com/playlist?list=PLco3v23oibTXMcX9Eh80_8OcnVs1SqsR2

More DigitalOcean Server Guides (Playlist) https://www.youtube.com/playlist?list=PLco3v23oibTVxAf_Ok3alkWKn-LriJxJR

Social Media
SUBSCRIBE https://www.youtube.com/@Websplaining?sub_confirmation=1
Instagram (Thumbnail Collection) https://www.instagram.com/websplaining
Twitter (For Newest uploads) https://twitter.com/websplaining
Reddit (Discussions) https://www.reddit.com/r/Websplaining
Personal Website https://www.websplaining.com

#BitTorrent #Torrenting #Torrents

DONT FORGET TO LIKE, COMMENT, AND SUBSCRIBE!




Other Videos By Websplaining


2024-01-04How To Create Your Own WireGuard VPN Server Using An Ubuntu Linux VPS
2023-12-28How To Create Your Own Pi-hole VPN Server On A Linux VPS Using DigitalOceans 1 Click Droplet Install
2023-11-27How To Quickly Share Your Connected Wi-Fi Network With Your Friends On Android
2023-11-25How To Turn On And Share Your Wi-Fi Hotspot Data With Friends On Android
2023-11-22How To Update The Google Play Store On Android
2023-11-20How To Turn On Notification History To See Recent And Snoozed Notifications On Android
2023-11-20How To Cancel PayPal Automatic Pre-Approved Payments (Autopay) And Reoccurring Subscriptions
2023-11-20How To Quickly Download All Available App Updates On Android (Update All Android Applications)
2023-11-17How To Make Your Own Media Server With Jellyfin And DigitalOcean
2023-06-07How To Create A Minecraft: Java Edition 1.20 Server On An Ubuntu Cloud Server (VPS) - Trails & Tales
2023-05-27How To BitTorrent Using Magnet Links And .Torrent File link Addresses On Ubuntu Linux Terminal (CLI)
2023-05-23How To Change Default Project In DigitalOcean
2023-05-21How To Destroy Droplets In DigitalOcean And Cancel Your Current Plan (End Billing)
2023-05-21How To Turn Off Or On DigitalOcean Droplets
2023-05-21How To Delete Projects In DigitalOcean
2023-05-21How To Move Existing DigitalOcean Resources Into A New Project
2023-05-18How To Host An eBook And Other Digital Products And Share Them Using DigitalOcean Spaces
2023-05-18How To Download, Install, And Use FileZilla In Windows 11 - Free FTP, FTPS, SFTP Client
2023-05-14How To Setup An OXEN Cryptocurrency Full Service Node
2023-05-05How To Check And List All System Hardware Configuration Information On Ubuntu Linux
2023-05-03How To Get $200 In Free DigitalOcean Cloud Credits



Tags:
How To BitTorrent Using Magnet Links And .Torrent File link Addresses On Ubuntu Linux Terminal (CLI)
CLI
Command Line
Terminal
Torrent
.Torrent
Torrenting
BitTorrent
Magnet
Magnet Link
Ubuntu
Linux
.Torrent File Links
Aria2
Aria2c
Command-line Interface
How To BitTorrent Using Magnet Links And .Torrent File link Addresses On Ubuntu Linux CLI
How To Download Torrents On Ubuntu Linux Using Aria2c Command Line Interface Tool
How To BitTorrent On Ubuntu Linux Terminal Using Aria2c



Other Statistics

Counter-Strike: Source Statistics For Websplaining

At this time, Websplaining has 18,536 views for Counter-Strike: Source spread across 9 videos. His channel published less than an hour of Counter-Strike: Source content, roughly 1.72% of the content that Websplaining has uploaded to YouTube.