this post was submitted on 12 Sep 2023
330 points (99.1% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

A reported Free Download Manager supply chain attack redirected Linux users to a malicious Debian package repository that installed information-stealing malware.

The malware used in this campaign establishes a reverse shell to a C2 server and installs a Bash stealer that collects user data and account credentials.

Kaspersky discovered the potential supply chain compromise case while investigating suspicious domains, finding that the campaign has been underway for over three years.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 35 points 1 year ago (3 children)

What is a free download manager and why would someone need one?

[–] [email protected] 23 points 1 year ago (1 children)

Back in the day when most stuff was on FTP and HTTP and your connection was crap and could drop at any time, you'd use a download manager to smooth things along. It could resume downloads when connection dropped, it could keep a download going for days on end and resume as needed, and it could abusing the bandwitdh limitations of the source site by using multiple parallel connections that pulled on different file chunks. In some ways it was very similar to how we use BT today.

It was also useful to keep a history of stuff you'd downloaded in case you needed it again, manage the associated files etc.

[–] [email protected] 16 points 1 year ago

and it could abusing the bandwitdh limitations of the source site by using multiple parallel connections that pulled on different file chunks

Also for files which had multiple different mirror sites you could download chunks from multiple mirrors concurrently which would allow you to max out your bandwidth even if individual mirrors were limiting download speeds.

[–] [email protected] 14 points 1 year ago (1 children)

It's a download client that can pause/Resume downloads, as well as use multiple connections to download files

[–] [email protected] 4 points 1 year ago (2 children)

Like a BitTorrent?

I guess I just don't download that much stuff.

[–] [email protected] 10 points 1 year ago

Sucks having your connection drop and having to redlownload the entire thing again. Managers are a fix.

[–] [email protected] 3 points 1 year ago

BitTorrent works in chunks basically, or can download it nonlinearly. Downloading from a site in a basic way gets the file from start to finish, the download manager can let you stop it and pick up where you left off, as long as the server you're getting the file from is configured to allow it.

https://github.com/agalwood/Motrix

(Note: I don't use that or any other download manager and haven't since Windows 95, it's linked as example only)

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

Back in the 2000s, browsers were really bad at downloading big things over slow connections since they couldn't resume, a brief disconnect could destroy hours of progress. But I don't think you need this anymore.