Skip to content

Instantly share code, notes, and snippets.

View carlosmanoel's full-sized avatar

Carlos Manoel de Oliveira carlosmanoel

View GitHub Profile
@carlosmanoel
carlosmanoel / build.gradle
Created September 14, 2024 22:28 — forked from rponte/build.gradle
Excluding global dependency from all configurations (Gradle)
// ...
configurations {
all*.exclude group: 'xml-apis', module: 'xmlParserAPIs'
}
// Equivalent to:
configurations {
all.collect { configuration ->
configuration.exclude group: 'xml-apis', module: 'xmlParserAPIs'
}
@carlosmanoel
carlosmanoel / gnupg_scdaemon.md
Created May 31, 2021 20:36 — forked from artizirk/gnupg_scdaemon.md
OpenPGP SSH access with Yubikey and GnuPG

OpenPGP SSH access with Yubikey and GnuPG

Yubikey, Smart Cards, OpenSC and GnuPG are pain in the ass to get working. Those snippets here sould help alleviate pain.

Yubikey Config under Ubuntu

To reset and disable not used modes on Yubikey you need the ykman program

You can install it using those commands

@carlosmanoel
carlosmanoel / templating.md
Created July 19, 2018 18:27 — forked from brandonkelly/templating.md
Templating in EE vs. Craft

Keybase proof

I hereby claim:

  • I am carlosmanoel on github.
  • I am cmanoeloliveira (https://keybase.io/cmanoeloliveira) on keybase.
  • I have a public key whose fingerprint is 23CC 6E4D 35FA 97B2 5FB8 D8C5 64DC C3A3 AB5D 28F7

To claim this, I am signing this object: