#Name: Como fazer perguntas inteligentes
#By Eric Raymond (Tradução: César A. K. Grossmann)
#Version: N/D
#Release Date: September 4th, 2019
Como fazer perguntas inteligentes
Por: Eric Raymond Tradução: César A. K. Grossmann
#Name: Como fazer perguntas inteligentes
#By Eric Raymond (Tradução: César A. K. Grossmann)
#Version: N/D
#Release Date: September 4th, 2019
Como fazer perguntas inteligentes
Por: Eric Raymond Tradução: César A. K. Grossmann
#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ê.]
#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
#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
#Name: How to create an empty stand-alone branch in Git
#By http://web.archive.org/web/20131201004723/http://sidja.in/post/62663941071
#Version: N/D
#Release Date: September 5th, 2019
#Change to your project folder
$ cd my-project-folder
$Create orphan branch
$ git checkout --orphan my-branch
| #!/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 |
| #Name: Ativando zram no Arch Linux (pode funcionar em outras distros) | |
| #By KlausDevWalker | |
| #Version: N/D | |
| #Release Date: November 28th, 2019 | |
| #!/usr/bin/bash | |
| ATIVANDO ZRAM NO ARCH LINUX (PODE FUNCIONAR EM OUTRAS DISTROS) | |
| #Adiciona módulo zram |
| #!/usr/bin/env bash | |
| # To fix the " gpg: WARNING: unsafe permissions on homedir '/home/path/to/user/.gnupg' " error | |
| # Make sure that the .gnupg directory and its contents is accessibile by your user. | |
| chown -R $(whoami) ~/.gnupg/ | |
| # Also correct the permissions and access rights on the directory | |
| chmod 600 ~/.gnupg/* | |
| chmod 700 ~/.gnupg |
Credit to answer found here http://stackoverflow.com/questions/21095054/ssh-key-still-asking-for-password-and-passphrase
This will ask you for the passphrase, enter it and it won't ask again.
ssh-add ~/.ssh/id_rsa &>/dev/null
1 - Open the terminal and type below given command
cd /root
yum install wget (you can skip this step if wget is already installed)
wget https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip (check the newest version)
2 - Check if the directory /usr/share/fonts exist. If the fonts directory do not exist,you can create yourself.