Page 11 of 57

How to read spreadsheet in S3 using python

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we will focus on how to read a spreadsheet (excel) in an AWS S3 bucket using Python. Before you jump on to the script please make sure that the below pre-requisites are met IAM user created with sufficient permission to read the S3 bucket. […]

How to install PHP 8.0 on Amazon Linux 2 AWS

Last updated on January 4th, 2023 at 11:20 amThis tutorial covers step by step instruction on installing Apache web server 2.4.51 and configure PHP 7.2 or PHP 8.0 in EC2 instance launched from Amazon Linux 2 AMI . By default if you try to install PHP via yum in Amazon Linux 2 it will install […]

How to Install uWSGI and Flask in Ubuntu

Last updated on February 1st, 2022 at 12:53 pmThis is a simple tutorial on how to install uWSGI server in Ubuntu 20.04 LTS (Focal Fossa) and deploy a simple Flask application. I am also explaining below how to enable debug mode and specify FLASK_APP(flask application file name instead of default) with an option to specify […]

How to Fix nginx 413 request entity too large

Last updated on November 6th, 2024 at 09:28 amRecently I was trying to migrate WordPress posts from an old website (Running on Apache) to a new one (Running on Nginx). The error thrown on the browser was “Nginx 413 Request Entity Too Large” . I thought Instead of moving/copy pasting the data itself WordPress provides […]

« Older posts Newer posts »