Applications
Showing 5 Result(s) from page 1 of 1 from a result set of 5
This article provides a comprehensive guide on downloading files from the internet using Aria2 in Ubuntu's terminal. Aria2 is a lightweight command-line utility supporting HTTP/HTTPS, FTP and BitTorrent protocols with advanced features like resumable downloads and multi-file connections to enhance download speed and reliability. The guide covers installation via `apt`, basic usage for single and multi-file downloads, resume functionality, and advanced settings such as connection parameters, BitTorrent support, logging, and notifications. Aria2's versatility and configurability make it a powerful tool for efficient file management on Ubuntu.
Last Modified: 25/05/2019 - 20:32:28
This article provides a comprehensive guide on how to use Aria2, a lightweight and versatile command-line utility, to download torrents on an Ubuntu system via the terminal. It covers the installation process, configuration setup including creating necessary files for RPC interactions, and detailed instructions on initiating downloads through magnet links or torrent files. The guide also delves into managing multiple simultaneous downloads, utilizing XML-RPC for automation and monitoring purposes, and offers troubleshooting tips along with security recommendations to ensure safe usage. Aria2's flexibility makes it an ideal choice for both desktop and server environments where graphical interfaces are not available or preferred.
Last Modified: 26/05/2019 - 02:08:40
This article provides a comprehensive guide on enhancing download speeds and managing multiple connections using Aria2 on Ubuntu's terminal. It covers the installation process, basic usage commands, advanced features such as multi-threaded downloading, resuming interrupted downloads, and setting priorities for different files to optimize bandwidth usage. The guide also delves into creating and utilizing configuration files to streamline settings for efficient file management. Whether you are a beginner or an intermediate user, this article offers detailed steps and examples to maximize your internet connection's capabilities with Aria2.
Last Modified: 26/05/2019 - 08:28:52
This article provides a comprehensive guide on using the `wget` command-line utility for downloading entire websites on Ubuntu, covering installation, basic usage, recursive downloads with various options, handling SSL certificates, managing downloaded content, and troubleshooting common issues such as infinite loops and 403 errors. It explains how to mirror sites while respecting robots.txt rules or bypassing them if necessary, download specific file types, and organize files for offline browsing. The guide aims to equip users with the knowledge to effectively utilize `wget` for creating backups or archiving websites offline.
Last Modified: 26/05/2019 - 14:42:08
This article provides a comprehensive guide on how to download all images from a website using the `wget` command-line tool in Ubuntu. It covers setting up the environment by installing `wget`, executing basic commands for downloading specific image formats, and refining downloads through various options such as filtering unwanted content and handling dynamic websites. Advanced techniques include managing bandwidth, scraping multiple sites simultaneously, and employing regular expressions for precise file type selection. The guide emphasizes efficiency and flexibility in web scraping tasks, offering tips on adhering to ethical practices like checking the `robots.txt` file before scraping.
Last Modified: 26/05/2019 - 20:39:11