Skip to content

Instantly share code, notes, and snippets.

View wendreof's full-sized avatar
💭
🤘🏼

Wendreo Fernandes wendreof

💭
🤘🏼
View GitHub Profile
@wendreof
wendreof / getDockerKey.yml
Last active August 8, 2019 14:07
Get Docker key
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
@wendreof
wendreof / verifyDockerKey.yml
Last active August 8, 2019 14:07
Verify Docker key
sudo apt-key fingerprint 0EBFCD88
@wendreof
wendreof / officialRepository.yml
Last active August 8, 2019 13:56
Adding Docker official repository
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian wheezy stable"
@wendreof
wendreof / updateAndInstallDocker.yml
Last active August 8, 2019 14:06
Update and Install Docker
sudo apt-get update && sudo apt-get install docker-ce
@wendreof
wendreof / dockerRunHelloWorld.yml
Last active August 8, 2019 14:06
Check Docker installation
sudo docker run hello-world
tar xf ~/Downloads/flutter_linux_v1.5.4-hotfix.2-stable.tar.xz
@wendreof
wendreof / gist:61dae2226c0f661d6f26368efcaa8ee0
Created August 9, 2019 12:35
./flutter doctor - android-licenses
./flutter doctor - android-licenses
./flutter doctor
gedit .bash_profile
e/ou
gedit .profile
@wendreof
wendreof / gist:17bfd463f9a2001ec8db14399479857e
Created August 9, 2019 13:00
export PATH="$PATH:~/development/flutter/bin"
export PATH="$PATH:~/development/flutter/bin"