Reading list - Pierluigi Piazzi ID Title Read 1 Aprendendo Inteligência Yes 2 Estimulando Inteligência Yes ...
How to hide asterisks password in terminal Linux Mint
1 - Go to sudoers.d cd /etc/sudoers.d 2 - Rename 0pwfeedback to 0pwfeedback.disabled sudo mv 0pwfeedback 0pwfeedback.disabled 3 - That’s done!
Reading list - Robert Heinlein
Reading list - Robert Heinlein ID Title Read 1 Um Estranho Numa Terra Estranha 2 Tropas estelares ...
Reading list - Neal Stephenson
Reading list - Neal Stephenson ID Title Read 1 Snow Crash
How to customize i3 WM font
1 - First let’s make a backup of our original i3 WM config cp ~/.config/i3/config ~/.config/i3/config.ori 2 - Edit i3 WM config I gonna use NVIM to edit the config, you can use whatever editor ...
Reading list - Aleksandr Grin
Reading list - Aleksandr Grin ID Title Read 1 Velas Escarlates: Conto Feérico
Reading list - Margaret Mitchell
Reading list - Margaret Mitchell ID Title Read 1 E o vento levou
Reading list - Kate Chopin
Reading list - Kate Chopin ID Title Read 1 O despertar e contos selecionados
How to install fonts on linux
1 - First download your font For this tutorial I’m gonna use Hack Nerd Font, you can get it here: Nerd Fonts download 2 - Create .fonts directory mkdir ~/.fonts 3 - Copy your fonts to .fonts d...
Alacritty install and config guide
1 - Install alacritty I’m a fedora user, so I’m gonna use DNF but if you’re Ubuntu user try APT instead of DNF: sudo dnf install alacritty 2 - Create config file nvim ~/.alacritty.toml 3 - I...