Skip to content

Instantly share code, notes, and snippets.

View porcupo's full-sized avatar

Doug Johnson porcupo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am porcupo on github.
  • I am porcupo (https://keybase.io/porcupo) on keybase.
  • I have a public key ASDjcwhpgUBolW6d_E2QvLJ9MAeyWsL87Bd9K0lSrkiMBQo

To claim this, I am signing this object:

@porcupo
porcupo / rsync.md
Created August 8, 2016 18:47
rsync options

rsync tidbits

useful flags for local syncing; long format used for clarity

  • --update / -u # if file exists, overwrite only if fromfile is newer than tofile
  • --archive / -a
  • --partial --progress / -P # update with deltas, show progress. can be combined as -P

useful for network syncing

  • --compress / -z
@porcupo
porcupo / nestcli_output.txt
Last active August 29, 2015 14:06
Output of `nest show`
>:3 nest show
+----------------+--------+
| setting | value |
+----------------+--------+
| Current temp | 78.566 |
+----------------+--------+
| Set temp | 75.934 |
+----------------+--------+
| Target temp at | false |
+----------------+--------+
-- The C compiler identification is Clang 5.0.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for mallinfo