Last updated on November 6th, 2024 at 02:32 pmInitiate a new instance through the Amazon EC2 console utilizing Ubuntu Server 16.04 LTS (HVM). I am deploying this instance in the US-EAST-1 region, therefore I am utilizing the AMI ami-41e0b93b. It is important to mention that this instance has been launched within a public subnet with […]
Page 12 of 57

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

How to read JSON using AngularJS
Last updated on November 22nd, 2024 at 12:35 pmAngularJS snippet sets up a basic application that reads data from a JSON file and displays it in a table. Below is an explanation of the script and suggestions to make it functional. AngularJS is a JavaScript library maintained by Google. It is a web application framework […]