Posts

Showing posts from October, 2020

Reverse Email Lookup using Proxycurl

Image
    Ever wonder what information you can get from the email of a person? The information that you can get only from the Email address are: Email address owner information Email address owner Country Job profile and associated social media account linked with the Email address You can also get the phone number, permanent address and profile picture of the Email address owner Now you might be thinking HOW?  Using Reverse Email Lookup Reverse Email Lookup:  Reverse email lookup is the process of finding the identity of an email sender by using their email address. This can be used to confirm the identity of an email sender or to find out more information about them. Use case of Reverse Email Lookup: Scam and Fraud Prevention Verification of Ecommerce Transactions Credit Risks Analysis HR Talent Identification To know more about Reverse Email Lookup check the blog  3 Simple Methods To Do Reverse Email Lookup How to perform Reverse Email Lookup? Here comes Proxycurl into the picture. Proxy

Creating High Availability Architecture With AWS CLI

Image
  Hello everyone,  In this blog, you will find a detailed explanation of creating a High Availability with AWS CLI. Prerequisites: Create an AWS account. Install AWS CLI in Windows. Configure AWS CLI with IAM user. What is AWS CLI? The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS Command Line Interface (AWS CLI) is an open-source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program What is AWS S3 service? Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for develope

Hadoop Commands

Image
  Commands hadoop dfsadmin -report #this command shows information about the Datanodes           connected to Masternode. hadoop fs  -put filename / #this command uploads file hadoop fs -cat /filename   #this command reads the file. hadoop fs -ls / #this command shows the uploaded file. hadoop fs -rm /filename #this command remove the file hadoop namenode -format #this command formats the directory created in Namenode hadoop-daemon.sh start namenode #this command starts the namenode hadoop-daemon.sh start datanode #this command starts the datanode hadoop-daemon.sh stop namenode #this command stops the namenode hadoop-daemon.sh stop datanode #this command stops datanode hadoop dfsadmin  -safemode leave#this command turns off the save mode.

Hanson Robotics : Sophia the Robot

Image
  Before getting started with the case study of "Hanson Robotics" or before knowing about Sophia the Robot, we need to clear some topics first. What is Artificial Intelligence? Artificial intelligence (AI) is wide-ranging branch of computer science concerned with building smart machines capable of performing tasks that typically require human intelligence. AI is an interdisciplinary science with multiple approaches, but advancements in machine learning and deep learning are creating a paradigm shift in virtually every sector of the tech industry. What is  Machine Learning? Machine learning is a branch of Artificial intelligence that covers the statistical part of Artificial Intelligence. It teaches the computer or machine to solve the problem by looking at hundreds or thousands of examples, learning from them and then using that experience to solve the same problem in new situation. What is Deep learning? Deep learning is a very special field of machine learning where compute

Working in AWS using AWS CLI

Image
  Point to be discussed in this blog:- What is AWS? What is AWS CLI? How to Create Key pair in AWS using CLI? How to Delete Key pair in AWS using CLI? How to create and delete Security group? How to Start, Stop, and Terminate instance? How to Launch a new instance? How to create  EBS Volume of 1 GB? How to attach EBS Volume to an instance? So let's get started:- What is AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 175 fully-featured services from data centers globally. Millions of customers including the fastest-growing startups, largest enterprises, and leading government agencies are using AWS to lower costs, become more agile, and innovate faster.  What is AWS CLI? The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS Command Line Int