Category Archives: Networking

Networking

10 simple Rsync Command Examples in Linux

By | April 23, 2023

rsync (remote synchronization) is a command-line tool for transferring and synchronizing files and directories locally and remotely in Linux. In other words, rsync is used for transferring files and directories, creating backups, mirroring files, and transferring large files between two locations. rsync identifies the differences between the source and destination files and directories using its… Read More »

Tcpdump Tutorial – How to Sniff and Analyse Packets from Commandline

By | August 10, 2020

Tcpdump Tcpdump is a commandline network analyzer tool or more technically a packet sniffer. It can be thought of as the commandline version of wireshark (only to a certain extent, since wireshark is much more powerful and capable). As a commandline tool tcpdump is quite powerful for network analysis as filter expressions can be passed… Read More »