Skip to content

Instantly share code, notes, and snippets.

View WillianTomaz's full-sized avatar
🎯
Focusing

Willian T. WillianTomaz

🎯
Focusing
View GitHub Profile
@WillianTomaz
WillianTomaz / change-language-win11-single-lang.md
Last active October 29, 2024 11:54
Switch the language of Windows 11 (single language) to en-us

LinkedIn

Saturday, March 23, 2024

How to change the language of Windows 11 (single language) to EN-US

"For those seeking to switch to en-us, i've been able to do it without downloading anything, as it seems pre-installed." - seeker_of_bacon

  • Was used:

    • Windows 11 (x64)
    • Windows PowerShell (Admin mode)
@WillianTomaz
WillianTomaz / wsl2-with-1password-info.md
Last active November 9, 2024 16:22
Instructions for using 1Password SSH Agent with WSL2 (on Windows 11)

LinkedIn

Saturday, April 22, 2023

How to Use 1Password SSH Agent with WSL2 (on Windows 11)

  • Note:

    • Always look for the official documentation, this tutorial may not suit you as there are new updates to the installation process.
    • References are at the end of the document.
  • Was used:

@WillianTomaz
WillianTomaz / nvm-info.md
Last active October 29, 2024 11:55
Instructions for using NVM

LinkedIn

Thursday, June 8, 2023

Instructions for using NVM

  • Note:

    • NVM is a version manager for Node.js
  • Was used:

    • Windows 10 (x64)
@WillianTomaz
WillianTomaz / get-all-host-and-path-by-ingress.md
Last active October 29, 2024 11:55
Script to extract hosts and paths from all namespaces of a kubernetes cluster.

LinkedIn

Thursday, June 8, 2023

Script to extract hosts and paths from all namespaces of a kubernetes cluster

  • Note:

    • Basically this script does the extraction of all hosts with their proper paths;
    • Using the kubectl tool, it executes the commands in the current cluster and does the output formatting with jq and column;
  • Was used:

  • Windows 10 (x64)
@WillianTomaz
WillianTomaz / git-pull-all-repos.md
Last active October 29, 2024 11:56
Script para manter repositórios locais atualizados.

LinkedIn

Thursday, June 8, 2023

Script to keep local repositories up to date

  • Note:

    • Basically this script would run in your root folder of your repositories which contains all your repositories and do a git pull on all of them.
    • For better functioning, use SSH when cloning your repositories. So you don't need to enter a password at the time of git pull.

LinkedIn

Saturday, July 08, 2023

Running a Cluster for local tests with K3D

  • Was used:

    • Windows 11 (x64) with WSL 2 (Ubuntu 22.04.2 LTS)

@WillianTomaz
WillianTomaz / virtualenv-python.md
Last active October 29, 2024 11:56
Preparando Ambiente com virtualenv (Python)

LinkedIn

Preparando Ambiente de Trabalho com virtualenv (Python)

Instalação do virtualenv

sudo pip install virtualenv

Criando novo ambiente de trabalho

@WillianTomaz
WillianTomaz / wsl-info.md
Last active November 14, 2024 11:34
Instruções do WSL (Instalação, Backup e Restauração)

LinkedIn

Instruções para Instalação, Backup e Restauração do WSL 2

  • Observação:

    • Sempre buscar pela documentação oficial, este documento é um tutorial
      que pode não te atender conforme tenha novas atualizações do processo de instalação.
    • As referências estão no final do documento.
  • Foi utilizado:

@WillianTomaz
WillianTomaz / terraform-info.md
Last active October 29, 2024 11:57
Terraform: Informações, comandos...

LinkedIn

Instruções e Comandos Terraform

Preparando Ambiente

# Verificando Versão:
aws --version
# Fazendo configuração com Novo Profile
aws configure --profile "tf-pessoal"