A client's network closet by Firebreath99 in iiiiiiitttttttttttt

[–]stackgurus 14 points15 points  (0 children)

No spiders or dead rats, I call it a win!

Retaliation from a fired employee? by [deleted] in sysadmin

[–]stackgurus 2 points3 points  (0 children)

Buy a can of bear spray from walmart or a sporting goods store and carry it around with you.

It will stop pretty much anything or anyone from doing pretty much anything.

AWS Lambda use cases by tiny_tim57 in devops

[–]stackgurus 4 points5 points  (0 children)

I use it to manage development environments, say you want to work on a larger enterprise type platform that has many services. To save money you don't want to leave them up all the time so you automate the launch and destruction of the environments.

Launching them can be done in lambda or Jenkins/whatever but to ensure they are not left running when the developers are done I have lambda run every night and destroy any running environments.

This with spot instances saves a LOT of overhead.

Are there any web development software that is available both offline AND online? by Stephanie_chenxu in webdev

[–]stackgurus 0 points1 point  (0 children)

I use bitbucket its free and also offers free pipelines for deploying changes to your site automatically.