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

How to Install Box.com Sync Client on Ubuntu 16.04 Xenial LTS Easy Guide

February 13, 2016 | By the+gnu+linux+evangelist.

box.com Sync Quick Start for Ubuntu




Hi! The Tutorial shows you Step-by-Step How to Install a box.com Synchronization/Uploading “Naive” Client on Ubuntu 16.04 Xenial Xerus LTS 32/64-bit Linux.

Box.com adhere to the highest industry standards for Security at every level of the Box experience. you can share, manage and access your content with confidence.

Security Features:

  • Single Sign-on
  • Account Settings and Global Controls
  • Comprehensive Reporting and Audit Trails
  • Sophisticated Data Encryption
  • Comprehensive Network Protection
  • Data Center Security and Availability
  • Faster Uploads With Box Accelerator
  • Your Privacy is Paramount

To the box.com Client Installation Guide for Ubuntu 16.04 LTS there is also Link to Getting Installed DropBox on Ubuntu Linux.

Install box.com Client for Ubuntu - Featured

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

    Install box.com Client for Ubuntu - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Install Required Package:

    Copy
    sudo su -c "apt-get install davfs2"
  3. Download Box Sync Linux Client

    Here Box Sync Linux .zip
    Link to Download the Boc Sync Naive Client for Linux
  4. How to Install DropBox for Ubuntu:
    Dropbox Ubuntu.

  5. Make the Box Sync Directory:

    Copy
    mkdir $HOME/Box
  6. Check/Install Unzip.

    Copy
    which unzip

    In case it is Not there

    Copy
    sudo apt-get install unzip

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  7. Extract Box .zip Archive:

    Copy
    unzip -d $HOME/ $HOME/Downloads/box*.zip

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  8. Installing box.com Sync Client:

    Copy
    cd $HOME/box-linux-sync-master/bin

    Then amend the Script with the nano Editor:

    Copy
    nano ./box-sync

    And Change the First line in:

    Copy
    #!/usr/bin/python2

    Last, Ctrl+x to Save & Exit from nano Editor.
    And then run the Installation Script:

    Copy
    sudo python2 ./setup.py install

    Update Credentials

    Copy
    echo "https://dav.box.com/dav [MYEMAIL] [MYPASSWORD]" > /home/[MYUSERNAME]/.davfs/secrets

    Update Url

    Copy
    sudo sh -c 'echo "https://dav.box.com/dav /home/[MYUSERNAME]/Box davfs _netdev,rw,user 0 0" >> /etc/fstab'

    To Change the Box Sync Directory Edit the Config File like

    Copy
    nano $HOME/.noiselabs/box/box-sync.cfg
  9. To Start Syncronization of Box Directory with box.com Cloud:

    Copy
    ./box-sync start

    This need to be Done Before Starting to Put New Stuff into Box Dir…

  10. To Uploading New Stuff into box.com Cloud:

    Copy
    cp -r /[path/2]/myStuff $HOME/Box/

    All the Stuff you put on the Box Dir is Automatically Uploaded into your box.com Account.

  11. To Stop Synchronization of Box Directory with box.com Cloud:

    Copy
    ./box-sync stop