- Focus on clarity: Make your message really easy to understand.
- Example: "Please send the file by Monday."
- Be direct and concise: Get to the point; remove unnecessary words.
- Example: "We should meet tomorrow."
- Use simple language: Write plainly with short sentences.
- Example: "I need help with this issue."
- Stay away from fluff: Avoid unnecessary adjectives and adverbs.
- Example: "We finished the task."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| # Enable automatic package updates and upgrades during cloud-init execution | |
| package_update: true | |
| package_upgrade: true | |
| packages: | |
| # Security and Hardening | |
| - ufw | |
| - fail2ban |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # prfgen get richest countries and sort by gdp | |
| SELECT | |
| ?pop ?gdp ?drivingSideLabel | |
| ?alpha2 ?alpha3 | |
| ?country | |
| ?countryLabel | |
| ?callingCode | |
| (GROUP_CONCAT(DISTINCT ?tldLabel; separator = ", ") AS ?tlds) | |
| (GROUP_CONCAT(DISTINCT ?timezoneOffset; separator = ", ") AS ?timezones) | |
| (GROUP_CONCAT(DISTINCT ?continentLabel; separator = ", ") AS ?continents) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Game.DirSymlinkExclusions = [ | |
| "OakGame\\Binaries\\Win64", | |
| ]; | |
| Game.FileSymlinkExclusions = [ | |
| "steam_api64.dll", | |
| "steam_appid.txt", | |
| "xinput1_3.dll" | |
| ]; | |
| Game.GameName = "Borderlands 3"; | |
| Game.HandlerInterval = 100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config: | |
| aws:region: us-east-2 | |
| my-project:HASURA_GRAPHQL_DATABASE_URL: | |
| secure: <snipped> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Sample haproxy postgresql master check | |
| # | |
| # haproxy listen: 5431 | |
| # pg, instance #1 listen: 5432 (master node) | |
| # pg, instance #2 listen: 5433 (replica node) | |
| # external failover, promoting replica to master in case of failure | |
| # passwordless auth for user web | |
| # template1 database is accessible by user web | |
| # | |
| # haproxy will pass connection to postgresql master node: |
When an interger is sent for monitor>type an internal error occurs. If a string is sent as in the main.yml example it is okay.
When an internal error occurs a 200 response not 500 is sent.
When an error occurs (e.g. monitor already exists) a 200 response is sent.
NewerOlder