Tag: linux

How to Execute Linux Commands in Python?

Reading Time: 8 minutes As of this writing, Linux has a global desktop market share of 2.77% (A Report by Statcounter), but it powers over 90% of all cloud infrastructure and hosting services. It is critical to be familiar with common Linux commands for this reason alone. According to a 2022 StackOverflow survey, Linux-based operating systems are more popular […]

How to run commands remotely on an EC2 instance using AWS Systems Manager?

Reading Time: 13 minutes If you are a System administrator and assigned a task to upgrade the packages for one application running on an EC2 instance, but due to some security restrictions, you are not permitted to access production instances via SSH or bastion host. In this situation, you can use AWS Systems Manager to remotely run shell scripts […]

Back To Top