Skip to content

Instantly share code, notes, and snippets.

View brosahay's full-sized avatar
🎯
Focusing

Rohan S brosahay

🎯
Focusing
View GitHub Profile
@brosahay
brosahay / wireless-link-wds.sh
Created May 10, 2021 02:39 — forked from braian87b/wireless-link-wds.sh
How to setup Wireless Links to avoid Wired backbone using WDS on Atheros for OpenWRT / LEDE
@brosahay
brosahay / OpenWRT-LEDE-uci-defauls-TP-LINK-factory-SSID-KEY.sh
Created May 10, 2021 02:38 — forked from braian87b/OpenWRT-LEDE-uci-defauls-TP-LINK-factory-SSID-KEY.sh
OpenWRT - LEDE uci-defaults for TP-LINK Routers for default factory SSID and KEY
@brosahay
brosahay / dumb-ap-wired-link.sh
Created May 9, 2021 19:42 — forked from braian87b/dumb-ap-wired-link.sh
How to setup a Dumb AP, Wired backbone for OpenWRT / LEDE
@brosahay
brosahay / adb-sync.md
Created January 25, 2021 11:15
Using `adb-sync` in Windows 10 WSL

ADB Sync on WSL 2

  • Disable firewall for WSL vEthernet so that the Windows adb binary can communicate with the Linux adb package and start the adb server on Windows side.

    Set-NetFirewallProfile -DisabledInterfaceAliases "vEthernet (WSL)"
    adb -a -P 5037 nodaemon server
  • Connect to the adb server on Windows from WSL.