Skip to content

Instantly share code, notes, and snippets.

View cmj's full-sized avatar
💭
📠

cmj cmj

💭
📠
View GitHub Profile
@cmj
cmj / tether-guest_accounts.sh
Last active December 12, 2023 10:06
Quickly grab Twitter guest accounts via tethered phone
#!/bin/bash
# Quickly grab 10 Twitter guest accounts via tethered phone
# needs: https://gist.github.com/cmj/6e6f6cae51c28cf6e161ceba8d108dda
gateway=192.168.0.1
# tether and turn wifi off
# check first with `curl -s ipinfo.io`
# sleep times are just a guess needed for network {dis}association
@typebrook
typebrook / README.md
Last active June 19, 2024 05:55
A bash script for gist management #bash #gist
@Pulimet
Pulimet / AdbCommands
Last active July 23, 2024 18:05
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

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: