Skip to content

Instantly share code, notes, and snippets.

View KlausEverWalkingDev's full-sized avatar
🇧🇷

Klaus Ferreira KlausEverWalkingDev

🇧🇷
View GitHub Profile
@KlausEverWalkingDev
KlausEverWalkingDev / bluetooth.sh
Created October 31, 2019 22:01 — forked from RamonGilabert/bluetooth.sh
Bluetoothctl automation
#!/usr/bin/expect -f
set prompt "#"
set address [lindex $argv 0]
spawn sudo bluetoothctl -a
expect -re $prompt
send "remove $address\r"
sleep 1
expect -re $prompt
@KlausEverWalkingDev
KlausEverWalkingDev / Turn on asterisks when type passwords on Linux terminals.md
Last active September 5, 2019 19:49
Turn on asterisks when type passwords on Linux terminals

#Name: Turn on asterisks when type passwords on Linux terminals
#By KlausDevWalker
#Version: N/D
#Release Date: September 5th, 2019

#Enter on visudo
$ sudo visudo

#If no line in visudo begins with the following parameters, create it
$ Defaults env_reset,pwfeedback

@KlausEverWalkingDev
KlausEverWalkingDev / "error: gpg failed to sign the data" Fix.md
Last active September 5, 2019 19:48
"error: gpg failed to sign the data" fix

#Name: "error: gpg failed to sign the data" Fix
#By KlausDevWalker
#Version: N/D
#Release Date: September 4th, 2019

#I solved this error just installing the following package on Arch Linux from AUR
$ yay libgtkhtml

#Its dependencies for building it are a drag but the package itself is tiny in size (less then 1 MB). I installed with yay and choose remove them after built

@KlausEverWalkingDev
KlausEverWalkingDev / "'LÓGICA DE PROGRAMAÇÃO' É BOBAGEM, e explicarei porquê", by Paulo Torrens.md
Last active September 4, 2019 16:32 — forked from vinicius73/post.md
["LÓGICA DE PROGRAMAÇÃO" É BOBAGEM, e explicarei porquê.]

#Name: "error: gpg failed to sign the data" Fix
#By Paulo Torrens (forked from @vinicius73/post.md)
#Version: N/D
#Release Date: September 3th, 2019

#["LÓGICA DE PROGRAMAÇÃO" É BOBAGEM, e explicarei porquê.]