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

How to Install uTorrent on Kali 2018 Easy Guide

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

uTorrent Kali - Downloading

  1. Download uTorrent Client+Server for Debian 7

    uTorrent Debian tar.gz 32/64-bit

    Grab Latest Debian Release.

  2. Then Extract uTorrent into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    How to Install uTorrent on Kali Linux 2018 Easy Guide - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/utserver.tar.gz -C /tmp/
  3. Again Extract uTorrent Web GUI
    With:

    cd /tmp/utorrent* && unzip ./webui.zip