Skip to content

Instantly share code, notes, and snippets.

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

Jonas Feitoza jonasfeitoza

🏠
Working from home
  • Fortaleza, Ceará - Brasil
View GitHub Profile
@jonasfeitoza
jonasfeitoza / data.json
Last active December 11, 2022 21:59
Get all world cup matches
[
{
"name": "A",
"teams": [
"Catar",
"Equador",
"Senegal",
"Holanda"
],
"matches": [
@jonasfeitoza
jonasfeitoza / install-docker.sh
Created January 19, 2022 18:00
Install ZSH + Tools + Docker Engine
#!/usr/bin/zsh
# Install Docker and set to initialize on system boot
sudo apt update -q && sudo apt upgrade -yq
sudo apt remove docker docker-engine docker.io containerd runc
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
@jonasfeitoza
jonasfeitoza / 2019-https-localhost.md
Created April 3, 2021 21:46 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@jonasfeitoza
jonasfeitoza / jmeter_install.md
Last active March 23, 2021 15:25
JMeter Installation

JMeter

🚧 IMPORTANT

JMeter requires Java 8+ Download Java

Install

@jonasfeitoza
jonasfeitoza / windows-terminal-settings.json
Created March 12, 2021 03:02
windows-terminal-settings.json
// This file was initially generated by Windows Terminal 0.11.1333.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
// You can add more global application settings here.