Skip to content

Instantly share code, notes, and snippets.

View wendreof's full-sized avatar
💭
🤘🏼

Wendreo Fernandes wendreof

💭
🤘🏼
View GitHub Profile
@wendreof
wendreof / verifyDockerKey.yml
Last active August 8, 2019 14:07
Verify Docker key
sudo apt-key fingerprint 0EBFCD88
@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 / installDependecies.yml
Last active August 8, 2019 14:07
Install Docker keys
sudo apt-get install apt-transport-https ca-certificates curl python-software-properties software-properties-common
@wendreof
wendreof / removingDocker.yml
Last active August 8, 2019 14:08
Removing other Docker installations
sudo apt-get remove docker docker-engine
@wendreof
wendreof / config.vmoptions
Last active August 8, 2019 13:03
Android Studio Low Ram Config
-Xmx512m
CREATE DATABASE Linguagens
GO
USE Linguagens
GO
CREATE TABLE dbo.Linguagens
(
Codigo char(3) NOT NULL,
Nome varchar(30) NOT NULL,
docker start fb8bc6b068d1
@wendreof
wendreof / gist:f7cd9115aecceae29820701c6f355eb8
Last active August 7, 2019 17:30
Crie e execute o container
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=ruby>java" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest