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 | |
| cloud_user="ubuntu" | |
| sudo apt remove -y \ | |
| docker \ | |
| docker.io \ | |
| containerd | |
| sudo apt update |
| #! /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 ---# |
| <div class="app"> | |
| </div> |
Based on Matt Jennings Blog
console.clear()| { | |
| "basics": { | |
| "name": "Jorge Marinho Guimaraes", | |
| "label": "Solutions Architect", | |
| "image": "", | |
| "email": "[email protected]", | |
| "phone": "(912) 555-4321", | |
| "url": "https://johndoe.com", | |
| "summary": "A summary of John Doe…", | |
| "location": { |