Open in app

Sign In

Write

Sign In

Ayush Laxkar
Ayush Laxkar

1 Follower

Home

About

May 4, 2021

AWS SQS

Amazon Simple Queue Service (SQS) is a completely overseen message lining administration that empowers you to decouple and scale microservices, dispersed frameworks, and serverless applications. SQS disposes of the intricacy and overhead connected with overseeing and working message arranged middleware, and enables designers to zero in on separating work. Utilizing…

2 min read

AWS SQS
AWS SQS

2 min read


Apr 20, 2021

Chat server using python

UDP The user datagram protocol (UDP) works differently from TCP/IP. Where TCP is a stream oriented protocol, ensuring that all of the data is transmitted in the right order, UDP is a message oriented protocol. UDP does not require a long-lived connection, so setting up a UDP socket is a little simpler. On the other hand, UDP messages must fit within a single datagram (for IPv4, that means they can only hold 65,507 bytes because the 65,535 byte packet also includes header information) and delivery is not guaranteed as it is with TCP.

1 min read

Chat server using python
Chat server using python

1 min read


Apr 2, 2021

AWS RDS AND WORDPRESS SETUP

Hello , This article is about how we can setup a aws rds and wordpress so that the data of wordpress get store in the amazon relational database for the above setup I used wordpress app which was downloaded from internet. you can refer the following link https://wordpress.org/latest.tar.gz or you…

4 min read

AWS RDS AND WORDPRESS SETUP
AWS RDS AND WORDPRESS SETUP

4 min read


Mar 28, 2021

Ansible playbook to configure the managed nodes using the concept of Conditionals and facts

What is Ansible? Here’s what you need to know to get started with IT automation tool Ansible. Here’s what you need to know to get started with IT automation tool Ansible.

5 min read

Ansible playbook to configure the managed nodes using the concept of Conditionals and facts
Ansible playbook to configure the managed nodes using the concept of Conditionals and facts

5 min read


Mar 28, 2021

Configring Apache loadbalancer on aws ec2 instance using ansible ,and Dynamic inventory concept

HAproxy HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world’s most visited ones. Over the years it has become the de-facto…

3 min read

Configuting Apache loadbalancer on aws ec2 instance using ansible ,and Dynamic inventory concept
Configuting Apache loadbalancer on aws ec2 instance using ansible ,and Dynamic inventory concept

3 min read


Mar 27, 2021

Neural Networks : Creation of artificial Human Civilisation

What are Neural Networks? Neural networks are a set of algorithms, they are designed to mimic the human brain, that is designed to recognize patterns. They interpret data through a form of machine perception by labeling or clustering raw input data. Let’s take a moment to consider the human brain. Made up of a…

13 min read

Neural Networks : Creation of artificial Human Civilisation
Neural Networks : Creation of artificial Human Civilisation

13 min read


Mar 21, 2021

Making httpd serviceIdempotent Using Ansible

httpd is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a standalone daemon process. When used like this it will create a pool of child processes or threads to handle requests. When we setup httpd server then each time when new code come…

2 min read

Making httpd serviceIdempotent Using Ansible
Making httpd serviceIdempotent Using Ansible

2 min read


Mar 21, 2021

Setting up Hadoop Cluster Using Ansible…

The Apache™ Hadoop® project develops open-source software for reliable, scalable, distributed computing. The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of…

2 min read

Setting up Hadoop Cluster Using Ansible…
Setting up Hadoop Cluster Using Ansible…

2 min read


Mar 14, 2021

Configuring docker container as a webserver and also running python code in the container…

steps to setup a container that works as a webserver and also running python code in it… Enable the docker container engine pull a docker image such as centos:7 using “ docker pull ” cmd launch a container using above image use “ docker run -it ” cmd to do the same install httpd software by apache to setup the webserver enable services for httpd using “…

2 min read

Configuring docker container as a webserver and also running python code in the container…
Configuring docker container as a webserver and also running python code in the container…

2 min read


Mar 14, 2021

Creating a setup that can ping to google but not to facebook…

Creating a setup that can ping to google but not to facebook… steps to crate such setup Use “route -n “ cmd to list the network ranges in routing table try pinging google and facebook and you will be able to do that use ‘ route del -net 0.0.0.0/0 ‘ cmd to delete the deefault gateway Use nslookup cmd to find out the ips of google and facebook use ‘ route add -net ’ cmd to add the iprange such that the ip of google is lies in it but the facebook ‘s ip doesn’t lies in it

2 min read

Creating a setup that can ping to google but not to facebook…
Creating a setup that can ping to google but not to facebook…

2 min read

Ayush Laxkar

Ayush Laxkar

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech