See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |
With almost no bandwith at home, I needed a way to download DOOM that didn't involve blocking the home internet line for two days.
Using steamcmd you can use any computer to download steam games.
login username password| MIT License | |
| Copyright (c) 2018 Noel Bundick | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| { | |
| "$schema": "https://lnav.org/schemas/format-v1.schema.json", | |
| "caddy": { | |
| "title": "Caddy Server", | |
| "description": "Caddy Server JSON access logs format", | |
| "url": [ | |
| "https://caddyserver.com/docs/caddyfile/directives/log" | |
| ], | |
| "json": true, | |
| "timestamp-field": "ts", |
This dashboard will let you compare metrics from Kubernetes nodes side-by-side from different clusters. It was used to compare different Kubernetes distributions which you can read about on this blog post.
You need to create clusters and install the node-exporter (yaml below ) and set up prometheus to scrape each node. Then add a prometheus datasource in grafana and import this dashboard.