ssh user@IP -L 32400:127.0.0.1:32400
http://127.0.0.1:32400/manage/index.html
Settings > Server > General
ssh user@IP -L 32400:127.0.0.1:32400
http://127.0.0.1:32400/manage/index.html
Settings > Server > General
| def ip_to_bigint(ip): | |
| ip_parts = ip.split('.') | |
| part_1 = int(ip_parts[0]) * 16777216 | |
| part_2 = int(ip_parts[1]) * 65536 | |
| part_3 = int(ip_parts[2]) * 256 | |
| part_4 = int(ip_parts[3]) | |
| bigint_ip = part_1 + part_2 + part_3 + part_4 |
| *.DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Icon must end with two \r | |
| Icon | |
| # Thumbnails | |
| ._* |
| launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist |
| # branch_name = New branch not MASTER e.g. new_dev | |
| git checkout {branch_name} | |
| git merge -s ours master | |
| git checkout master | |
| git merge {branch_name} |
| /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user |
| server { | |
| listen 80 default_server; | |
| server_name domain.com; | |
| rewrite ^ https://$server_name$request_uri? permanent; | |
| } | |
| server { | |
| listen 443 default_server; | |
| server_name domain.com; |
| # tested on opennlp 1.5.3 | |
| # download here: http://apache.mirror.anlx.net/opennlp/opennlp-1.5.3/apache-opennlp-1.5.3-bin.zip | |
| ./bin/opennlp TokenNameFinderTrainer \ | |
| -lang en \ | |
| -encoding utf-8 \ | |
| -iterations 50 \ | |
| -type person \ | |
| -model names.bin \ | |
| -data test-data-names.txt |
| /api/v1/pulses/activity/?modified_since=2016-04-25T22:49:03.704867&limit=10&page=1 | |
| { | |
| "count": 487, | |
| "next": "https://otx.alienvault.com/api/v1/pulses/activity?page=2", | |
| "previous": null, | |
| "results": [ | |
| { | |
| "id": "5760336e2957b90134ede223", | |
| "name": "Intrusion into the Democratic National Committee", |
I hereby claim:
To claim this, I am signing this object: