Ao som Davi Sacer do Spotify.
Instalando:
sudo gem install jekyll- pronto já temos o Jekyll instalando em nossa maquina..
| .factory(SecurityHttpInterceptor, 'SecurityHttpInterceptor') | |
| SecurityHttpInterceptor.$inject = ['$q']; | |
| function SecurityHttpInterceptor($q) { | |
| console.log("Entrou") | |
| return function (promise) { | |
| console.log(promise) |
| angular.module('app').service('commonService', commonService); | |
| function commonService() { | |
| //DFS for fixing JSON references | |
| var elements = {} | |
| this.fixReferences = function (json) { | |
| var tree = json; |
| #!/bin/bash | |
| # Ubuntu Developer Script For Ionic Framework | |
| # Created by Nic Raboy | |
| # http://www.nraboy.com | |
| # | |
| # | |
| # Downloads and configures the following: | |
| # | |
| # Java JDK | |
| # Apache Ant |
| //Criando a collection | |
| db.createCollection('ciclo_pagamento_pelada'); | |
| //Inseriando dados a collection | |
| db.ciclo_pagamento_pelada.insert({nome: 'Janeiro/17', mes: 1, ano: 2017}); | |
| db.ciclo_pagamento_pelada.insert({nome: 'Fevereiro/17', mes: 2, ano: 2017, | |
| creditos: [ | |
| {nome: 'Mensalidade Time Branco', valor: 200, status: 'PAGO'} | |
| ], | |
| debitos: [ | |
| {nome: 'Arbitragem', valor: 100, status: 'PENDENTE'}, |
| <style> | |
| .container { | |
| border: 1px dashed #000; | |
| display: flex; | |
| flex-wrap: wrap; | |
| width: 100%; | |
| max-width: 700px; | |
| margin: 0 auto; | |
| } |
Ao som Davi Sacer do Spotify.
Instalando:
sudo gem install jekyll| #Atualizar o sistema | |
| sudo apt-get update | |
| sudo apt-get upgrade -y | |
| sudo apt-get install -y software-properties-common | |
| sudo apt-get install -y python-software-properties build-essential libssl-dev | |
| #Java | |
| sudo add-apt-repository -y ppa:webupd8team/java | |
| sudo apt-get update | |
| sudo apt-get install -y oracle-java8-installer |
/etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid <your_router>
wpa-psk <your_wpa_key>
sudo ifup -v wlan0