I hereby claim:
- I am som3guy on github.
- I am som3guy (https://keybase.io/som3guy) on keybase.
- I have a public key whose fingerprint is 9527 3400 BF54 5279 1E68 9793 627E 369F 8B30 342C
To claim this, I am signing this object:
| ##Installation of gitrob a tool used to crawl a github org for sensitive info | |
| ## I have done this on kali linux | |
| $ git clone https://github.com/michenriksen/gitrob | |
| $ cd gitrob | |
| $ apt-get update | |
| $ apt-get install ruby-bcrypt ruby2.1-dev postgresql-server-dev-9.1 -y |
| #!/bin/bash | |
| # Copyright (c) 2015 Jeremy Miller | |
| # All rights reserved. | |
| # | |
| # Author: Jeremy Miller, 2015 | |
| # | |
| # /etc/init.d/sickrage | |
| # chkconfig: 345 70 30 | |
| . /etc/init.d/functions |
I hereby claim:
To claim this, I am signing this object:
| MariaDB [(none)]> SHOW VARIABLES\G | |
| *************************** 1. row *************************** | |
| Variable_name: aria_block_size | |
| Value: 8192 | |
| *************************** 2. row *************************** | |
| Variable_name: aria_checkpoint_interval | |
| Value: 30 | |
| *************************** 3. row *************************** | |
| Variable_name: aria_checkpoint_log_activity | |
| Value: 1048576 |
| SHOW GLOBAL STATUS; | |
| +------------------------------------------+--------------------------------------+ | |
| | Variable_name | Value | | |
| +------------------------------------------+--------------------------------------+ | |
| | Aborted_clients | 2958 | | |
| | Aborted_connects | 43 | | |
| | Access_denied_errors | 29 | | |
| | Aria_pagecache_blocks_not_flushed | 0 | | |
| | Aria_pagecache_blocks_unused | 15737 | | |
| | Aria_pagecache_blocks_used | 15737 | |
| *************************** 1. row *************************** | |
| acknowledges | |
| CREATE TABLE `acknowledges` ( | |
| `acknowledgeid` bigint(20) unsigned NOT NULL, | |
| `userid` bigint(20) unsigned NOT NULL, | |
| `eventid` bigint(20) unsigned NOT NULL, | |
| `clock` int(11) NOT NULL DEFAULT '0', | |
| `message` varchar(255) NOT NULL DEFAULT '', | |
| PRIMARY KEY (`acknowledgeid`), | |
| KEY `acknowledges_1` (`userid`), |
| [2017-09-16T12:43:03-05:00] INFO: *** Chef 12.21.4 *** | |
| CentOS Linux release 7.3.1611 (Core) | |
| knife cookbook show docker | |
| docker 2.15.28 | |
| https://github.com/chef-cookbooks/docker/issues/920 | |
| * docker_container[pia] action run[2017-09-16T12:45:03-05:00] INFO: Processing docker_container[pia] action run (hms::default line 141) | |
| - stopping pia |
| [2017-09-16T16:09:26-05:00] INFO: Retrying execution of runit_service[postgresql], 18 attempt(s) left | |
| (up to date) | |
| * enterprise_pg_database[chef_compliance] action create[2017-09-16T16:09:28-05:00] INFO: Processing enterprise_pg_database[chef_compliance] action create (chef-compliance::_postgresql-enable line 47) | |
| * execute[create_database_chef_compliance] action run[2017-09-16T16:09:28-05:00] INFO: Processing execute[create_database_chef_compliance] action run (/opt/chef-compliance/embedded/cookbooks/cache/cookbooks/enterprise/resources/pg_database.rb line 22) | |
| [execute] createdb: could not connect to database template1: could not connect to server: No such file or directory | |
| Is the server running locally and accepting | |
| connections on Unix domain socket "/tmp/.s.PGSQL.5432"? | |
| [2017-09-16T16:09:28-05:00] INFO: Retrying execution of execute[create_database_chef_compliance], 29 attempt(s) left |
| Tutorial Guide I followed: | |
| https://learn.chef.io/modules/deploy-infrastructure/rhel/opsworks/add-a-runner#/ | |
| Command: | |
| sudo automate-ctl install-runner 'ec2-XX-XX-XX-XX.compute-1.amazonaws.com' 'ec2-user' --ssh-identity-file automate.pem --yes | |
| Output: | |
| [ec2-user@ip-172-31-40-63 ~]$ sudo automate-ctl install-runner 'ec2-XX-XX-XX-XX.compute-1.amazonaws.com' 'ec2-user' --ssh-identity-file automate.pem --yes | |
| Preflight check... | |
| Fetching Chef Server certificates for local use. |
| tail -f /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Logs/Plex\ Media\ Server.log |grep -v DEBUG | |
| Dec 31, 2019 11:48:59.791 [0x7fce6f7fe700] WARN - Denying access due to session lacking permission to transcode key /library/metadata/23013 | |
| Dec 31, 2019 11:49:05.413 [0x7fce2d7fa700] WARN - SLOW QUERY: It took 330.000000 ms to retrieve 50 items. | |
| Dec 31, 2019 11:49:12.902 [0x7fce2d7fa700] ERROR - Error opening conversion context from IBM855 to utf-8 | |
| Dec 31, 2019 11:49:12.931 [0x7fcdf77fe700] ERROR - [Transcoder] /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-17j7zjy5wd4nesl9beqrzj3e-0d82e7e3-6ca2-47ea-9f7e-ed23a558a4a9/temp-0.srt: Invalid data found when processing input | |
| Dec 31, 2019 11:49:12.934 [0x7fce2d7fa700] ERROR - [TranscodeOutputStream] Streaming Session 0x7fcda821ac90 appears to have died from under us | |
| Dec 31, 2019 11:49:13.049 [0x7fce877fe700] ERROR - Session 0x7fcda821ac90 terminated | |
| Dec 31, 2019 11:49:13.738 [0x |