Skip to content

Instantly share code, notes, and snippets.

@charoensri
charoensri / AdbCommands
Created August 25, 2023 01:36 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@charoensri
charoensri / stress.sh
Created January 18, 2022 21:59 — forked from mikepfeiffer/stress.sh
Install Stress Utility on Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
@charoensri
charoensri / helm-cheatsheet.md
Created April 27, 2021 05:01 — forked from tuannvm/argo.md
#Helm #Kubernetes #cheatsheet, happy helming!
@charoensri
charoensri / LICENSE
Created March 16, 2021 07:38 — forked from shaneutt/LICENSE
Golang: Demonstrate creating a CA Certificate, and Creating and Signing Certs with the CA
MIT License
Copyright (c) 2020 Shane Utt
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: