Do yourself a favor and login as root to save yourself some time and headaches:
$ sudo su -
Install unattended-upgrades:
#!/usr/bin/env bash | |
# NEED TO configure | |
##uses dropbox_uploader script on github | |
BITPORT_USERNAME=email_address | |
BITPORT_PASSWORD=password | |
DROPBOX_FOLDER=foldername | |
URL=$1 |
''' | |
@desc Parse Google Drive spreadsheet data via python | |
@author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
@link https://gist.github.com/3969255 | |
''' | |
# Spreadsheet https://docs.google.com/spreadsheet/pub?key=0Akgh73WhU1qHdFg4UmRhaThfUFNBaFR3N3BMVW9uZmc&output=html | |
import logging | |
import urllib2 |