Pull the latest version of influxdb official image :
docker pull influxdb| Openbox | |
| Tint2 | |
| Urxvt | |
| lxappearance | |
| breeze dark | |
| for system-wide mouse configuration, one can edit /usr/share/icons/default/index.theme | |
| tint2conf is the customizer | |
| sudo xbps-query -Rs rxvt |
| #!/usr/bin/env python3 | |
| import os | |
| user_settings = { | |
| #logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name | |
| # "WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module", | |
| # "DXVK_LOG_LEVEL": "info", |
| #!/bin/bash | |
| set -e | |
| REPO_DIR=~/.iam_lookup/complete-aws-iam-reference | |
| REPO_URL=https://github.com/widdix/complete-aws-iam-reference | |
| if [[ $1 == "update" ]];then | |
| if [[ -e $REPO_DIR ]];then | |
| (cd "$REPO_DIR" && git pull) | |
| else |
Pull the latest version of influxdb official image :
docker pull influxdb| Function New-PSWebServer { | |
| <# | |
| .Synopsis | |
| Creates a web server that will invoke PowerShell code based on routes being asked for by the client. | |
| .Description | |
| New-PSWebServer creates a web server. The web server is composed of a schema that defines the client's requests to routes where PowerShell code is executed. | |
| Under the covers, New-PSWebServer uses the HTTPListener .NET class to execute powershell code as requested, retrieves the results and sends data back through the httplistener web server framework. |
Currently, there is an explosion of tools that aim to manage secrets for automated, cloud native infrastructure management. Daniel Somerfield did some work classifying the various approaches, but (as far as I know) no one has made a recent effort to summarize the various tools.
This is an attempt to give a quick overview of what can be found out there. The list is alphabetical. There will be tools that are missing, and some of the facts might be wrong--I welcome your corrections. For the purpose, I can be reached via @maxvt on Twitter, or just leave me a comment here.
There is a companion feature matrix of various tools. Comments are welcome in the same manner.
| [Console]::Beep(130, 100) | |
| [Console]::Beep(262, 100) | |
| [Console]::Beep(330, 100) | |
| [Console]::Beep(392, 100) | |
| [Console]::Beep(523, 100) | |
| [Console]::Beep(660, 100) | |
| [Console]::Beep(784, 300) | |
| [Console]::Beep(660, 300) | |
| [Console]::Beep(146, 100) | |
| [Console]::Beep(262, 100) |