Skip to content

Instantly share code, notes, and snippets.

View chrispassas's full-sized avatar

Chris Passas chrispassas

View GitHub Profile
@chrispassas
chrispassas / ddns.py
Created March 21, 2021 22:51
Route 53 DDNS example python
#aws library
import boto.route53
import urllib2
import string
import datetime
print str(datetime.datetime.utcnow())+" - Starting ddns.py"
#Credentials
aws_access_key_id = 'KkRbWpoyqLHo69dvoskn'
@chrispassas
chrispassas / # csshx - 2018-10-18_10-10-43.txt
Created October 18, 2018 14:31
csshx on macOS 10.14 - Homebrew build logs
Homebrew build logs for csshx on macOS 10.14
Build date: 2018-10-18 10:10:43
@chrispassas
chrispassas / sublime-text-3-cloud-drive-sync
Created August 1, 2018 14:11 — forked from kaishin-r/sublime-text-3-cloud-drive-sync
Sync Sublime Text 3 Settings via iCloud Drive
# Create a directory named "Sublime Text 3 Sync" under iCloud Drive
mkdir ~/Library/Mobile\ Documents/com~apple~CloudDocs/SubLime\ Text\ 3\ Sync
# Enter Sublime Text 3's directory
cd ~/Library/Application\ Support/Sublime\ Text\ 3/
# Move "Installed Packages" directory to iCloud Drive and make a link
mv Installed\ Packages/ ~/Library/Mobile\ Documents/com~apple~CloudDocs/SubLime\ Text\ 3\ Sync/
ln -s ~/Library/Mobile\ Documents/com~apple~CloudDocs/SubLime\ Text\ 3\ Sync/Installed\ Packages
@chrispassas
chrispassas / ST3-with-iCloud-Drive.sh
Last active September 30, 2017 02:18 — forked from joeshub/ST3-with-iCloud-Drive.sh
Sync your Sublime Text 3 Settings using iCloud Drive on multiple Macs
# Notes
# Using iCloud Drive, you can sync your Sublime Text 3
# plugins and prefs so you can always have the same setup
# Prerequisites
# Make sure both machines have the latest version of OSX 10.10.x with
# Yosemite or higher and iCloud Drive turned on
# Quit ST3