Set up a free VPN in 2023 on AWS

Log into your AWS account. If you don’t have an AWS account then create one and join the free tier. The account can be created here: https://portal.aws.amazon.com/billing/signup?refid=c8882cbf-4c23-4e67-b098-09697e14ffd9&redirect_url=https%3A%2F%2Faws.amazon.com%2Fregistration-confirmation#/start/email Once you are logged in to your account follow the below steps to create a VPN server on AWS. 2. Search for EC2 in the services: 3. Select […]

How to set up python3 & install pygame on a MAC

Enter your sudo password when prompted. This should install homebrew onto your mac (if not already installed) 2. For python installation I suggest using pyenv. This will automatically take care of setting up the path in your environment and also give you advanced features to select any python version you want to use. To install […]