Free Network Tutorials
IANA or Internet Assigned Numbers Authority is responsible for the global coordination of the DNS Root, IP addressing, and other Internet protocol resources including Autonomous System (AS) numbers...
Network ports are software defined number that is associated to a network protocol that transmits or receives or transmits communication for a specific application or service. It is used by Transport...
Cron is a job scheduler tool used to schedule commands, jobs or scripts for automatic execution at specific interval, fixed times or dates. Enable or start cron service systemctl --now enable cron To...
Transmission Control Protocol (TCP) - is a connection-oriented communications protocol that is used to ensure reliable transmission of packets between computing devices in a network. User Datagram...
uRPF or Unicast Reverse Path Forwarding is a security feature/tool that help verifies reachability of source address in packets being forwarded. It can prevents malicious and spoofing attacks as it...
1.Run package updates and repositories sudo apt update 2. Install Virtualbox sudo apt install virtualbox Sample Output: tux@FreeLinux:~$ sudo apt install virtualbox Reading package lists... Done...
If you come from Windows and you are used to running Android emulators like Bluestacks, don't worry Linux has a lot of ways to run Android apps, one way is using Anbox. Android in a Box or "Anbox" as...
Conky is a free desktop system monitor for X Window System for Linux and highly configurable to display system information like CPU, memory, disk and network utilization. 1.Install the package...
As per Cisco documentation: A virtual PortChannel (vPC) allows links that are physically connected to two different Cisco Nexus devices to appear as a single Port Channel to a third device. The third...
There are few sticky notes apps that you can install and use for Ubuntu desktop. One of the popular option is the Indicator Sticky Notes Here's how to install it using PPA repository. When you add...
Wine is a free and open-source compatibility layer that allows you to run Microsoft Windows applications on Unix-like operating systems such as Linux. It is originally an acronym for "Wine Is Not an...
Link Aggregation Control Protocol or IEEE 802.3ad (LACP) is an open standard of Ethernet link aggregation protocol. It is a method used by routers/switches to automatically establish link aggregation...