Skip to content

Instantly share code, notes, and snippets.

View LizenzFass78851's full-sized avatar
I do not always have time

LizenzFass78851

I do not always have time
View GitHub Profile
@LizenzFass78851
LizenzFass78851 / AMD-Ryzen-ECO-Mode.md
Created March 14, 2026 08:47
List of AMD Ryzen ECO Modes

List of AMD Ryzen ECO Modes

  • AMD Ryzen ECO Mode 45W (65W TDP CPUs)

    • PPT=60
    • TDC=45
    • EDC=65
  • AMD Ryzen ECO Mode 65W (95W TDP CPUs)

@LizenzFass78851
LizenzFass78851 / vaultwarden_Caddyfile
Created February 14, 2026 10:59
vaultwarden docker compose file with matching https to http forwarder for use in the internet network without https port forwarding to the outside. (caddy)
{
# 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
@LizenzFass78851
LizenzFass78851 / vaultwarden_docker-compose.yml
Created February 14, 2026 10:56
vaultwarden docker compose file with matching https to http forwarder for use in the internet network without https port forwarding to the outside. (nginx)
version: "3.2"
services:
bitwarden:
image: vaultwarden/server:latest
restart: always
ports:
- "80:80"
environment:
- ADMIN_TOKEN=YOURPASSWORD
- WEBSOCKET_ENABLED=true
@LizenzFass78851
LizenzFass78851 / wu-notification-before-download.reg
Created November 24, 2025 18:33
Windows Update Registry files to get notification bevor download or install updates
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
@LizenzFass78851
LizenzFass78851 / manual_zfs-smb-ad.md
Last active December 16, 2025 07:58
Manual to Create ZFS with SMB Share with Samba, Shadow-Copy and Active Directory

Manual to Install Samba AD ZFS

Important

  • Only tested on the following systems:
    • Ubuntu 24.04
    • Debian Trixie

Install some Packages

On Ubuntu

@LizenzFass78851
LizenzFass78851 / recommended-pcs.md
Last active October 21, 2025 18:58
Own Recommendations for PCs
@LizenzFass78851
LizenzFass78851 / create_hostslist.sh
Last active January 31, 2026 17:23
Scipt to create hostslist to block all subdomains of a domain over the hosts file
#!/bin/bash
LISTOFDOMAINS="officeapps.live.com
officeclient.microsoft.com"
HOSTSFILE="hosts.list"
rm -f "${HOSTSFILE}"
cat <<EOL > "${HOSTSFILE}"
# This is autogenerated by a script
@LizenzFass78851
LizenzFass78851 / paperless-forward_config.ini
Last active May 23, 2025 16:20
Forward tagged Documents saved from paperless-ngx to an email address
[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 = ***
@LizenzFass78851
LizenzFass78851 / recommended_vs_code_extensions.md
Last active October 21, 2025 18:01
recommended vs code extensions