General steps to install/flash a new Android ROM. v0.0
Android 12:: before enter recovery, remove all lockscreen passwords/PINs in Android.
which adb
#! /bin/bash | |
# Script to allow user to automate Jenkins install and setup process. | |
# Based on https://www.digitalocean.com/community/tutorials/how-to-automate-jenkins-setup-with-docker-and-jenkins-configuration-as-code | |
# but with updates: | |
# - this script creates / downloads all files | |
# - using Jenkins Plugin Manager jar (a workaroud for install-plugins.sh) | |
# variables | |
jcasc_dir=$HOME/playground/jcasc |
# This script depends on manual interaction | |
# Variables | |
GIT_URL='https://github.com/zsh-users' | |
PLUGIN_AS='zsh-autosuggestions' | |
PLUGIN_SH='zsh-syntax-highlighting' | |
# Install dependencies and Zsh shell | |
sudo apt update | |
sudo apt install -y \ |
Move or Relocate /var Directory to a New Partition in Linux
#! /bin/bash | |
#description: Generates a new key based on some standards | |
# - type ed25519, 256 rounds | |
# - hostname at the end of file | |
# | |
# Also, change key pair permissions and print instructions on how to set the server | |
# Based on: | |
# https://cryptsus.com/blog/how-to-secure-your-ssh-server-with-public-key-elliptic-curve-ed25519-crypto.html | |
#--- Variables ---# |
#! /bin/bash | |
cloud_user="ubuntu" | |
sudo apt remove -y \ | |
docker \ | |
docker.io \ | |
containerd | |
sudo apt update |
<div class="app"> | |
</div> |
Based on Matt Jennings Blog
console.clear()
{ | |
"basics": { | |
"name": "Jorge Marinho Guimaraes", | |
"label": "Solutions Architect", | |
"image": "", | |
"email": "jmguimaraes@id.uff.br", | |
"phone": "(912) 555-4321", | |
"url": "https://johndoe.com", | |
"summary": "A summary of John Doe…", | |
"location": { |