The docpad-plugin-ghpages uses the following information to stitch a new repo with contents of ./out directory onto root of your gh-pages branch:
git config user.emailgit config user.name
| #!/bin/bash | |
| # works with a file called VERSION in the current directory, | |
| # the contents of which should be a semantic version number | |
| # such as "1.2.3" | |
| # this script will display the current version, automatically | |
| # suggest a "minor" version update, and ask for input to use | |
| # the suggestion, or a newly entered value. |
The docpad-plugin-ghpages uses the following information to stitch a new repo with contents of ./out directory onto root of your gh-pages branch:
git config user.emailgit config user.name| { | |
| "checks": { | |
| "noisy_queue_check": { | |
| "handler": "default", | |
| "command": "/etc/sensu/plugins/check-queue-length.rb", | |
| "interval": 60, | |
| "refresh": 60, | |
| "occurrences": 10, | |
| "subscribers": [ | |
| "workers" |
| #Creates a new issue with custom fields | |
| curl -D- -u uname:pass -X POST --data "{\"fields\": {\"project\": { \"id\": \"10430\" },\"summary\": \"This is a test issue\", \"description\": \"Description\",\"issuetype\": { \"id\" : \"1\"}, \"components\" : [{\"id\":\"10731\"}], \"customfield_10711\" : [{\"id\":\"10500\"}] } }" -H "Content-Type: application/json" http://localhost:8080/jira/rest/api/2/issue/ | |
| #Returns all information for all versions | |
| curl -D- -u uname:pass -X PUT -d "Content-Type: application/json" http://localhost:8080/jira/rest/api/2/project/AN/versions? | |
| #Returns all issues in a version | |
| #This URL requires the version ID of a single version which is provided by the above query | |
| curl -D- -u uname:pass -X PUT -d "Content-Type: application/json" http://localhost:8080/jira/rest/api/2/search?jql=project="AN"+AND+fixVersion='12345' |
search this document to use it quickly (ctl/cmd + f)
/msg chanserv akick #reddit-diabetes add *!*@12.34.56.78 feeling free | worleygurl asked for it/mode #reddit-diabetes +b $a:worleygurl| module "myapp" { | |
| source = "modules/myapp_service" | |
| environment = "${var.environment}" | |
| ecs_cluster_id = "${module.ecs_cluster.cluster_id}" | |
| } |
| setcap cap_net_bind_service=+ep /usr/local/bin/caddy | |
| nano /etc/systemd/system/caddy.service | |
| semanage fcontext -a -t httpd_exec_t /usr/local/bin/caddy | |
| restorecon /usr/local/bin/caddy | |
| chown www-data:www-data /etc/ssl/caddy/ | |
| semanage fcontext -a -t httpd_sys_rw_content_t /etc/ssl/caddy | |
| restorecon /etc/ssl/caddy |
| 1) Unlock the database | |
| Linux: | |
| Change all the ‘md5’ entries to ‘trust’ in the /opt/rapid7/nexpose/nsc/nxpgsql/nxpdata/pg_hba.conf file. | |
| example: nano /opt/rapid7/nexpose/nsc/nxpgsql/nxpdata/pg_hba.conf | |
| ctrl + w to find all instances of md5 | |
| Windows: |
For more background, see https://alan.ivey.dev/posts/2020/creating-an-ami-for-arm/.
Install Packer 1.5 or higher (template developed against v1.5.6). Ensure you have appropriate permissions for creating AMIs with Packer and Packer can access in your shell environment.
Build:
packer build centos8.pkr.hcl