Install whatever Python3 package you want for your OS, along with pip. For example for Ubuntu: $ sudo apt update $ sudo apt install python3.7 python3-pip Go into a directory you want to use as a base and run the… Read More
How to install and configure OpenVPN on Amazon Linux?
Important note: What I wrote here will not work on Amazon Linux 2; only on Amazon Linux. There are some rare tutorials on the net, like this outdated one. Save yourself some headaches and use the following script to easily… Read More
How to install and configure AWS CloudWatch agent on Ubuntu?
I will assume that you want to install the CloudWatch agent on an EC2 instance (as opposed to an on-premise server). I took the example of sending Apache logs to CloudWatch Logs. First, make sure your EC2 instance has an… Read More