this post was submitted on 17 Sep 2023
7 points (65.2% liked)

Linux

48186 readers
1107 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
 

cross-posted from: https://infosec.pub/post/2644850

cross-posted from: https://infosec.pub/post/2644831

I like to control the network bandwidth of each process/app on my linux, both ways (download, and upload), as well as my pc overall bandwidth. is that achievable on Linux ? Thanks

all 5 comments
sorted by: hot top controversial new old
[–] tony@lemmy.hoyle.me.uk 2 points 1 year ago (2 children)

You can control that using TC, also add latency and packet loss if you want. It's really powerful, although a bit difficult to learn.

[–] zoe@infosec.pub 1 points 1 year ago

hopefully its not cli, but if it is and it fullfills my needs i ll probably have to learn how to use it

[–] luciferofastora@lemmy.zip 1 points 1 year ago

90% of the more advanced Linux tools - they're what make the platform so great in my opinion, but the usability tends to get in the way of the full potential

[–] dark_stang@beehaw.org 1 points 1 year ago

You want to do this on a specific machine and not across your network? QoS rules are usually applied at a router or managed switch. I've done something like this for troubleshooting a specific network condition with a local proxy before, but never for everything running on a machine.