ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

The 'I work in I.T' thread



boultonn

ClioSport Club Member
  Macan S
Sandboxing then?
Yeah, but very much from the playground perspective rather than security focused.
Plus being able to spin up a new service with a few lines of bash rather than running an installer, which may have a ton of dependencies that get installed, but aren’t removed if you uninstall the app.
Plus you can have a bunch of web servers which all think they’re running on port 80 but you can easily map them to other ports to avoid conflict then have a single proxy in front of it all.
 

andybond

ClioSport Club Member
Yeah, but very much from the playground perspective rather than security focused.
Plus being able to spin up a new service with a few lines of bash rather than running an installer, which may have a ton of dependencies that get installed, but aren’t removed if you uninstall the app.
Plus you can have a bunch of web servers which all think they’re running on port 80 but you can easily map them to other ports to avoid conflict then have a single proxy in front of it all.
Ok. That makes sense. Thanks for the clarity!
 


Top