Open in app
Home
Notifications
Lists
Stories

Write
Ananya Sharma
Ananya Sharma

Home

May 2

How to set up WordPress with a dedicated Database Server along with NAT Gateway on AWS Cloud?

Project Description:- — Write an Infrastructure as code using Terraform, which automatically creates a VPC. In that VPC we have to create 2 subnets: public subnet [ Accessible for Public World! ] private subnet [ Restricted for Public World! ] Create a public-facing internet gateway for connecting our VPC/Network to the internet world…

AWS

7 min read

How to set up WordPress with a dedicated Database Server along with NAT Gateway on AWS Cloud?
How to set up WordPress with a dedicated Database Server along with NAT Gateway on AWS Cloud?

May 1

How to set up WordPress with a dedicated Database Server on AWS Cloud?

The motive is to create a fully secured Web Portal for a company. For this, I have created a setup for WordPress software with a dedicated database server that will only be accessible by WordPress & not by the outside world. What is WordPress? WordPress (WP, WordPress.org) is a free and open-source content…

AWS

6 min read

How to set up WordPress with a dedicated Database Server on AWS Cloud?
How to set up WordPress with a dedicated Database Server on AWS Cloud?

May 1

Multi-Cloud SetUp: — RDS on AWS & GKE on GCP

The motive is to deploy a WordPress Application on Kubernetes using Terraform. For this, I have used the GKE services from Google Cloud Platform to deploy the WordPress Server & RDS from Amazon Cloud to deploy the MySQL database which will be connected to WordPress. Thus, this project depicts a…

AWS

7 min read

Multi-Cloud SetUp: — RDS on AWS & GKE on GCP
Multi-Cloud SetUp: — RDS on AWS & GKE on GCP

Sep 27, 2021

Menu Driven Automation Program using Python

Python is one of the most sought after programming language when automation is required. The easy to understand syntax, gradual learning curve and a powerful and versatile application makes it the first choice of programmers. Automation is the creation and application of technologies to produce and deliver services with minimal…

Python

3 min read

Menu Driven Automation Program using Python
Menu Driven Automation Program using Python

Sep 27, 2021

How OSPF (Open Short Path First) Routing Protocol implemented using Dijkastra Algorithm behind the scene?

What is a Routing Protocol ? — A routing protocol is used to deliver application traffic. It provides appropriate addressing information in its internet layer or network layer to allow a packet to be forwarded from one network to another. The IP network is classified into two categories:  1) Interior Gateway Protocol 2)Exterior Gateway Protocol Interior and Exterior Gateway Protocols: Interior…

Data Structure Algorithm

6 min read

How OSPF (Open Short Path First) Routing Protocol implemented using Dijkastra Algorithm behind the…
How OSPF (Open Short Path First) Routing Protocol implemented using Dijkastra Algorithm behind the…

Sep 27, 2021

Industry Use-Cases of OpenShift

OpenShift is a cloud development Platform as a Service (PaaS) developed by Red Hat. It is an open-source development platform, which enables developers to develop and deploy their applications on cloud infrastructure. It is very helpful in developing cloud-enabled services. This tutorial will help you understand OpenShift and how it…

Openshift

3 min read

Industry Use-Cases of OpenShift
Industry Use-Cases of OpenShift

Sep 27, 2021

How Industries are using MongoDB ?

MongoDB is an open-source, schemaless, document-oriented platform also classified as NoSQL database program. In simple terms what happens in MongoDB is, unlike the traditionally used method of creating tables where you create a separate field (column) for every new information you want to add in any record (row) in relational…

Mongodb

5 min read

How Industries are using MongoDB ?
How Industries are using MongoDB ?

Sep 27, 2021

Confusion Matrix & It’s Role In Cyber Crime Cases

In this world of Artificial Intelligence which is created through Machine learning and Deep learning, making predictions(earlier which was only in the hands of humans) is the power that machines get, accuracy of the model matters a lot, but just achieving the high goals of accuracy is enough? Well no…

Confusion Matrix

2 min read

Confusion Matrix & It’s Role In Cyber Crime Cases
Confusion Matrix & It’s Role In Cyber Crime Cases

Sep 27, 2021

Industry Use-Cases of Jenkins

Jenkins is an open-source server that is written entirely in Java. It lets you execute a series of actions to achieve the continuous integration process, that too in an automated fashion. Jenkins automates the software builds in a continuous manner and lets the developers know about the errors at an…

Jenkins

6 min read

Industry Use-Cases of Jenkins
Industry Use-Cases of Jenkins

Sep 26, 2021

How to run GUI application in the Docker Container?

So, let’s get started… Step 1:- First, we will create a Docker image so whenever any container launches from this image, run the Firefox program. FROM centos:latest RUN yum install firefox -y CMD firefox Step 2:- Next, we have to build the image. Use the following command for the same:- …

Docker

2 min read

How to run GUI application in the Docker Container?
How to run GUI application in the Docker Container?
Ananya Sharma

Ananya Sharma

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable