
Pkill Command in Linux
pkill is a command-line utility that sends signals to the processes of a running program based on given criteria. This article covers the basics of the Linux pkill command.
Read more

Dig Command in Linux (DNS Lookup)
Dig is a powerful command-line tool for querying DNS name servers. With dig you can query information about various DNS records including host addresses, mail exchanges, and name servers.

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.

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 Create Bash Aliases

Bash while Loop

Last Command in Linux

Linux Sleep Command (Pause a Bash Script)

Pgrep Command in Linux

Scheduling Cron Jobs with Crontab
