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

GNU/Linux Ubuntu 18.04 S3cmd Installation

November 15, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 18.04 Install s3cmd – Step by step Guide

How to Install and Getting Started with the s3cmd S3 Command Line Tool on Ubuntu 18.04 Bionic LTS GNU/Linux – Step by step Tutorial.

And s3cmd for Ubuntu Bionic is a Very Useful Command Line Tool that Enable Sync of Local Folders with the S3 Buckets and without the Risk of Deleting any Existing Remote Data.

Finally, the guide includes detailed instructions on How to Getting Started with s3cmd Sync on Ubuntu.

GNU/Linux Ubuntu 18.04 s3cmd Installation Guide - Featured
  1. 1. Launching Terminal

    Open a Terminal Shell emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    GNU/Linux Ubuntu 18.04 s3cmd Installation Guide - Open Terminal Shell Emulator

    And Update Ubuntu Apt Repository:

    sudo apt update