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

Step-by-step – Netdata Installation in Kali

August 13, 2020 | By the+gnu+linux+evangelist.

Setting Up Repo

  1. 2. Enabling Debian Buster Repo

    How to Add Debian Buster Repo Preserving System Stability

    Debian 10 Apt Repo Setup Guide

    This to Install some missing Dependencies…

  2. 3. Setting up Netdata Repo

    Then to Add Netdata Repository on Kali
    Download the Installation Script:

    wget https://packagecloud.io/install/repositories/netdata/netdata/script.deb.sh

    Give execution permission with:

    chmod +x ./script*.sh

    And then run:

    sudo os=debian dist=buster ./script*.sh

Contents