Skip to content

Instantly share code, notes, and snippets.

@khub13
khub13 / rEFInd on Mac.md
Created February 6, 2025 23:19 — forked from luca-c-xcv/rEFInd on Mac.md
How to install and customize rEFInd boot manager on Mac

rEFInd on Macintosh

rEFInd is a fork of the rEFIt boot manager. Like rEFIt, rEFInd can auto-detect your installed EFI boot loaders and it presents a pretty GUI menu of boot options. rEFInd goes beyond rEFIt in that rEFInd better handles systems with many boot loaders, gives better control over the boot loader search process, and provides the ability for users to define their own boot loader entries.

Features

  • Support for EFI 1.x and UEFI 2.x computers
  • Support for Mac and PC platforms
  • Graphical and text-mode boot selector
  • Auto-detection of available EFI boot loaders
  • Directly launch Linux 3.3.0 and later kernels with EFI stub loader support
@khub13
khub13 / AdbCommands
Created January 18, 2025 23:29 — forked from Pulimet/AdbCommands
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@khub13
khub13 / gist:9fcf61bb8feb2570fce8d94ce27d34ef
Created January 18, 2025 22:39 — forked from lavalake/gist:d83a5bc14284161433019475013996d1
Android activity manager "am" command help
adb shell am
usage: am [subcommand] [options]
usage: am start [-D] [-W] [-P <FILE>] [--start-profiler <FILE>]
[--R COUNT] [-S] [--opengl-trace] <INTENT>
am startservice <INTENT>
am force-stop <PACKAGE>
am kill <PACKAGE>
am kill-all
am broadcast <INTENT>
am instrument [-r] [-e <NAME> <VALUE>] [-p <FILE>] [-w]
@khub13
khub13 / gist:ccf94d360d146a2e89591d878a2a52df
Created January 18, 2025 22:39 — forked from meramsey/gist:b9c98032a34612a1a29f9fd2059156a5
Android activity manager "am" command help
adb shell am
Activity manager (activity) commands:
help
Print this help text.
start-activity [-D] [-N] [-W] [-P <FILE>] [--start-profiler <FILE>]
[--sampling INTERVAL] [--streaming] [-R COUNT] [-S]
[--track-allocation] [--user <USER_ID> | current] <INTENT>
Start an Activity. Options are:
-D: enable debugging
-N: enable native debugging