Skip to content

Instantly share code, notes, and snippets.

View iagosrodrigues's full-sized avatar
🎯
Focusing

Iago S. iagosrodrigues

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am iagosrodrigues on github.
  • I am noamcore (https://keybase.io/noamcore) on keybase.
  • I have a public key ASCg2o_X7ZUClsIYBW_mAvx1caEOULAIAkg7d7yPo3DB1Qo

To claim this, I am signing this object:

@iagosrodrigues
iagosrodrigues / 7aa55442.txt
Created May 14, 2022 18:17
GPG Public Key
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEYn/sLRYJKwYBBAHaRw8BAQdAnNgzwWHs8A0ySp2pXqRF0ZgxM9+WNyhbiMLu
jUxh/s+0HUlhZ28gU291c2EgPG1lQGlhZ29zb3VzYS5jb20+iJkEExYKAEEWIQTn
3J/In39gAgXVqNqCJS4FAxWm3AUCYn/sLQIbAwUJAeEzgAULCQgHAgIiAgYVCgkI
CwIEFgIDAQIeBwIXgAAKCRCCJS4FAxWm3Na0AQCgjTFxnL5Ef60Yt7YQCh2YTyZe
W2Wwo1SzEIK4XFD9MwD+L1F9/V9/fKrAh8kyfCDJ8WsmQjsDb4a17il9uBVmDgW4
OARif+wtEgorBgEEAZdVAQUBAQdAAjnWDVP4TIye1cDeVdUx4kL69rOrOaTyLYAg
GWWU20MDAQgHiH4EGBYKACYWIQTn3J/In39gAgXVqNqCJS4FAxWm3AUCYn/sLQIb
DAUJAeEzgAAKCRCCJS4FAxWm3KVuAQDLFvQXrcEPt6BNTaGsU2u+z30pAx/RuVCd
@iagosrodrigues
iagosrodrigues / dnscrypt-proxy.toml
Created July 7, 2020 21:30
DoH with dnsmasq on macOS
##############################################
# #
# dnscrypt-proxy configuration #
# #
##############################################
## This is an example configuration file.
## You should adjust it to your needs, and save it as "dnscrypt-proxy.toml"
##
@iagosrodrigues
iagosrodrigues / lxc.sh
Created June 2, 2019 06:54
LXC on Gentoo
#!/bin/mksh
set -xe
ipv4=10.0.3.1
down() {
printf "Removendo bridge..."
# Remove lxcbr0 first
ip link del lxcbr0 type bridge
@iagosrodrigues
iagosrodrigues / keybindings.json
Created April 18, 2019 12:06
Keybindings from Work
[
{
"key": "f9",
"command": "-editor.debug.action.toggleBreakpoint",
"when": "editorTextFocus"
},
{
"key": "f9",
"command": "-sortLines.sortLines",
"when": "editorTextFocus"
@iagosrodrigues
iagosrodrigues / cloudSettings
Last active June 9, 2020 00:21
VSCode Settings from Work
{"lastUpload":"2020-06-09T00:21:24.498Z","extensionVersion":"v3.4.3"}