Linux tcpdump command Help and Examples

Linux tcpdump command Help and Examples

Tcpdump is an essential command-line utility for network packet analyzing; it displays TCP\IP and other transmitted network packets over the network, which are attached to the system on which UNIX/Linux command utility tcpdump has installed. Tcpdump uses libpcap...
How to Instal Youtube-dl on Debian 10 Linux

How to Instal Youtube-dl on Debian 10 Linux

Youtube-dl is the most important and useful open-source command-line tool for Linux system to download videos from websites like Youtube, Dailymotion, Facebook, Google video, yahoo and many similar sites. It developed on python based library, so python is...
How to Install Pip on Ubuntu 18.04 Linux

How to Install Pip on Ubuntu 18.04 Linux

The Pip is a standard package manager for Python programming language. It is use to install and manage additional packages that are not available in the Python standard library. By default, Pip is not available in Ubuntu 18.04, but we can install it using simply like...
How to Install Ruby on Ubuntu 18.04 Linux

How to Install Ruby on Ubuntu 18.04 Linux

Nowadays, Ruby is the most popular language, especially for SaaS application development. It has a perfect and elegant syntax structure, and it is the language behind the ultimate robust framework known as Ruby on Rails. In this tutorial, we will explain the three...