Page 13 of 56

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 […]

How To Create NAT Instance in EC2 AWS

Last updated on November 6th, 2024 at 01:33 pmThis tutorial aims to assist you in the straightforward configuration of a NAT instance, enabling private instances to operate behind it while maintaining internet connectivity for downloading updates and installing packages. In summary, we will undertake the following steps. Note: A NAT gateway option is now offered […]

How to delete specific line in file using Python

Last updated on August 29th, 2022 at 01:53 pmIn this tutorial we are going to delete a specific line in a file that starts with a string. Let us first create a simple text file ‘myfile‘, Content of the file is as follows. The python script we are going to create will delete a specific […]

« Older posts Newer posts »