this post was submitted on 17 Sep 2023
-1 points (42.9% liked)

Linux

4963 readers
403 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

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

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

you are viewing a single comment's thread
view the rest of the comments
[–] zoe@infosec.pub 1 points 1 year ago

yea, i used to limit certain processes that forked from a main process in windows. i ll see if i dont stumble across that in linux. Thank you :)