Skip to content

Instantly share code, notes, and snippets.

View junielton's full-sized avatar
🎯
Focusing

junielton junielton

🎯
Focusing
View GitHub Profile
@junielton
junielton / antigravity-browser-wsl.md
Last active December 6, 2025 01:17
How to Run Antigravity Browser Automation on WSL2

Strategy: Bridge the WSL connection to use the native Windows Chrome installation via port forwarding. This avoids slow rendering inside Linux and utilizes your GPU.

1. Windows Setup (One-Time)

Open PowerShell as Administrator for these steps.

  1. Get your WSL Gateway IP (Run this inside your WSL terminal):
    ip route show | grep -i default | awk '{ print $3}'
{"name":"NUXT","icon":"flame","settings":"{\"settings\":\"{\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.fixAll.eslint\\\": \\\"explicit\\\",\\r\\n \\\"source.addMissingImports\\\": \\\"explicit\\\"\\r\\n },\\r\\n \\\"editor.suggest.showStatusBar\\\": true,\\r\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\r\\n \\\"editor.rulers\\\": [80, 120],\\r\\n \\\"editor.minimap.size\\\": \\\"fill\\\",\\r\\n \\\"editor.stickyScroll.enabled\\\": false,\\r\\n \\\"editor.quickSuggestionsDelay\\\": 1200000,\\r\\n \\\"workbench.tree.indent\\\": 10,\\r\\n \\\"editor.lineHeight\\\": 2,\\r\\n \\\"eslint.experimental.useFlatConfig\\\": true,\\r\\n \\\"editor.tabSize\\\": 3,\\r\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\r\\n \\\"[jsonc, json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"git.openRepositoryInParentFolders\\\": \\\"always\\\",\\r\\n \\\"explorer.compactFolders\\\": false,\\r\\n \\\"editor.guides.br
@junielton
junielton / settings.json
Created November 2, 2022 21:42 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,
@junielton
junielton / settings.json
Created November 2, 2022 21:42 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,
@junielton
junielton / ohmyzsh.md
Last active September 7, 2022 11:25 — forked from yovko/ohmyzsh.md
ZSH (using Oh My ZSH) on Manjaro Linux

ZSH (using Oh My ZSH) on Manjaro Linux

0. If ZSH is not already installed on your Manjaro system you can do it with the command:

sudo pacman -Syu zsh

You do not need to install manjaro-zsh-config and all the other related packages like zsh-syntax-highlighting, zsh-history-substring-search, zsh-autosuggestions, etc., as we will use Oh My Zsh.

@junielton
junielton / Wake on lan
Created July 3, 2021 19:18 — forked from izaya-ux/Wake on lan
Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc
Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc
https://www.wolskill.com
sudo su
apt install wakeonlan
apt install ethtool
(Find your ethernet adapter, mine was called 'enp4s0' (usually called 'eth0').)
ifconfig -a
@junielton
junielton / git.md
Last active September 28, 2020 13:40
Lamp in Ubuntu

Instalando LAMP no Ubuntu

Preparando o ambiente

Logando Como Root:

sudo su

Atualizando:

apt-get update && apt-get upgrade -y

Instalando o Apache:

apt-get install apache2 -y
Verificando Actividade Do Firewall:
@junielton
junielton / cloudSettings
Last active August 14, 2020 19:17 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
{"lastUpload":"2020-08-14T19:17:12.075Z","extensionVersion":"v3.4.3"}