$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step Install Airodump-ng in Debian Stretch 9 Gnu/Linux

November 27, 2018 | By the+gnu+linux+evangelist.

Airodump-ng Debian Stretch Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install Airodump-ng in Debian Stretch 9 GNU/Linux.

And Airodump-ng for Debian 9 is used for packet capturing of raw 802.11 frames and is particularly recommended for collecting WEP IVs (Initialization Vector) for the intent of using them with aircrack-ng.

Moreover, if you have a GPS receiver connected to the computer, airodump-ng is capable of logging the Coordinates of the found Access Points.

Finally, this guide includes detailed instructions about to Getting-Started with Airodump-ng on Debian.

Step-by-step Install Airodump-ng in Debian Stretch 9 - Featured
  1. 1. Installing Airodump-ng

    How to Install Airodump-ng in Debian

    sudo apt install aircrack-ng

    How to Quick Start with Command Line on Debian

    GNU/Linux Console Quick Start