Skip to content

Instantly share code, notes, and snippets.

View takouhai's full-sized avatar
🌮

daniel (taco) takouhai

🌮
View GitHub Profile
@kulmann
kulmann / authelia-config-configuration.yml
Last active February 6, 2026 17:15
oc docker compose
---
###############################################################
# Authelia configuration #
###############################################################
identity_validation:
reset_password:
jwt_secret: {{ secret "/config/secrets/identity_validation_reset_password_jwt_secret" }}
default_redirection_url: https://public.example.com
@diyfr
diyfr / readme.md
Created September 29, 2023 14:39
AdGuard Home + Traefik

edit traefik.yml

entryPoints:
  web:
    address: ":80"
  websecure:
    address: ":443"
  dot: # <- ADD THIS
    address: ":853"  # <- ADD THIS
@TechButton
TechButton / proxmox_nvidia.md
Last active May 22, 2023 14:26 — forked from egg82/proxmox_nvidia.md
NVidia Proxmox + LXC

Updated 1/16/2023 changed to cgroup2 for Proxmox 7

Proxmox

Find the proper driver at the NVidia website.

Note: Make sure to select "Linux 64-bit" as your OS

@richardkiss
richardkiss / nvidia-proxmox-kernel.md
Last active May 7, 2025 22:56
Minimal install of nvidia kernel drivers on proxmox host
@egg82
egg82 / proxmox_nvidia.md
Last active February 21, 2026 21:49
NVidia Proxmox + LXC

Proxmox

Find the proper driver at the NVidia website.

Note: Make sure to select "Linux 64-bit" as your OS

Hit the "Search" button.

ZSH CheatSheet

This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.

Strings

Description Syntax
Get the length of a string ${#VARNAME}
Get a single character ${VARNAME[index]}
@reinvanoyen
reinvanoyen / terminal-prompt-git-branch-zsh.md
Last active March 13, 2026 16:26
Add Git Branch Name to Terminal Prompt (MacOS zsh)

Add Git Branch Name to Terminal Prompt (zsh)

Updated for MacOS with zsh

  • Catalina
  • Big Sur
  • Monterey
  • Ventura
  • Sonoma

screenshot

@glnds
glnds / aws-transfer-sftp.yaml
Last active February 23, 2024 09:53
CloudFormation template for AWS Transfer for SFTP
---
AWSTemplateFormatVersion: '2010-09-09'
Description: some-sftp-server
Parameters:
HostedZoneIdParam:
Type: String
Description: Hosted Zone ID
SFTPHostnameParam:
Type: String
@Narga
Narga / 51-noto-color-emoji.conf.xml
Last active February 17, 2020 14:10 — forked from hexchain/51-noto-color-emoji.conf.xml
Google Noto Color Emoji on Arch Linux desktop. Don't forget to remove Firefox's built-in EmojiOne font.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/conf.avail/51-noto-color-emoji.conf -->
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>Noto Color Emoji</string></patelt>
</pattern>
</acceptfont>
@takouhai
takouhai / init.coffee
Last active April 24, 2019 05:52
My configuration for Atom, synced with https://github.com/atom-community/sync-settings.
# initialization file (not found)