- Adopted from: https://stubby4j.com/docs/admin_portal.html
- Inspired by Swagger API docs style & structure: https://petstore.swagger.io/#/pet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:set ff=unix ts=4 ss=4 sw=4 sta noet: | |
# nofixendofline | |
#%s/^[ ]\+/\t/g | |
i: | |
./vendor/bin/sail composer i | |
u: | |
./vendor/bin/sail composer update |
- Yarn
docker container run --rm -t -v $(pwd):/app/ -w /app/projectName node:16 yarn init -y
- React
docker container run --rm -t -v $(pwd):/app/ -w /app node:16 yarn create react-app .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no debian: | |
sudo apt update | |
sudo apt install docker.io docker-compose -y | |
sudo touch /etc/fstab | |
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy | |
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy | |
sudo service docker start | |
sudo service docker status |
a-b: (line("'<"),virtcol("'<"))(line("'>"),virtcol("'>"))
1-4: (10,16) (14,31)
2-3: (10,31) (14,16)
4-1: (10,16) (14,31)
3-2: (10,31) (14,16)
10:16 10:31
Slides:
Usando goyo
" THANKS: https://gist.github.com/davidmh/f4337f9ea9eca6789b3f8222b8333a35
" Presentation mode
function! s:enter_presentation()
setl nospell
setl scrolloff=0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const $ = document.querySelector.bind(document) | |
// $('body') | |
// Créditos ao Mayk: https://www.youtube.com/watch?v=sxPEmuW7aUg |
- problema de permissão para pastas montadas de servidores com windows no linux (centOS)
- Créditos ao Lucas Blumberg (funcionário da WF)
setsebool -P httpd_use_cifs 1
Padrão de mensagem de commit com emojis. Este guia não será mais atualizado, acesse a nova página da especificação.
Adaptação do Conventional Commits com emojis do git3moji.
A mensagem de commit deverá seguir a estrutura <tipo>(<escopo>) <mensagem>
NewerOlder