Skip to content

Instantly share code, notes, and snippets.

View maykonchagas's full-sized avatar
💭
I may be slow to respond.

Maykon Chagas maykonchagas

💭
I may be slow to respond.
View GitHub Profile
@georgealan
georgealan / react-native-android-studio-no-wsl2.md
Last active April 28, 2025 18:09
React Native no Emulador Android Studio com WSL2

REACT-NATIVE PROJECTS RUN IN WSL2 UBUNTU 22.04 WITH BACKEND API

📆 Article written day: 9/03/2020 📆 Article updated day: 6/18/2022

My System Specs:

  • Microsoft Windows 10 Enterprise Version 21H2 (OS Build 19044.1766)
  • WSL2 - Ubuntu 22.04 LTS
  • Android Studio Version: Chipmunk 2021.2.1 Patch 1
@guimaluf
guimaluf / Git Workflow.md
Last active July 3, 2019 11:54
Simple beginner to master git workflow; Simple mastering git

git Workflow

git is a wonderful SCM, so is extremely important know about its right use. Spent some time reading the articles below contributes to a good code repository.

I know nothing about git

Start with github code school where you'll learn the basics commands for using git. If you want to understand in detail what each commands does read the official documentation

I'm used to git, but the only branch I know is master

@thacoon
thacoon / arch-linux-gnome-install
Last active March 22, 2025 06:30
Install a minimal gnome setup and some more useful things
# Install Gnome and some other useful thins
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# And based on https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger
# I have just copied commands from https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger#Weitere_notwendige_Dienste
# It's just to have it with one view after doing a [fresh installation](https://gist.github.com/thacoon/05d5a39606ab554455d6713e8a714b2c)
# Some useful services
pacman -S acpid ntp dbus cups cronie
@thacoon
thacoon / arch-linux-uefi-encrypted-install
Last active September 24, 2024 10:00 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Based on https://gist.github.com/mattiaslundberg/8620837
# And based on https://wiki.archlinux.de/title/Anleitung_f%C3%BCr_Einsteiger
# Download the archiso image from https://www.archlinux.org/
# Verfiy it (also download the .sig file to verify it)
gpg --keyserver-options auto-key-retrieve --verify archlinux-version-x86_64.iso.sig
# or if you have already arch installed
@maxrp
maxrp / rc.conf
Last active February 8, 2023 03:39
FreeBSD 13.1 confs for a slightly better life on a Lenovo x220
# sysmouse will work with the trackpoint and trackpad, so enable
moused_enable="YES"
# Power saving features to keep it from getting ridiculously hot
powerd_enable="YES"
# you'll need to `pkg install drm-510-kmod`
kld_list="i915kms"