Skip to content

Instantly share code, notes, and snippets.

@printminion
printminion / parseGData.py
Last active February 26, 2020 13:18
Parse Google Drive spreadsheet data via python
'''
@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
@jksdua
jksdua / README.md
Created March 8, 2015 06:09
Hostgator shared hosting backup to AWS S3

Backup strategy

Hostgator shared hosting backup to AWS S3

Step 1

Install s3cmd command line tool.

  1. Copy s3cmd-setup.sh to the home folder via scp.
@roydq
roydq / ubuntu_unattended_upgrades_gmail.markdown
Last active February 2, 2024 17:01 — forked from dwilkie/ubuntu_unattended_upgrades_gmail.markdown
Unattended upgrades on Ubuntu 14.04 with email notifications

Getting Started

Do yourself a favor and login as root to save yourself some time and headaches:

$ sudo su -

Install unattended-upgrades:

@fieldingtron
fieldingtron / bitport to dropbox mover script
Created August 17, 2017 16:12
Move BITPORT files to Dropbox Bash script
#!/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