See how a minor change to your branch name style can make you a better programmer.
Format: <type>/#<issueNumber>-<alias>
{ | |
"$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", |
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: |
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
### | |
### | |
### 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 |