Skip to content

Instantly share code, notes, and snippets.

View glpzzz's full-sized avatar
🏠
Working from home

Gabriel Alejandro López López glpzzz

🏠
Working from home
View GitHub Profile
@raveenb
raveenb / ssh_into_android.md
Last active April 18, 2024 06:27
SSH into Android

Connecting to an Android device over SSH

Initial Setup

Install Android App Termux from APKPure or AppStore. If the app exists, just delete and re-install it to get the latest version, The APK can be downloaded from https://apkpure.com/termux/com.termux/ Install the APK using by running

adb install ~/Downloads/Termux_v0.73_apkpure.com.apk
@gogl92
gogl92 / README.md
Last active February 22, 2018 15:27
PHPStorm Yii2 Live Templates

Install

Just put it under your templates folder inside your

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 3, 2024 19:09
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname