Skip to content

Instantly share code, notes, and snippets.

@samverneck
Last active May 14, 2017 20:02
Show Gist options
  • Save samverneck/6eeafbb87869efa0e2a2e6dad0d57e29 to your computer and use it in GitHub Desktop.
Save samverneck/6eeafbb87869efa0e2a2e6dad0d57e29 to your computer and use it in GitHub Desktop.

UBUNTU

INSTALAÇÕES

  • VSCode
Baixe no site. [https://code.visualstudio.com/]
cd Downloads
depois
sudo dpkg -i code_1.12.1-1493934083_amd64.deb
sudo apt-get install -f # Install dependencies
  • Sublime Text
  • Google Chrome
[O MESMO ESQUEMA DO VSCode]
  • Git
  • Node.JS
Instale a nvm
  • MongoDB
tar xvf mongoLinuxLegacy[Eu coloquei esse nome] o nome original é esse mongodb-linux-x86_64-3.4.4
depois:
cd mongoLinuxLegacy/bin
dpois entrar como root:
sudo su ou bash só tem que estar como root
dpois:
mkdir -p /data/db
dpois:
chmod 777 /data
dpois:
chmod 777 /data/db
dpois (antes de digitar o comando, verifica se realmente vc estar na basta bin dentro do mongoLinuxLegacy ou mongodb-linux-x86_64-3.4.4):
cp * /usr/local/bin
  • Mongo-Hacker
Modo 1: npm install -g mongo-hacker
  • Java
  • Android Studio
  • Docker
  • Pacotes NPM

apt-get install flashplugin-nonfree lightspark openjdk-8-jdk openjdk-8-jre vlc p7zip-rar p7zip-full unace unrar zip unzip lzip sharutils rar arj cabextract file-roller uudeview mpack ttf-mscorefonts-installer ttf-aenigma filezilla lzop ncompress rpm2cpio rzip unalz ttf-xfree86-nonfree brasero fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei fonts-indic git docky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment