$ python get_logs.py rds-db-instance-name rds.log aws-access-key aws-secret-key
$ ./pgbadger -p '%t:%r:%u@%d:[%p]:' ./rds.log
$ open out.html
/* | |
Manifest | |
*/ | |
ManifestStyle | |
{ | |
-kakaotalk-theme-name: url('Travel Theme'); | |
-kakaotalk-theme-version: url('1.0.0'); | |
-kakaotalk-theme-url: url('http://www.kakao.com'); | |
-kakaotalk-author-name: url('Kakao Corp.'); |
$ python get_logs.py rds-db-instance-name rds.log aws-access-key aws-secret-key
$ ./pgbadger -p '%t:%r:%u@%d:[%p]:' ./rds.log
$ open out.html
Cryptography | PyCrypto | RSA |
---|---|---|
1.0222690105438232 | 1.453489065170288 | 4.905964136123657 |
1.0008471012115479 | 1.3903019428253174 | 4.860486030578613 |
0.9761111736297607 | 1.3885319232940674 | 5.226905107498169 |
#!/usr/bin/env python | |
import sys | |
import re | |
import urllib | |
ENC_BODY_PATTERN = re.compile(r'value=\'([^\'].*)\'') | |
def decrypt(name, key): | |
if len(key) != 6: |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Select next source in Input menu | |
KEY=AppleSymbolicHotKeys.61.value.parameters.2 | |
# Shift-space | |
VALUE=131072 | |
plutil -replace "$KEY" -integer "$VALUE" -o /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist | |
cp ~/Library/Preferences/com.apple.symbolichotkeys.plist{,.backup} | |
cp /tmp/hangul_shiftspace.plist ~/Library/Preferences/com.apple.symbolichotkeys.plist |