
Netcat (nc) Command with Examples
Netcat (or nc) is a command-line utility which reads and writes data across network connections, using the TCP or UDP protocols. Netcat is cross platform and it is available for Linux, macOS, Windows and BSD.
Read more

How to Use Linux FTP Command to Transfer Files
FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. In this tutorial, we will show you how to use the linux ftp command through practical examples.

How to Install Java on Ubuntu 18.04
This tutorial describes how to install OpenJDK as well as Oracle Java on Ubuntu 18.04. Java is one of the most popular programming languages in the world, used for building different types of cross-platform applications.

How to Install Java on Debian 9
In this tutorial, we will walk through installing Java on Debian 9. Java is one of the most popular programming languages used to build different kinds of applications and systems.
How to Install Java on CentOS 7

How to Create and List Local and Remote Git Branches

How to Create Bash Aliases

Bash while Loop

How to Install Deb Files (Packages) on Ubuntu

apt Command in Linux
