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

How to Install uTorrent on Debian Stretch 9 Easy Guide

July 20, 2014 | By the+gnu+linux+evangelist.

uTorrent Debian 9 Install - Downloading

  1. Download uTorrent Client+Server for Debian 7

    uTorrent Debian tar.gz 32/64-bit
  2. Then Extract uTorrent into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    Install uTorrent for Debian Stretch 9 - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/utserver.tar.gz -C /tmp/
  3. Extract uTorrent Web GUI
    Change to the uTorrent temporary location

    cd /tmp/utorrent

    Unzip the uTorrent Web UI

    unzip ./webui.zip

    Possibly to Install unzip

    sudo apt-get install unzip