See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| # Author: Zameer Ansari | |
| # You should look at the following URL's in order to grasp a solid understanding | |
| # of Nginx configuration files in order to fully unleash the power of Nginx. | |
| # http://wiki.nginx.org/Pitfalls | |
| # http://wiki.nginx.org/QuickStart | |
| # http://wiki.nginx.org/Configuration | |
| # | |
| # Generally, you will want to move this file somewhere, and start with a clean | |
| # file but keep this around for reference. Or just disable in sites-enabled. | |
| # |
Olá, bem vindos ao meu tutorial de Markdown.
Neste tutorial você aprenderá o básico sobre Markdown.
Versão em espanhol disponível aqui.
Tabelas de conteúdo
| ABNC - Academia Brasileira de Neurocirurgia | |
| AGU - Advocacia-Geral da União | |
| ANAC - Agência Nacional de Aviação Civil | |
| CAER - Clube de Aeronáutica | |
| CAU - Conselho de Arquitetura e Urbanismo | |
| CBM - Corpo de Bombeiro Militar | |
| CFA - Conselho Federal Administração | |
| CFB - Conselho Federal de Biblioteconomia | |
| CFBIO - Conselho Federal de Biologia | |
| CFBM - Conselho Federal de Biomedicina |
Postman is a usefull app to build and test APIs, most commonly installed on ubuntu-like systems via snap. On recent distributions of Linux Mint (20 and above), snap installs are no longer possible. The instructions below show how to install Postman via the terminal.
$ wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
$ sudo tar -xzf postman.tar.gz -C /opt