I hereby claim:
- I am joet3ch on github.
- I am joet3ch (https://keybase.io/joet3ch) on keybase.
- I have a public key whose fingerprint is F4C6 825F F0EA F9E0 B0F3 023F 88D0 A38F 12D3 6167
To claim this, I am signing this object:
#!/usr/bin/env python | |
import plistlib | |
from shutil import copy | |
import subprocess | |
import os | |
from tempfile import gettempdir | |
import sys | |
import atexit | |
BOOKMARKS_PLIST = '~/Library/Safari/Bookmarks.plist' |
Maintenance update from *|STATUSPAGENAME|* | |
Title: *|MAINTENANCETITLE|* | |
Affected Infrastructure: | |
Components: *|AFFECTEDCOMPONENTS|* | |
Locations: *|AFFECTEDCONTAINERS|* | |
Update: *|UPDATEMESSAGE|* |
Scheduled maintenance reminder from *|STATUSPAGENAME|* | |
Title: *|MAINTENANCETITLE|* | |
Details: *|MAINTENANCEDETAILS|* | |
Affected Infrastructure: | |
Components: *|AFFECTEDCOMPONENTS|* | |
Locations: *|AFFECTEDCONTAINERS|* |
Status update from *|STATUSPAGENAME|* | |
Current Status: *|CURRENTSTATUS|* | |
Started: *|TIMESTART|* | |
Resolved: *|TIMERESOLVE|* | |
Affected Infrastructure: | |
Components: *|AFFECTEDCOMPONENTS|* | |
Locations: *|AFFECTEDCONTAINERS|* |
I hereby claim:
To claim this, I am signing this object:
sudo vi /Library/LaunchDaemons/org.mongo.mongod.plist | |
sudo chown root:wheel /Library/LaunchDaemons/org.mongo.mongod.plist | |
sudo launchctl load /Library/LaunchDaemons/org.mongo.mongod.plist | |
sudo launchctl start org.mongo.mongod |
#/bin/bash | |
public_name=$(curl -s http://169.254.169.254/latest/meta-data/public-hostname) | |
echo $public_name |
do shell script "open vnc://some-box" |
tell application "Remote Desktop" | |
activate | |
set server to first computer of computer list "All Computers" whose Internet address is "10.10.10.10" | |
control server | |
end tell |
tell application "Messages" | |
set myid to get id of first service | |
set mygf to buddy "[email protected]" of service id myid | |
send "<3" to mygf | |
end tell |