Close

Results 1 to 4 of 4
  1. #1
    DF VIP Member ThE gOg's Avatar
    Join Date
    Dec 2004
    Location
    uk
    Posts
    2,016
    Thanks
    76
    Thanked:        1
    Karma Level
    356

    Help any linux guru's around? trying to install dropbox on a xbmc openelec box

    hi

    been trying to find a way i can remotely drop nzb's into a watched folder for sabnzbd on an xbmc openelec install.

    figured dropbox would do the job for me so i've installed using putty using :-

    "cd ~ && wget -O - http://www.dropbox.com/download?plat=lnx.x86|tar xzf"

    "~/.dropbox-dist/dropboxd"

    all goes well and appears to install etc. pasted the link it generates to add this install to my dropbox account.problem i have is it then says :-

    Download this CLI script to control Dropbox from the command line. For easy access, put a symlink to the script anywhere in your PATH.

    what is this wanting me to do? how do i run the script? does it then come up with a gui on my desktop or something along those lines? pretty sure i just need a shove in the right direction
    but am stumped tbh, i've googled cli script etc but i can't find and guides/how to's just explanation of what cli stands for i'e command line script.

    using this page
    https://www.dropbox.com/install?os=lnx any advice appreciated

    :kissass

  2. #2
    DF VIP Member destro404's Avatar
    Join Date
    Dec 2005
    Location
    Glasgow
    Posts
    611
    Thanks
    5
    Thanked:        9
    Karma Level
    331

    Default Re: any linux guru's around? trying to install dropbox on a xbmc openelec box

    Basically the symlink thing is the equivalent of a windows shortcut. Your PATH is your executable path, it can contain multiple locations containing the commands you want to be available from the CLI by name. For example, your path could contain /usr/bin, meaning that to execute anything in that directory you don't need to type the full path -this is why you can type "vi" to run vi, instead of /usr/bin/vi.

    They want you to create a symlink so you can easily invoke the script by typing dropbox, rather than /the/full/path/wherever/it/is/dropbox.py

    So, to find out what your PATH is do....
    Code:
    echo $PATH$
    To create the symlink do
    Code:
    ln -s /the/full/path/wherever/it/is/dropbox.py /whatever/path/the/last/command/gave

    e.g.....

    Code:
    -bash-4.1$ echo $PATH$
    /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin$
    -bash-4.1$
    -bash-4.1$ ln -s /home/destro404/downloads/xbmc/dropbox.py /usr/local/bin
    Generally you'd use whatever path contains local for local stuff. Hope it makes sense.

  3. #3
    DF VIP Member ThE gOg's Avatar
    Join Date
    Dec 2004
    Location
    uk
    Posts
    2,016
    Thanks
    76
    Thanked:        1
    Karma Level
    356

    Default Re: any linux guru's around? trying to install dropbox on a xbmc openelec box

    thanks mate i'll take another look
    :kissass

  4. #4
    DF Admin maltloaf's Avatar
    Join Date
    Dec 2000
    Location
    Hereford, Here
    Posts
    16,064
    Thanks
    958
    Thanked:        1,271
    Karma Level
    1234

    Default Re: any linux guru's around? trying to install dropbox on a xbmc openelec box

    been a good while since I configured mine but I use it daily to fire nzb's at the revo/xbmc

    This rings a bell...

    http://ubuntuforums.org/archive/inde...t-1416686.html
    Facebook: http://facebook.com/maltloaf Garmin Connect: http://connect.garmin.com/profile/maltloaf_df
    Strava: https://www.strava.com/athletes/2631290
    i5 6600k @ 4.5GHz/3060ti 8GB Oculus Quest 2
    Laptop Asus FX505GT i5 9500/1650 4GB

    Thanks to maltloaf

    ThE gOg (15th February 2012)  


Similar Threads

  1. Install a new Xbox HDD tutorial
    By maltloaf in forum Microsoft Consoles
    Replies: 86
    Last Post: 21st July 2006, 02:06 PM
  2. My Afterburner Install *grin*
    By Arcolite in forum Old Skool Gaming & Retro
    Replies: 45
    Last Post: 17th November 2002, 05:23 AM
  3. Best 802.11 CF for Linux?
    By scruff in forum System Security
    Replies: 10
    Last Post: 12th October 2002, 09:22 AM
  4. How do I install an OS without a CDROM ?
    By Lebowski in forum PC Problems
    Replies: 7
    Last Post: 16th September 2002, 12:40 AM
  5. X-ecuter botched install
    By sherman1 in forum Microsoft Consoles
    Replies: 9
    Last Post: 13th September 2002, 09:03 PM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •