<source> - <user> [<timestamp>] "<method> <url> <type>" <status> <bytes>
<source> - <user> [<timestamp>] "<method> <url> <type>" <status> <bytes> "<referer>" "<agent>" <requestlength>
for POLICYARN in (aws iam list-policies --scope Local | jq -r .Policies[].Arn) | |
for POLICYVERSION in (aws iam list-policy-versions --policy-arn $POLICYARN | jq -r .Versions[].VersionId) | |
echo $POLICYARN/$POLICYVERSION | |
aws iam get-policy-version --policy-arn $POLICYARN --version-id $POLICYVERSION | |
end | |
end |
<source> - <user> [<timestamp>] "<method> <url> <type>" <status> <bytes>
<source> - <user> [<timestamp>] "<method> <url> <type>" <status> <bytes> "<referer>" "<agent>" <requestlength>
<?php | |
/* | |
* Elgg Auth Adaptor for FileGator (https://filegator.io) | |
* (c) 2022 Waldbühne Heessen | |
*/ | |
namespace Filegator\Services\Auth\Adapters; | |
use Filegator\Services\Auth\AuthInterface; | |
use Filegator\Services\Auth\User; |
Hi there.
I'm currently working on the narrative point and click game Safe House, which will be released as a free game when it's done. For that I'm currently searching for female writers (and possibly voice artists). I have three female characters in the cast and as a white cis-man I probably can't write them good enough. The characters are Marjorie, a black woman (cis, the main character; unspecified occupation), Rebeca, a female latin police detective (cis or non-binary) and Brianna, a female district attorney (cis or non-binary).
Here's the abstract of the game:
A mob murder witness is taken into a safe house by the police for five days before her testimony. Although she's protected by two police officers, the house might not be as safe as everybody thinks.
If you're interested, please check out the in-progress game design document over at Github: https://github.com/deep-entertainment/safehouse/blob/main/design/Safe%20House%20-%20Game%20Design%20Document.md
// ==UserScript== | |
// @name foremanswitchtodashboard | |
// @namespace https://kps.com/ | |
// @version 0.1 | |
// @description Switch from Foreman hosts view to dashboard | |
// @author Dennis Ploeger <[email protected]> | |
// @grant none | |
// @downloadUrl https://gist.github.com/dploeger/7116408c9ea7155f4ed22cec8514ea4f/raw | |
// @updateUrl https://gist.github.com/dploeger/7116408c9ea7155f4ed22cec8514ea4f/raw | |
// ==/UserScript== |
// ==UserScript== | |
// @name Graylog login | |
// @namespace https://kps.com/ | |
// @version 0.1 | |
// @description Automatically logs in into Graylog | |
// @author Dennis Ploeger <[email protected]> | |
// @grant none | |
// @downloadUrl https://gist.github.com/dploeger/5f51c3ea9046a35f386d6bf376fbfa83/raw | |
// @uploadUrl https://gist.github.com/dploeger/5f51c3ea9046a35f386d6bf376fbfa83/raw | |
// ==/UserScript== |
// ==UserScript== | |
// @name Foreman Autologin | |
// @namespace https://kps.com/ | |
// @version 0.2 | |
// @description Automatically login into Foreman | |
// @author Dennis Ploeger <[email protected]> | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js | |
// @grant none | |
// @downloadUrl https://gist.github.com/dploeger/30d5c0e3bed70b1fbb06a45a6d7a6ced/raw | |
// @updateUrl https://gist.github.com/dploeger/30d5c0e3bed70b1fbb06a45a6d7a6ced/raw |
// ==UserScript== | |
// @name Autologin ElasticHQ | |
// @namespace https://kps.com/ | |
// @version 0.3 | |
// @description Login into ElasticHQ | |
// @author Dennis Ploeger <[email protected]> | |
// @grant none | |
// @downloadUrl https://gist.github.com/dploeger/c30aeeaf1fa5fe8f2a5b2b3b6a58abec/raw | |
// @updateUrl https://gist.github.com/dploeger/c30aeeaf1fa5fe8f2a5b2b3b6a58abec/raw | |
// ==/UserScript== |
// ==UserScript== | |
// @name Alarm on Xymon alert | |
// @namespace https://kps.com/ | |
// @version 0.2 | |
// @description Run an alert on Xymon reds | |
// @author Dennis Ploeger <[email protected]> | |
// @grant none | |
// @downloadUrl https://gist.githubusercontent.com/dploeger/3ad7dbc7f22d9e1f5991b0553fa569c0/raw | |
// @updateUrl https://gist.githubusercontent.com/dploeger/3ad7dbc7f22d9e1f5991b0553fa569c0/raw | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js |