PROJECTS NOTES HOME

Emacs setup on digitalocean with dropbox

1 Emacs setup on digitalocean

psx - lAba$!1o simply using password, ssh is acting up with me

install GUI how to conenct to ssh into digitaloacean dropbox on digital ocean droplet vm

1.1 launch dropbox

  • little tut install headless dropbox
  • use this link to download dropbox
  • then click on the link in command line to to link to your dropbox. Paste link in the browser
  • download python3
  • download the python script
  • python3 dropbox.py status - runs, good
  • create a symlink to this python script
    • echo $PATH
    • go to /usr/local/bin
    • create a symlink with FULL PATHNAME ln -s ~/scripts/dropbox.py
    • sudo chmod 744 dropbox.py - make the script executable!
    • try to do dropbox.py in the current folder
    • try to do it in other folders
    • python3 dropbox.py status