Skip to content

Instantly share code, notes, and snippets.

View thelokys's full-sized avatar
🏠
Working from home, stay home!

José Ricardo thelokys

🏠
Working from home, stay home!
View GitHub Profile
@thelokys
thelokys / install-jdk-windows.md
Last active June 22, 2024 22:34
Instalando JDK no Windows

Instalando JDK no Windows

Existe várias distribuidoras que fornecem o JDK, mas em geral todas elas funcionam da mesma forma.

Gosto de usar o site da Adoptium por ele ter uma aparência agradável.

1. Preparando a pasta

Crie uma pasta com o nome jdks no diretório C:, irá ficar assim: C:\jdks

2. Baixe o JDK em .zip

@thelokys
thelokys / metatags.html
Created December 7, 2020 00:53 — forked from diego3g/metatags.html
Meta tags do curso de Next.js
<meta httpEquiv="x-ua-compatible" content="IE=edge,chrome=1" />
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="True" />
<meta name="theme-color" content="#121214" />
<meta name="msapplication-TileColor" content="#121214" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="google" content="notranslate" />
<meta property="og:title" content={pageTitle} />
<meta property="og:description" content={description} />