Skip to content

Instantly share code, notes, and snippets.

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

Jorge Guimaraes JorgeMGuimaraes

🏠
Working from home
View GitHub Profile
#! /bin/bash
cloud_user="ubuntu"
sudo apt remove -y \
docker \
docker.io \
containerd
sudo apt update
@JorgeMGuimaraes
JorgeMGuimaraes / flash_android.md
Created May 18, 2022 00:38
General steps to install/flash a new Android ROM.

Flash Android on Linux

General steps to install/flash a new Android ROM. v0.0

Pre requisites

Android 12:: before enter recovery, remove all lockscreen passwords/PINs in Android.

which adb

@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active July 23, 2024 21:37
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.