Skip to content

Instantly share code, notes, and snippets.

View alvesdouglaz's full-sized avatar
馃
Infinity learning work

Douglas Alves alvesdouglaz

馃
Infinity learning work
View GitHub Profile
@alvesdouglaz
alvesdouglaz / gpg-yubikey.sh
Created April 5, 2025 16:40 — forked from tonybolzan/gpg-yubikey.sh
Ubuntu 20.04 + GPG | Git, SSH, Yubikey 5
#!/bin/bash
#
# Ubuntu 20.04 + GPG | Git, SSH, Yubikey 5
#
# https://github.com/dainnilsson/scripts/blob/master/base-install/git.sh
# https://github.com/dainnilsson/scripts/blob/master/base-install/gpg.sh
# https://riseup.net/en/security/message-security/openpgp/best-practices
# https://www.forgesi.net/gpg-smartcard/
############################################################
@alvesdouglaz
alvesdouglaz / Adicionar novo campo (custom field) a uma taxonomia (categoria, tag, etc) no WordPress.md Adicionar novo campo (custom field) a uma taxonomia no WordPress (Incluir esse c贸digo no functions.php)Nas action_hooks, no lugar de "category" 茅 s贸 incluir o slug da sua taxonomia :)

Adicionar novo campo (custom field) a uma taxonomia (categoria, tag, etc) no WordPress

Incluir esse c贸digo no functions.php.

Nas action_hooks, no lugar de "category" 茅 s贸 incluir o slug da sua taxonomia :)