Category Linux

10 Bash For Loop Examples In Linux

Bash for loop is a commonly used statement in Linux bash script. For loop is used to execute a series of commands until a particular condition becomes false. Today we are going to learn some basic bash for loop examples.…

Exploring ICMP Port Number with Example

There is no port number associated with ICMP packets. ICMP uses types and codes. The type and code combination identifies the specific message being received. The network software itself interprets all ICMP messages. Today we are going to show you…

Filtering SSH Packets with Tcpdump on Port 22

Tcpdump is a command-line packet analysis tool. We can use tcpdump to capture ssh traffic to troubleshoot connection issues and look for potential security issues on a network.   What is SSH? SSH, which stands for Secure Shell, is a…