Skip to content

Instantly share code, notes, and snippets.

View chevyphillip's full-sized avatar
💭
In a Virtual World

Chevy Phillip chevyphillip

💭
In a Virtual World
View GitHub Profile
@chevyphillip
chevyphillip / android-adb-pull-apk.md
Created April 21, 2023 14:43 — forked from ctrl-freak/android-adb-pull-apk.md
Retrieve APK from Non-Rooted Android Device through ADB

https://stackoverflow.com/a/18003462/348146

None of these suggestions worked for me, because Android was appending a sequence number to the package name to produce the final APK file name (this may vary with the version of Android OS). The following sequence of commands is what worked for me on a non-rooted device:

  1. Determine the package name of the app, e.g. com.example.someapp. Skip this step if you already know the package name.

    adb shell pm list packages

    Look through the list of package names and try to find a match between the app in question and the package name. This is usually easy, but note that the package name can be completely unrelated to the app name. If you can't recognize the app from the list of package names, try finding the app in Google Play using a browser. The URL for an app in Google Play contains the package name.

@chevyphillip
chevyphillip / nerd_fonts.sh
Created April 5, 2023 01:23 — forked from davidteren/nerd_fonts.md
Install Nerd Fonts via Homebrew [updated & fixed]
# Nerd Fonts for your IDE
# https://www.nerdfonts.com/font-downloads
brew tap homebrew/cask-fonts && brew install --cask font-3270-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-fira-mono-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-go-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-lgc-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-monofur-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-overpass-nerd-font

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

[{"id":"009dc5e2-a147-4235-b008-5b4d3dbca829","full_name":"Noel Swansborough","gender":"Female","username":"nswansborough0","email":"nswansborough0@yellowbook.com"},
{"id":"e6a5b7ad-ce89-4a1a-af72-886af5b7bd73","full_name":"Charline Laffling","gender":"Female","username":"claffling1","email":"claffling1@microsoft.com"},
{"id":"49d0dce8-5022-4543-911c-c6be17a5ae8f","full_name":"Burton Yedall","gender":"Female","username":"byedall2","email":"byedall2@indiatimes.com"},
{"id":"44e05215-101d-4e46-a0dd-55c71b1d0ca9","full_name":"Iormina Wrightham","gender":"Female","username":"iwrightham3","email":"iwrightham3@mozilla.com"},
{"id":"c37b8449-1907-4885-baeb-fe63b218faf1","full_name":"Guglielmo Doorey","gender":"Female","username":"gdoorey4","email":"gdoorey4@bravesites.com"},
{"id":"da7b371a-72cd-4a35-be49-94ccf20e0e4f","full_name":"Kerri Mensler","gender":"Female","username":"kmensler5","email":"kmensler5@telegraph.co.uk"},
{"id":"42b09d34-8d09-44c7-a1b5-49f812e5667a","full_name":"Cris Warlow","gender":"Male","usern
@chevyphillip
chevyphillip / unfollow.py
Created December 22, 2020 18:53 — forked from perpetual-hydrofoil/unfollow.py
Twitter Unfollow Example (python)
#! /usr/bin/env python
# how to unfollow everyone who isn't following you
# By Jamieson Becker (Public Domain/no copyright, do what you will)
# Easy instructions, even if you don't know Python
#
# 1. Install pip (apt-get install python-pip) and then
# pip install tweepy, which is the python twitter client
#
### Keybase proof
I hereby claim:
* I am murdockz on github.
* I am chevonmdphillip (https://keybase.io/chevonmdphillip) on keybase.
* I have a public key ASDj5J_fUGCcDh61d0EusBBBMVzqk_7q5c0Qw0EaukYqKQo
To claim this, I am signing this object: