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

How to Install Amazon S3 Sync Command Line Tool on Ubuntu 15.10 Wily Linux Easy Guide

December 21, 2015 | By the+gnu+linux+evangelist.

Ubuntu 15.10 Wily S3 Command Line Tool Getting-Started

The GNU/Linux Tutorial Simply Shows How to Install, Set-Up and Getting-Started with s3cmd the S3 Command Line Tool on Ubuntu 15.10 Wily Werewolf Desktop/Server.

S3cmd is a free command line tool and client for uploading, retrieving and managing data in Amazon S3 and other cloud storage service providers that use the S3 protocol, such as Google Cloud Storage or DreamHost DreamObjects.

This Very Useful Command Line Tool will Enable Synchronization of Local Folders/Directories with the Amazon AWS S3 Buckets and without a Risk of Canceling the Existing Remote Data.

The Post Comprehends all Commands and Links Needed to Successfully Installing s3cmd on Ubuntu Linux.

Ubuntu 15.10 Wily s3 command line tools installation - Featured
  1. Download Latest s3cmd Command Line Tool for Linux:

    Here S3cmd tar.gz for Linux
    Link to Download Latest s3cmd Amazon S3 Command Line Tool Linux release
  2. Double-Click on Archive and Extract into /tmp.

    Ubuntu-Unity Extract S3cmd Utility

  3. Open a Command Line Terminal Window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Ubuntu 15.10 Wily s3 command line tools installation - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. How to Install Required Python 2 Setuptools on Ubuntu:

    Here Python 2.x Setuptools Ubuntu SetUp
    Link to Step-by-step Tutorial on How to Install Python 2.w Setuptools with easy_install and Pip on Ubuntu Linux
  5. Installing S3cmd

    Copy
    cd /tmp/s3cmd*

    First, Install Required Packages:

    Copy
    sudo apt-get install python-setuptools python-dateutil

    And then s3cmd:

    Copy
    sudo python setup.py install
  6. Set-Up s3cmd

    Copy
    su <username>
    Copy
    s3cmd --configure

    You Will Need to Enter your Amazon AWS S3 Credentials.

    More you will need to Confirm All the Proposed Settings.

  7. How to Getting-Started with s3cmd:

    Here How Syncing a S3 Bucket
    How to Getting-Started with the s3cmd Command on Ubuntu
  8. Create a Custom App Launcher on Ubuntu Unity Desktop: How to Create a Custom Application Launcher on Ubuntu Linux Unity Destop.