danises

Linux Essential Commands

Today I will tackle essential Linux commands that will allow you to navigate through the terminal with ease. These commands are commonly used by developers, system administrators, and other technical professionals who work with Linux and other Unix-based systems, however, you will often find yourself in the need to use them. Note: If you type …

Linux Essential Commands Read More »

Git and GitHub

 Definition of Git and GitHub: Git is an open-source version control system and an important tool for tracking changes of specific files locally, whereas Github works along with Git and allows users to work collaboratively over a variety of pieces of code to build projects from anywhere around the world and the modifications or deploys …

Git and GitHub Read More »

TCP and UDP

 TCP stands for “Transmission Control Protocol”. TCP is used for encrypted communication purposes, to guarantee that all the information is correctly and reliably received in order. Without it, the data can be missing or out of order, making it useless. TCP verifies the connection by the “three-way handshake” system. Three-way handshake: 1) (Computer 1) Sends …

TCP and UDP Read More »

IP addresses

IP address stands for internet protocol which is a numeric address and is an identifier for a host connected on a network. Every host has an IP address for communication purposes. There are two types of IP addresses: IPv4 and IPv6. IPv4 The Internet protocol version 4 is the current version of IP addresses. The …

IP addresses Read More »

How to create Virtual Machines (VMs) using VirtualBox (VB)

Before starting, there are some important terms you must know so that you can understand the directions properly. 1. Physical Machine:  As the word said “Physical” it is the main element that we need to perform everything such as the computer, server, etc. 2. Host-Hardware: This means the physical components inside the computer that make work …

How to create Virtual Machines (VMs) using VirtualBox (VB) Read More »