Skip to content

Instantly share code, notes, and snippets.

View wendreof's full-sized avatar
💭
🤘🏼

Wendreo Fernandes wendreof

💭
🤘🏼
View GitHub Profile
sudo apt-get install git
source $HOME/.bash_profile
e/ou
source $HOME/.profile
@wendreof
wendreof / gist:17bfd463f9a2001ec8db14399479857e
Created August 9, 2019 13:00
export PATH="$PATH:~/development/flutter/bin"
export PATH="$PATH:~/development/flutter/bin"
gedit .bash_profile
e/ou
gedit .profile
./flutter doctor
@wendreof
wendreof / gist:61dae2226c0f661d6f26368efcaa8ee0
Created August 9, 2019 12:35
./flutter doctor - android-licenses
./flutter doctor - android-licenses
tar xf ~/Downloads/flutter_linux_v1.5.4-hotfix.2-stable.tar.xz
@wendreof
wendreof / dockerRunHelloWorld.yml
Last active August 8, 2019 14:06
Check Docker installation
sudo docker run hello-world
@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 / 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"