-
AMD Ryzen ECO Mode 45W (65W TDP CPUs)
- PPT=60
- TDC=45
- EDC=65
-
AMD Ryzen ECO Mode 65W (95W TDP CPUs)
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
| { | |
| # email admin@deine-domain.example | |
| # acme_ca http://openbao.testdom.internal:8200/v1/pki/acme/directory | |
| } | |
| vaultwarden.testdom.internal { | |
| reverse_proxy bitwarden:80 | |
| tls /etc/caddy/certs/caddy.crt /etc/caddy/certs/caddy.key |
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
| version: "3.2" | |
| services: | |
| bitwarden: | |
| image: vaultwarden/server:latest | |
| restart: always | |
| ports: | |
| - "80:80" | |
| environment: | |
| - ADMIN_TOKEN=YOURPASSWORD | |
| - WEBSOCKET_ENABLED=true |
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] | |
| "NoAutoUpdate"=dword:00000000 | |
| "AUOptions"=dword:00000002 | |
| "ScheduledInstallDay"=dword:00000000 | |
| "ScheduledInstallTime"=dword:00000000 |
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
| #!/bin/bash | |
| LISTOFDOMAINS="officeapps.live.com | |
| officeclient.microsoft.com" | |
| HOSTSFILE="hosts.list" | |
| rm -f "${HOSTSFILE}" | |
| cat <<EOL > "${HOSTSFILE}" | |
| # This is autogenerated by a script |
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
| [paperless] | |
| url = http://paperless.test.com | |
| api_token = API_TOKEN | |
| forward_tag_ids = 17, 31 | |
| [email] | |
| smtp_server = smtp.test.com | |
| smtp_port = 587 | |
| username = ***@test.com | |
| password = *** |
- Error Lens (by Alexander)
- indent-rainbow (by oderwat)
- Prettier - Code formatter (by prettier.io)
- GitHub Copilot Chat (by github.com)
NewerOlder