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 »