This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb devices -l | |
List of devices attached | |
ZD2228KRXB device usb:339738624X product:hawao_g model:moto_g42 device:hawao transport_id:1 | |
adb -d shell | |
pm list packages | grep google | |
com.google.android.youtube | |
pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provider "aws" { | |
region = "us-east-2" | |
} | |
terraform { | |
required_version = "1.0.7" | |
required_providers { | |
aws = { | |
source = "hashicorp/aws" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PUBLIC_IP=$(curl ifconfig.io) | |
# export INSTALL_RKE2_VERSION="v1.20.5+rke2r1" | |
curl -sfL https://get.rke2.io | sh - | |
provider_id="$(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone)/$(curl -s http://169.254.169.254/latest/meta-data/instance-id)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Juned Memon", | |
"label": "DevOps | Platform Engineering | Cloud-Native Systems | System Engineer | Cloud Architect | LLM Integrator | AI/ML Systems", | |
"picture": "https://github.com/junaid18183.png", | |
"image": "https://github.com/junaid18183.png", | |
"email": "[email protected]", | |
"phone": "+91-98238-41436", | |
"summary": "Versatile DevOps and Platform Engineering expert with 18+ years of hands-on experience designing scalable cloud-native solutions, Kubernetes-first architectures, and AI-integrated developer platforms. Adept at leading cross-functional teams.", | |
"location": { |
OlderNewer