Skip to content

Instantly share code, notes, and snippets.

View Kappyh's full-sized avatar
🏠
Working from home

Gabriela Mendes Kappyh

🏠
Working from home
View GitHub Profile
@Kappyh
Kappyh / protractorAPICheatsheet.md
Last active July 5, 2019 14:01 — forked from javierarques/protractorAPICheatsheet.md
Protractor API Cheatsheet
@Kappyh
Kappyh / UbuntuCheatSheet.md
Last active June 28, 2017 20:14
UbuntuCheatSheet[Basics]

Ubuntu Cheat Sheet

Comandos básicos do terminal do linux e seus atalhos.[Ainda em Construção]

Facilitadores para uso do terminal

[comando] --help -> Opções existentes para o comando informado

guia do GIT
Aprendendo Git de forma interativa > https://try.github.io/levels/1/challenges/1
git init
Inicia repositório no local desejado
git config --global user.name
git config --global user.email
Configura os dados do repositório
Comandos básicos gulp
Instalar o gulp (necessário nodejs server)
$ npm install --global gulp-cli
Iniciar o gulp nas dependencias do projeto
$ npm install --save-dev gulp

Última Atualização 27/05/2018

Os tutoriais abaixo foram testados na versão 16.04 e 18.04 do Ubuntu, na interface Mate e GNOME.

Resolvi manter público, caso isso possa ajudar alguém.

Esse tutorial é somente para instalação de um ambiente BÁSICO de desenvolvimento do Apache com PHP e MYSQL no Linux(LAMP)

Instalando o apache

@Kappyh
Kappyh / karma.conf.js
Created July 3, 2019 13:04 — forked from cvuorinen/karma.conf.js
Example configurations for running Karma & Protractor tests in headless Chrome (see http://cvuorinen.net/2017/05/running-angular-tests-in-headless-chrome/)
// Karma configuration file, see link for more information
// https://karma-runner.github.io/0.13/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular/cli'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
@Kappyh
Kappyh / Install Composer using MAMP's PHP.md
Created September 9, 2019 13:49 — forked from irazasyed/Install Composer using MAMP's PHP.md
Instructions on how to change preinstalled Mac OS X PHP to MAMP's PHP Installation and then install Composer Package Management

Change default Mac OS X PHP to MAMP's PHP Installation and Install Composer Package Management


Instructions to Change PHP Installation


First, Lets find out what version of PHP we're running (To find out if it's the default version).

To do that, Within the terminal, Fire this command:

which php

@Kappyh
Kappyh / [GUIDE] macos yarn nvm install.md
Created September 12, 2019 20:52 — forked from rcugut/[GUIDE] macos yarn nvm install.md
GUIDE for mac OS X yarn nvm node install

GUIDE to install yarn, nvm (node) on macOS

last update: Jul 2019

Assumptions:

  • macOS >= 10.14 (Mojave)
  • homebrew properly installed
@Kappyh
Kappyh / equipamentos.json
Created October 19, 2020 22:16
equipamentos.json
```
{
"gerencia":{
"_id":2,
"departamento":{
"_id":1,
"nome":"Vendas",
"encarregado":{
"_id":2,
"nome":"Jonas",