Skip to content

Instantly share code, notes, and snippets.

@FikriRNurhidayat
FikriRNurhidayat / Slow-Steam-Download-Speed-Linux.md
Last active May 15, 2024 19:40
Steam Download Speed Issue on Linux
@cfebs
cfebs / windows_update_powershell.md
Last active July 22, 2024 10:45
Windows update powershell cli (PSWindowsUpdate, Get-WindowsUpdate)
@sqbs
sqbs / docker-compose.yaml
Last active June 19, 2024 04:08 — forked from darth-veitcher/docker-compose.yaml
Traefik v2.2 with Cloudflare Wildcard
version: "3"
services:
traefik:
image: "traefik:v2.2"
container_name: "traefik"
command:
# Globals
- "--log.level=DEBUG"
- "--api=true"