João Marcelo Barros
João Marcelo Barros

João Marcelo Barros

Follow
homeAbout me

_instalando Obsidian no ChromeOs

Aug 17, 20221 min read

Atualize o linux do ChromeOS sudo apt update Instale o gerenciador Flatpak sudo apt install flatpak Adcione o repositório do Flatpak sudo flatpak...

_instalando Obsidian no ChromeOs

_terraform variables

Aug 1, 20222 min read

As variáveis As variáveis de entrada permitem personalizar aspectos dos módulos Terraform sem alterar o próprio código -fonte do módulo. Isso permite...

_terraform variables

_instalando e configurando gcloud cli

Jul 28, 20221 min read

Instalação Ubuntu / Debian Esse tutorial de instalação funciona muito em Ubuntu/Debian, se você quiser trabalhar com outro sistema operacional,...

_instalando e configurando gcloud cli

_creating a bootable USB from ISO file

Jul 28, 20221 min read

first of all, check exactly what the name of the target device you want to copy the image, an good option is the Disk Utility. after that, open the...

_creating a bootable USB from ISO file

_disable raspberry IPv6

Mar 25, 20191 min read

edit /etc/sysctl.conf and add the line. net.ipv6.conf.all.disable_ipv6 = 1 reboot server

_disable raspberry IPv6