Cybersecurity

How to Install and Use SSH on Linux?

In this tutorial, I will teach you how to install and use SSH on Linux, we will:Configure your local computer with SSHConfigure the remote computer with SSHCheck if the SSH port is openTransfer files between computers with SSHTo create SSH connections you have to run the following command in the terminal:ssh-keygenThis command creates a public key (id_rsa.pub) and a private key which are NECESSARY if we want to connect via SSH.When entering the command it will ask you the following:Where do we want to save the keys? By default it offers the following path: (/home/user/.ssh/id_rsa)What to name the key?It asks [...]

Read more
Cybersecurity
Hydra WordPress Brute Force Attack

In this tutorial, I will explain in detail how to perform a brute force attack [...]

What is Phishing?

Phishing, as its name suggests, is literally information fishing. When we talk about a cyber [...]

What is Ngrok and How to Install It?

Ngrok is a service or tool that allows you to turn your local server into [...]

What is Setoolkit?

Setoolkit or SET is an open-source framework for performing pentesting focused on Social Engineering attacks. [...]

Ngrok + Setoolkit Kali Linux 2020 – Phishing Attack

In this tutorial, I’m going to explain how to do phishing. But before that, I [...]

How to Install Kali Linux on Mac 2020

First of all, we need to make sure that Virtual Box for Mac is installed, [...]

Change Your Router Password

If I had to give you only one cybersecurity tip, it would definitely be this: [...]

Tutorial #1: Create a Local Variable on Your System

For macOS or Linux: Step 1: Open the Terminal. Step 2: Determine which shell you [...]

Observability
How to Install VirtualBox 2020

Go to the official Virtual Box website: https://www.virtualbox.org/wiki/Downloads Download the one for your OS where [...]

How to Connect to PostgreSQL (psql) from Your Local Computer to an AWS RDS

Connecting to an Amazon Web Services (AWS) RDS database from your local computer is an [...]

How to Deploy a React App on AWS S3 and CloudFront

In this tutorial, you will learn how to deploy a React application on AWS using [...]

Tutorial: Deploying an AWS Lambda Function with Dependencies, Environment Variables, and Refresh Token Using the AWS Console

1. Create the function in AWS Lambda Step 1: Access the Lambda console Step 2: [...]

Missing a Temporary Directory’ Error in WordPress: Causes and Solution on Servers with VestaCP

Below you will find a step-by-step tutorial to fix the “Missing a Temporary Folder” error [...]

How We Connect a WhatsApp Chatbot to a Medical System Without an API

One of our healthcare clients uses software similar to Doctoralia Pro or Agenda Pro, specialized [...]

Deploying an AWS Lambda Function with Dependencies, Environment Variables, and a Refresh Token (via AWS Console)

1. Create the Function in AWS Lambda Step 1: Access the Lambda Console Step 2: [...]

Software
What is the Difference Between a Synchronous and Asynchronous Action in React Redux?

Summarizing the answer as much as possible, an asynchronous action has a callback and the [...]

How Do I Take a Piece of My Status to Print It Somewhere?

useSelector is used to obtain information from the state. const state = useSelector(state => state); [...]

Achieve Your Goals with Habits

Achieve all your goals with Habits. A true gem. A FREE app available for IOS [...]

Virtual Influencers: Did You Know They Exist?

What if I told you that your favorite influencer does NOT exist? Virtual influencers are [...]

Change the Color of Your Eyes?

Change the color of your eyes? Would you be willing to undergo surgery to do [...]

How to Fix the ‘502 Bad Gateway’ Error in Django Deployed on AWS Elastic Beanstalk

Introduction The “502 Bad Gateway” error is common when Nginx, acting as a reverse proxy, [...]

Setting Up a React Frontend on Amazon S3 and CloudFront

This tutorial will guide you through the steps to set up your React frontend on [...]

Tutorial #1: Create a Local Variable on Your System

For macOS or Linux: Step 1: Open the Terminal. Step 2: Determine which shell you [...]

DevOps
How to Install VirtualBox 2020

Go to the official Virtual Box website: https://www.virtualbox.org/wiki/Downloads Download the one for your OS where [...]

How to Connect to PostgreSQL (psql) from Your Local Computer to an AWS RDS

Connecting to an Amazon Web Services (AWS) RDS database from your local computer is an [...]

How to Deploy a React App on AWS S3 and CloudFront

In this tutorial, you will learn how to deploy a React application on AWS using [...]

Tutorial: Deploying an AWS Lambda Function with Dependencies, Environment Variables, and Refresh Token Using the AWS Console

1. Create the function in AWS Lambda Step 1: Access the Lambda console Step 2: [...]

Missing a Temporary Directory’ Error in WordPress: Causes and Solution on Servers with VestaCP

Below you will find a step-by-step tutorial to fix the “Missing a Temporary Folder” error [...]

How We Connect a WhatsApp Chatbot to a Medical System Without an API

One of our healthcare clients uses software similar to Doctoralia Pro or Agenda Pro, specialized [...]

Deploying an AWS Lambda Function with Dependencies, Environment Variables, and a Refresh Token (via AWS Console)

1. Create the Function in AWS Lambda Step 1: Access the Lambda Console Step 2: [...]